summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_hosted.yml
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2017-01-11 12:19:54 -0500
committerGitHub <noreply@github.com>2017-01-11 12:19:54 -0500
commitc9919242e76c03ea25993d8ee14c2ac64014077c (patch)
treec912b844bdcbdacdcda18987f7ba16f0f786471f /playbooks/common/openshift-cluster/openshift_hosted.yml
parentc273ed46d1236a0b4a5169bbff009dea051bdee7 (diff)
parent7a351a8bf87e6678e273d94ec7d003e1baa9fe90 (diff)
downloadopenshift-c9919242e76c03ea25993d8ee14c2ac64014077c.tar.gz
openshift-c9919242e76c03ea25993d8ee14c2ac64014077c.tar.bz2
openshift-c9919242e76c03ea25993d8ee14c2ac64014077c.tar.xz
openshift-c9919242e76c03ea25993d8ee14c2ac64014077c.zip
Merge pull request #2881 from jcantrill/mv_metrics_to_hosted_metrics
rename openshift_metrics to openshift_hosted_metrics
Diffstat (limited to 'playbooks/common/openshift-cluster/openshift_hosted.yml')
-rw-r--r--playbooks/common/openshift-cluster/openshift_hosted.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_hosted.yml b/playbooks/common/openshift-cluster/openshift_hosted.yml
index 7839b85e8..ec5b18389 100644
--- a/playbooks/common/openshift-cluster/openshift_hosted.yml
+++ b/playbooks/common/openshift-cluster/openshift_hosted.yml
@@ -27,7 +27,7 @@
logging_elasticsearch_ops_cluster_size: "{{ openshift_hosted_logging_elasticsearch_ops_cluster_size | default(1) }}"
roles:
- role: openshift_hosted
- - role: openshift_metrics
+ - role: openshift_hosted_metrics
when: openshift_hosted_metrics_deploy | default(false) | bool
- role: openshift_hosted_logging
when: openshift_hosted_logging_deploy | default(false) | bool