diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-07-26 08:50:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-26 08:50:45 -0400 |
commit | 5a88d3db3651e23182e72691f3fedc5e1a9a0036 (patch) | |
tree | ade035475473bb735a28e8289cdaa16b4fc1d3e2 /playbooks/common/openshift-cluster | |
parent | 4cc5781749e9f2eadde2707b07bb11c7552bd46f (diff) | |
parent | 8866740a4d61b15d1cd9adbc9741e95650adccf4 (diff) | |
download | openshift-5a88d3db3651e23182e72691f3fedc5e1a9a0036.tar.gz openshift-5a88d3db3651e23182e72691f3fedc5e1a9a0036.tar.bz2 openshift-5a88d3db3651e23182e72691f3fedc5e1a9a0036.tar.xz openshift-5a88d3db3651e23182e72691f3fedc5e1a9a0036.zip |
Merge pull request #2213 from detiber/remove_old_metrics_role
remove outdated openshift_cluster_metrics role
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/additional_config.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/additional_config.yml b/playbooks/common/openshift-cluster/additional_config.yml index a34322754..e9fb3de96 100644 --- a/playbooks/common/openshift-cluster/additional_config.yml +++ b/playbooks/common/openshift-cluster/additional_config.yml @@ -19,8 +19,6 @@ - role: openshift_examples registry_url: "{{ openshift.master.registry_url }}" when: openshift.common.install_examples | bool - - role: openshift_cluster_metrics - when: openshift.common.use_cluster_metrics | bool - role: openshift_manageiq when: openshift.common.use_manageiq | bool - role: cockpit |