summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/meta/main.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Fix metricsPublicURL only being set correctly on first master.Devan Goodwin2016-12-011-0/+1
| | | | | | | | | | | | | 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.
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-1/+15
| | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide
* added new openshift-metrics serviceJose David Martin Nieto2016-04-201-0/+3