summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-01-29 09:40:34 -0500
committerAndrew Butcher <abutcher@redhat.com>2016-01-29 09:40:34 -0500
commit9a4c6f01f86ade7b9d6420ba1c6a7c6e7a679295 (patch)
tree745d97dcfabee71d83c6af5c0f801bac93846947 /playbooks
parent0658eea31bcf7db761463a9d734b07b4a5984e0f (diff)
downloadopenshift-9a4c6f01f86ade7b9d6420ba1c6a7c6e7a679295.tar.gz
openshift-9a4c6f01f86ade7b9d6420ba1c6a7c6e7a679295.tar.bz2
openshift-9a4c6f01f86ade7b9d6420ba1c6a7c6e7a679295.tar.xz
openshift-9a4c6f01f86ade7b9d6420ba1c6a7c6e7a679295.zip
Enable cockpit when not is_atomic.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-master/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml
index a0d21451f..12497bf94 100644
--- a/playbooks/common/openshift-master/config.yml
+++ b/playbooks/common/openshift-master/config.yml
@@ -368,7 +368,7 @@
cockpit_plugins: "{{ osm_cockpit_plugins | default(['cockpit-kubernetes']) }}"
roles:
- role: cockpit
- when: not openshift.common.is_containerized and ( deployment_type in ['atomic-enterprise','openshift-enterprise'] ) and
+ when: not openshift.common.is_atomic and ( deployment_type in ['atomic-enterprise','openshift-enterprise'] ) and
(osm_use_cockpit | bool or osm_use_cockpit is undefined )
- name: Configure flannel