summaryrefslogtreecommitdiffstats
path: root/roles/openshift_prometheus/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Fix prometheus default varsMichael Gugino2017-11-071-12/+1
| | | | | | | | | 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-011-0/+16
| | | | | | 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.
* Change default in prometheus storage type to emptydirZohar Galor2017-10-241-0/+3
| | | | | | | | 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
* Switch to stateful set in prometheusZohar Galor2017-10-231-6/+6
| | | | Also update prometheus and alert-buffer image versions, and add prometheus, and oauth-proxy arguments to align with origin template
* Fix prometheus role nfsZohar Galor2017-10-163-89/+0
| | | | | | Allow for external or internal nfs. use facts as used for logging and metrics. Update prometheus-alertmanager image to v0.9.1
* Prometheus role fixesZohar Galor2017-09-181-1/+4
| | | | | - Use official prometheus-alert-buffer image - Add prometheus annotations to service
* Create ansible role for deploying prometheus on openshiftZohar Galor2017-09-064-0/+347
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