Drop the included promethus, as we have a better one.

Update to latest openshift ansible.
This commit is contained in:
Kevin Fenzi 2018-09-19 20:59:20 +00:00
parent c87ae2b516
commit f5a379afad
2 changed files with 5 additions and 5 deletions

View file

@ -133,7 +133,7 @@
openshift_ansible_path: "/root/openshift-ansible",
openshift_ansible_pre_playbook: "playbooks/prerequisites.yml",
openshift_ansible_playbook: "playbooks/deploy_cluster.yml",
openshift_ansible_version: "openshift-ansible-3.10.43-1",
openshift_ansible_version: "openshift-ansible-3.10.49-1",
openshift_ansible_ssh_user: root,
openshift_ansible_install_examples: false,
openshift_ansible_containerized_deploy: false,

View file

@ -737,14 +737,14 @@ openshift_logging_es_cluster_size=1
# Prometheus deployment
#
# Currently prometheus deployment is disabled by default, enable it by setting this
openshift_hosted_prometheus_deploy=true
#openshift_hosted_prometheus_deploy=true
#
# Prometheus storage config
# By default prometheus uses emptydir storage, if you want to persist you should
# configure it to use pvc storage type. Each volume must be ReadWriteOnce.
openshift_prometheus_storage_type=emptydir
openshift_prometheus_alertmanager_storage_type=emptydir
openshift_prometheus_alertbuffer_storage_type=emptydir
#openshift_prometheus_storage_type=emptydir
#openshift_prometheus_alertmanager_storage_type=emptydir
#openshift_prometheus_alertbuffer_storage_type=emptydir
# Use PVCs for persistence
#openshift_prometheus_storage_type=pvc
#openshift_prometheus_alertmanager_storage_type=pvc