summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix metricsPublicURL only being set correctly on first master.Devan Goodwin2016-12-011-7/+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-2/+4
| | | | | | * 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
* add documentation about the openshift_hosted_metrics_public_url optionyaacov2016-09-211-0/+1
|
* Fix up some broken markdown formatting (mostly tables)Tim Bielawa2016-07-081-7/+7
|
* add unit in seconds for metrics resolutionjfcoz2016-05-231-1/+1
|
* Fix markdown in roles/openshift_metrics/README.mdBeni Cherniavsky-Paskin2016-05-021-1/+5
| | | | (tables, literal example)
* openshift-metrics: adding duration and resolution optionsErez Freiberger2016-04-241-0/+2
|
* added new openshift-metrics serviceJose David Martin Nieto2016-04-201-0/+51