summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks/install_hawkular.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Verify that requested services have schedulable nodes matching the selectorsVadim Rutkovsky2018-02-101-0/+7
| | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-3/+3
|
* Support setting annotations on Hawkular routeMichael Hanselmann2017-09-061-0/+1
| | | | | | | | | Our setup uses annotations to request a separate component, namely the ACME Controller[1], to request domain-validated certificates from the Let's Encrypt CA. By setting the necessary annotation via Ansible rather than manually the system will automatically retrieve a certificate. [1] https://github.com/tnozicka/openshift-acme
* bug 1419962. fix openshift_metrics pwd issue after reinstall where cassandra ↵Jeff Cantrill2017-02-091-1/+1
| | | | has incorrect pwd exception
* fix 1406057. Allow openshift_metrics nodeselectors for componentsJeff Cantrill2017-02-061-0/+1
|
* additional cr fixesJeff Cantrill2017-01-171-56/+4
|
* metrics fixes for yamlintJeff Cantrill2017-01-171-1/+1
|
* additional code reviewsJeff Cantrill2017-01-171-5/+14
|
* set replicas to current value so not to disrupt current pods (#13)Jeff Cantrill2017-01-171-0/+20
|
* User provided certs pushed from control. vars reorg (#12)Jeff Cantrill2017-01-171-17/+30
| | | Merging per discussion and agreement from @bbguimaraes
* update vars to allow scaling of components (#9)Jeff Cantrill2017-01-171-0/+2
|
* rename variables to be less extraneous (#10)Jeff Cantrill2017-01-171-9/+12
|
* Custom certificates (#5)Bruno Barcarol Guimarães2017-01-171-3/+5
| | | | | | | | | | | | | | | * 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-9/+9
|
* Bruno Barcarol Guimarães work to move metrics to ansible from deployerJeff Cantrill2017-01-171-0/+57