summaryrefslogtreecommitdiffstats
path: root/roles/openshift_prometheus/vars
Commit message (Collapse)AuthorAgeFilesLines
* Set default image tag to openshift_image_tag for servicesVadim Rutkovsky2018-02-081-4/+4
| | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* bug 1540799: openshift_prometheus: update alertmanager config file flagPaul Gier2018-02-051-1/+1
| | | | | | Prometheus alertmanager as of 0.13.0 requires double dashes (posix) for command line flags. The double dashes should be backwards compat with earlier versions of alertmanager.
* Update prometheus to 2.0.0 GAZohar Galor2017-11-281-1/+1
|
* Fix prometheus default varsMichael Gugino2017-11-072-12/+22
| | | | | | | | | Currently, prometheus role tries to set some defaults depending on openshift_deployment_type. This commit simplifies that logic. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1509782
* Add enterprise prometheus image defaultsScott Dodson2017-11-012-0/+14
Only require that openshift_prometheus_image_prefix be set to affect all other prefixes. Unfortunately the image_version for origin varies by image so a common image_version cannot be used.