diff options
author | Jeff Cantrill <jcantril@redhat.com> | 2016-11-29 15:12:48 -0500 |
---|---|---|
committer | Jeff Cantrill <jcantril@redhat.com> | 2017-01-11 10:35:36 -0500 |
commit | 7a351a8bf87e6678e273d94ec7d003e1baa9fe90 (patch) | |
tree | eba19b0838e942f66af7278eea92357fdc05304e /playbooks/common | |
parent | f443452d1a999df7417e665533494cebb44c0e7a (diff) | |
download | openshift-7a351a8bf87e6678e273d94ec7d003e1baa9fe90.tar.gz openshift-7a351a8bf87e6678e273d94ec7d003e1baa9fe90.tar.bz2 openshift-7a351a8bf87e6678e273d94ec7d003e1baa9fe90.tar.xz openshift-7a351a8bf87e6678e273d94ec7d003e1baa9fe90.zip |
rename openshift_metrics to openshift_hosted_metrics
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-cluster/openshift_hosted.yml | 2 |
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 |