diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index a84b11be2..b7b79e74d 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -725,7 +725,7 @@ node_exporter_container_image: registry.redhat.io/openshift4/ose-prometheus-node # We only need this for SSL (https) connections #grafana_crt: '' #grafana_key: '' -grafana_container_image: registry.redhat.io/openshift4/ose-grafana:v4.1 +grafana_container_image: registry.redhat.io/rhceph/rhceph-3-dashboard-rhel7:3 #grafana_container_cpu_period: 100000 #grafana_container_cpu_cores: 2 # container_memory is in GB @@ -751,7 +751,7 @@ grafana_container_image: registry.redhat.io/openshift4/ose-grafana:v4.1 # - grafana-piechart-panel #grafana_allow_embedding: True #grafana_port: 3000 -prometheus_container_image: registry.redhat.io/openshift4/ose-prometheus:v4.1 +prometheus_container_image: registry.redhat.io/openshift4/ose-prometheus:4.1 #prometheus_container_cpu_period: 100000 #prometheus_container_cpu_cores: 2 # container_memory is in GB @@ -760,7 +760,7 @@ prometheus_container_image: registry.redhat.io/openshift4/ose-prometheus:v4.1 #prometheus_conf_dir: /etc/prometheus #prometheus_user_id: '65534' # This is the UID used by the prom/prometheus container image #prometheus_port: 9090 -alertmanager_container_image: registry.redhat.io/openshift4/ose-prometheus-alertmanager:v4.1 +alertmanager_container_image: registry.redhat.io/openshift4/ose-prometheus-alertmanager:4.1 #alertmanager_container_cpu_period: 100000 #alertmanager_container_cpu_cores: 2 # container_memory is in GB diff --git a/rhcs_edits.txt b/rhcs_edits.txt index 9fba033c5..76dc61334 100644 --- a/rhcs_edits.txt +++ b/rhcs_edits.txt @@ -7,7 +7,7 @@ ceph_docker_image_tag: "latest" ceph_docker_registry: "registry.redhat.io" ceph_docker_registry_auth: true node_exporter_container_image: registry.redhat.io/openshift4/ose-prometheus-node-exporter:v4.1 -grafana_container_image: registry.redhat.io/openshift4/ose-grafana:v4.1 -prometheus_container_image: registry.redhat.io/openshift4/ose-prometheus:v4.1 -alertmanager_container_image: registry.redhat.io/openshift4/ose-prometheus-alertmanager:v4.1 +grafana_container_image: registry.redhat.io/rhceph/rhceph-3-dashboard-rhel7:3 +prometheus_container_image: registry.redhat.io/openshift4/ose-prometheus:4.1 +alertmanager_container_image: registry.redhat.io/openshift4/ose-prometheus-alertmanager:4.1 # END OF FILE, DO NOT TOUCH ME!