summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/README.md
Commit message (Collapse)AuthorAgeFilesLines
* use pvc_size instead of pv_size for openshift_metrics since the role creates ↵Jeff Cantrill2017-02-081-2/+2
| | | | claims
* fixes BZ-1414625. Check for httpd-tools and java before installJeff Cantrill2017-01-231-0/+4
|
* fixes BZ141619. Corrects the variable in the READMEJeff Cantrill2017-01-191-1/+1
|
* User provided certs pushed from control. vars reorg (#12)Jeff Cantrill2017-01-171-7/+7
| | | Merging per discussion and agreement from @bbguimaraes
* allow definition of cpu/memory limits/resources (#11)Jeff Cantrill2017-01-171-0/+11
|
* rename variables to be less extraneous (#10)Jeff Cantrill2017-01-171-4/+6
|
* Custom certificates (#5)Bruno Barcarol Guimarães2017-01-171-0/+3
| | | | | | | | | | | | | | | * Generate secrets on a persistent directory. * Split certificate generation files. * Custom certificates. * Minor fixes. - use `slurp` instead of `shell: base64` - fix route hostname * Updates on origin-metrics.
* prefix vars with metrics role (#4)Jeff Cantrill2017-01-171-14/+14
|
* Bruno Barcarol Guimarães work to move metrics to ansible from deployerJeff Cantrill2017-01-171-0/+86
|
* rename openshift_metrics to openshift_hosted_metricsJeff Cantrill2017-01-111-54/+0
|
* 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