summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks/install.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use multiple '-v's when creating the metrics deployer commandTim Bielawa2016-11-151-1/+8
|
* Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher2016-10-211-1/+1
|
* Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-2/+2
| | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm.
* Merge pull request #2386 from sdodson/metrics-dynamicScott Dodson2016-08-301-1/+1
|\ | | | | Enable metrics dynamic storage
| * Enable dynamic storageScott Dodson2016-08-301-1/+1
| |
* | Change how we set master's metricsPublicURLScott Dodson2016-08-301-1/+1
|/
* Cleanup items botched during rebaseScott Dodson2016-08-261-1/+1
|
* Rely on IMAGE_PREFIX and IMAGE_VERSION defaults from the templates themselvesScott Dodson2016-08-241-1/+1
|
* Add logic to detect existing installsScott Dodson2016-08-241-0/+114
However, due to testing constraints we're only supporting 'greenfield' installs right now.