summaryrefslogtreecommitdiff
path: root/roles/openshift_prometheus/templates
AgeCommit message (Collapse)Author
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.
2018-01-28Rebase Prometheus example for new scrape endpoints and expose alert managerMangirdas
2017-11-27dist.iteritems() no longer exists in Python 3.Jan Pazdziora
2017-11-19Allow modifying and adding prometheus application argumentsZohar Galor
config.file and web.listen-address remain unconfigurable (Changing those will break deployment) Storage defaults moved to a list parameter `openshift_prometheus_args` that can be modified and extended.
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-10-24Split prometheus image defaults to prefix and versionZohar Galor
To allow easier testing and deployment from different repos, image defaults were split to prefix and version that can be set externally. bz: https://bugzilla.redhat.com/show_bug.cgi?id=1493431
2017-10-23Switch to stateful set in prometheusZohar Galor
Also update prometheus and alert-buffer image versions, and add prometheus, and oauth-proxy arguments to align with origin template
2017-10-18Fix typo in setting prom-proxy memory limitZohar Galor
bz: https://bugzilla.redhat.com/show_bug.cgi?id=1493368
2017-10-16Fix prometheus role nfsZohar Galor
Allow for external or internal nfs. use facts as used for logging and metrics. Update prometheus-alertmanager image to v0.9.1
2017-09-06Create ansible role for deploying prometheus on openshiftZohar Galor
A new role for installing prometheus on openshift. Depends on `openshift_hosted_prometheus_deploy` flag role creates: - prometheus namespace - prometheus clusterrolebinding and service account - pvs for prometheus, alertmanager and alertbuffer for internal nfs - prometheus pod with prometheus behind oauth-proxy, alertmanager and alert-buffer behind oauth-proxy - prometheus and alertmanager configmaps - prometheus and alerts services and direct routes - prometheus, alertmanager and alert-buffer pvcs