summaryrefslogtreecommitdiffstats
path: root/roles/openshift_prometheus
Commit message (Collapse)AuthorAgeFilesLines
* Add enterprise prometheus image defaultsScott Dodson2017-11-014-10/+30
| | | | | | 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.
* Merge pull request #5848 from zgalor/pvc_default_alignScott Dodson2017-10-253-4/+10
|\ | | | | Change default in prometheus storage type to emptydir
| * Change default in prometheus storage type to emptydirZohar Galor2017-10-243-4/+10
| | | | | | | | | | | | | | | | 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
* | Split prometheus image defaults to prefix and versionZohar Galor2017-10-243-11/+17
|/ | | | | | 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
* Merge pull request #5808 from zgalor/stateful_setScott Dodson2017-10-234-14/+18
|\ | | | | Switch to stateful set in prometheus
| * Switch to stateful set in prometheusZohar Galor2017-10-234-14/+18
| | | | | | | | Also update prometheus and alert-buffer image versions, and add prometheus, and oauth-proxy arguments to align with origin template
* | Add nfs variables documentation to README fileZohar Galor2017-10-191-2/+25
|/ | | | Add documentation of external nfs variables
* Merge pull request #5789 from zgalor/fix_limit_typoScott Dodson2017-10-181-1/+1
|\ | | | | Fix typo in setting prom-proxy memory limit
| * Fix typo in setting prom-proxy memory limitZohar Galor2017-10-181-1/+1
| | | | | | | | bz: https://bugzilla.redhat.com/show_bug.cgi?id=1493368
* | Fix pvc selector default to be empty dict instead of stringZohar Galor2017-10-181-3/+3
|/
* Fix prometheus role nfsZohar Galor2017-10-168-164/+7
| | | | | | 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-182-2/+5
| | | | | - Use official prometheus-alert-buffer image - Add prometheus annotations to service
* Create ansible role for deploying prometheus on openshiftZohar Galor2017-09-0617-0/+1028
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