summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks/main.yaml
Commit message (Collapse)AuthorAgeFilesLines
* YAML LintingRussell Teague2016-12-121-3/+3
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Fix metricsPublicURL only being set correctly on first master.Devan Goodwin2016-12-011-10/+0
| | | | | | | | | | | | | Problem was caused by facts not being set for that master. To fix this patch cleans up the calculation of metricsPublicURL in general. Because this value is used in openshift_master to template into the master config file, we now define these facts more clearly in openshift_master_facts, and add a dependency on this to openshift_metrics. The calculation of default sub-domain is also changed to remove it from system facts (as neither of these are facts about the system) and instead use plain variables.
* Use multiple '-v's when creating the metrics deployer commandTim Bielawa2016-11-151-4/+2
|
* Remove openshift_master_metrics_public_urlAndrew Butcher2016-08-311-2/+2
|
* Fix metrics for containerized installsScott Dodson2016-08-261-1/+1
|
* Cleanup items botched during rebaseScott Dodson2016-08-261-2/+1
|
* Rely on IMAGE_PREFIX and IMAGE_VERSION defaults from the templates themselvesScott Dodson2016-08-241-0/+2
|
* Add logic to detect existing installsScott Dodson2016-08-241-84/+28
| | | | | However, due to testing constraints we're only supporting 'greenfield' installs right now.
* Pull in keynote demo changesScott Dodson2016-08-241-45/+123
|
* wait metrics-deployer complete (need to configure nodes before hosted services)jfcoz2016-05-271-0/+8
|
* fixed issue with blank spaces instead commas as variables template separatorsJose David Martin Nieto2016-05-181-3/+2
|
* openshift-metrics: adding duration and resolution optionsErez Freiberger2016-04-241-3/+5
|
* added new openshift-metrics serviceJose David Martin Nieto2016-04-201-0/+55