diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-07-25 11:45:19 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-07-25 11:45:19 -0400 |
commit | 8866740a4d61b15d1cd9adbc9741e95650adccf4 (patch) | |
tree | 8bc56f28afe1f12489ba8b0790300276cb5d0a8b /playbooks/common/openshift-cluster | |
parent | cd46274c9d52dab3553f3f88fca37bf2a93c9068 (diff) | |
download | openshift-8866740a4d61b15d1cd9adbc9741e95650adccf4.tar.gz openshift-8866740a4d61b15d1cd9adbc9741e95650adccf4.tar.bz2 openshift-8866740a4d61b15d1cd9adbc9741e95650adccf4.tar.xz openshift-8866740a4d61b15d1cd9adbc9741e95650adccf4.zip |
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 |