diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-20 11:58:45 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-20 11:58:45 -0400 |
commit | c64590a63e64c6edad86766fbac5bf00b176b7c4 (patch) | |
tree | 3592a0a4141b64878b89989223b4b4e0dfbf5233 /playbooks/common/openshift-cluster | |
parent | afff74593f6de2492e3ed1cbe63f68a2dfb732f3 (diff) | |
parent | 55e36e376858d023203f4a3d7884c830109bc122 (diff) | |
download | openshift-c64590a63e64c6edad86766fbac5bf00b176b7c4.tar.gz openshift-c64590a63e64c6edad86766fbac5bf00b176b7c4.tar.bz2 openshift-c64590a63e64c6edad86766fbac5bf00b176b7c4.tar.xz openshift-c64590a63e64c6edad86766fbac5bf00b176b7c4.zip |
Merge pull request #1582 from jdnieto/openshift_metrics
added new openshift-metrics service
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/additional_config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |