From 55e36e376858d023203f4a3d7884c830109bc122 Mon Sep 17 00:00:00 2001 From: Jose David Martin Nieto Date: Thu, 10 Mar 2016 12:30:44 +0100 Subject: added new openshift-metrics service --- playbooks/common/openshift-cluster/additional_config.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'playbooks/common/openshift-cluster') diff --git a/playbooks/common/openshift-cluster/additional_config.yml b/playbooks/common/openshift-cluster/additional_config.yml index 44bf962c9..c5a0f123c 100644 --- a/playbooks/common/openshift-cluster/additional_config.yml +++ b/playbooks/common/openshift-cluster/additional_config.yml @@ -52,3 +52,5 @@ - role: openshift_registry registry_volume_claim: "{{ openshift.hosted.registry.storage.volume.name }}-claim" when: deploy_infra | bool and attach_registry_volume | bool + - role: openshift_metrics + when: openshift.hosted.metrics.deploy | bool -- cgit v1.2.3