summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/additional_config.yml
diff options
context:
space:
mode:
authorSamuel Munilla <smunilla@redhat.com>2016-08-25 09:20:17 -0400
committerSamuel Munilla <smunilla@redhat.com>2016-08-26 11:00:56 -0400
commit517f3390c14bc9bf570581a914fa64ac55c1ccd9 (patch)
tree38a2fecf60f29150cda12cdc38f4df73e47afc1d /playbooks/common/openshift-cluster/additional_config.yml
parent2e975430061785e1acf2189e57ee7bfaee1a9411 (diff)
downloadopenshift-517f3390c14bc9bf570581a914fa64ac55c1ccd9.tar.gz
openshift-517f3390c14bc9bf570581a914fa64ac55c1ccd9.tar.bz2
openshift-517f3390c14bc9bf570581a914fa64ac55c1ccd9.tar.xz
openshift-517f3390c14bc9bf570581a914fa64ac55c1ccd9.zip
Remove atomic check and cockpit.socket
Diffstat (limited to 'playbooks/common/openshift-cluster/additional_config.yml')
-rw-r--r--playbooks/common/openshift-cluster/additional_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/additional_config.yml b/playbooks/common/openshift-cluster/additional_config.yml
index ba6a4eace..26b31d313 100644
--- a/playbooks/common/openshift-cluster/additional_config.yml
+++ b/playbooks/common/openshift-cluster/additional_config.yml
@@ -15,6 +15,6 @@
when: openshift.common.use_manageiq | bool
- role: cockpit
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 ) and ( deployment_subtype != 'registry' )
+ (osm_use_cockpit | bool or osm_use_cockpit is undefined ) and ( openshift.common.deployment_subtype != 'registry' )
- role: flannel_register
when: openshift.common.use_flannel | bool