summaryrefslogtreecommitdiff
path: root/roles/openshift_prometheus/defaults
AgeCommit message (Collapse)Author
2018-01-28Rebase Prometheus example for new scrape endpoints and expose alert managerMangirdas
2018-01-17openshift_prometheus: remove block duration settingsPaul Gier
The prometheus block duration settings should not be changed from their defaults. See also: https://github.com/prometheus/prometheus/pull/3618
2017-12-12Add support for storage classes to openshift_prometheus role.Jiri Mencak
2017-11-24Missed the default value after the variable name change...Diego Abelenda
2017-11-24Allow to set the hostname for routes to prometheus and alertmanagerDiego Abelenda
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-08Change prometheus default namespace to 'openshift-metrics'Zohar Galor
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.
2017-10-25Merge pull request #5848 from zgalor/pvc_default_alignScott Dodson
Change default in prometheus storage type to emptydir
2017-10-24Change default in prometheus storage type to emptydirZohar Galor
Only create pvcs when openshift_prometheus_<alertmanager|buffer>_storage_type==pvc By default deployment will use emptydir. Add some documentation and examples. bz: https://bugzilla.redhat.com/show_bug.cgi?id=1495446
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 pvc selector default to be empty dict instead of stringZohar Galor
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-18Prometheus role fixesZohar Galor
- Use official prometheus-alert-buffer image - Add prometheus annotations to service
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