summaryrefslogtreecommitdiffstats
path: root/roles/openshift_prometheus/README.md
Commit message (Collapse)AuthorAgeFilesLines
* openshift_prometheus: remove block duration settingsPaul Gier2018-01-171-1/+1
| | | | | The prometheus block duration settings should not be changed from their defaults. See also: https://github.com/prometheus/prometheus/pull/3618
* Add support for storage classes to openshift_prometheus role.Jiri Mencak2017-12-121-0/+2
|
* Fix name of the service pointed to by hostnameDiego Abelenda2017-11-241-1/+1
|
* Change the name of the variable and explicitely document the namesDiego Abelenda2017-11-241-1/+3
|
* Allow to set the hostname for routes to prometheus and alertmanagerDiego Abelenda2017-11-241-0/+2
|
* Allow modifying and adding prometheus application argumentsZohar Galor2017-11-191-0/+7
| | | | | 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.
* Merge pull request #5848 from zgalor/pvc_default_alignScott Dodson2017-10-251-1/+1
|\ | | | | Change default in prometheus storage type to emptydir
| * Change default in prometheus storage type to emptydirZohar Galor2017-10-241-1/+1
| | | | | | | | | | | | | | | | 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-241-1/+3
|/ | | | | | 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-231-2/+0
|\ | | | | Switch to stateful set in prometheus
| * Switch to stateful set in prometheusZohar Galor2017-10-231-2/+0
| | | | | | | | 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
* Create ansible role for deploying prometheus on openshiftZohar Galor2017-09-061-0/+95
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