summaryrefslogtreecommitdiff
path: root/roles/openshift_prometheus/vars
AgeCommit message (Collapse)Author
2018-02-08Set default image tag to openshift_image_tag for servicesVadim Rutkovsky
Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-05bug 1540799: openshift_prometheus: update alertmanager config file flagPaul Gier
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.
2017-11-28Update prometheus to 2.0.0 GAZohar Galor
2017-11-07Fix prometheus default varsMichael Gugino
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
2017-11-01Add enterprise prometheus image defaultsScott Dodson
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.