summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/meta
Commit message (Collapse)AuthorAgeFilesLines
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-2/+3
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* adopt oc_scale for openshift_metrics roleJeff Cantrill2017-01-271-0/+1
|
* use pod to generate keystores (#14)Jeff Cantrill2017-01-171-14/+14
|
* metrics fixes for yamlintJeff Cantrill2017-01-171-14/+14
|
* additional code reviewsJeff Cantrill2017-01-171-0/+16
|
* Bruno Barcarol GuimarĂ£es work to move metrics to ansible from deployerJeff Cantrill2017-01-171-0/+2
|
* rename openshift_metrics to openshift_hosted_metricsJeff Cantrill2017-01-111-18/+0
|
* 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