summaryrefslogtreecommitdiffstats
path: root/playbooks/common
diff options
context:
space:
mode:
authorSamuel Munilla <smunilla@redhat.com>2016-07-27 09:14:42 -0400
committerSamuel Munilla <smunilla@redhat.com>2016-08-26 10:57:45 -0400
commit2fe8715d9935dc7372dab68fa2b93a702265a119 (patch)
treef29dbb53a9b17f7213c90d4975d685f47b6ca302 /playbooks/common
parent577195e3eefe19b95e39f0f52834cd3dc8f77cdf (diff)
downloadopenshift-2fe8715d9935dc7372dab68fa2b93a702265a119.tar.gz
openshift-2fe8715d9935dc7372dab68fa2b93a702265a119.tar.bz2
openshift-2fe8715d9935dc7372dab68fa2b93a702265a119.tar.xz
openshift-2fe8715d9935dc7372dab68fa2b93a702265a119.zip
Add support for Atomic Registry Installs
Add the Registry deployment subtype as an option in the quick installer.
Diffstat (limited to 'playbooks/common')
-rw-r--r--playbooks/common/openshift-cluster/additional_config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/additional_config.yml b/playbooks/common/openshift-cluster/additional_config.yml
index ebbd45a67..c3b1a9365 100644
--- a/playbooks/common/openshift-cluster/additional_config.yml
+++ b/playbooks/common/openshift-cluster/additional_config.yml
@@ -15,6 +15,8 @@
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 )
+ (osm_use_cockpit | bool or osm_use_cockpit is undefined ) and ( deployment_subtype != 'registry' )
+ - role: cockpit-ui
+ when: not openshift.common.is_atomic and ( deployment_subtype == 'registry' )
- role: flannel_register
when: openshift.common.use_flannel | bool