diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2016-05-24 11:56:11 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-05-25 10:28:33 -0300 |
commit | 5c833d9f29e292d11c0cbf08786e9015f133ce17 (patch) | |
tree | dccfbd5103a2bf8d77a3e7ea4c2850488a03e6b9 /playbooks/common/openshift-master | |
parent | 436c287335c3b578aaa2c1c8835583feaee2a3cf (diff) | |
download | openshift-5c833d9f29e292d11c0cbf08786e9015f133ce17.tar.gz openshift-5c833d9f29e292d11c0cbf08786e9015f133ce17.tar.bz2 openshift-5c833d9f29e292d11c0cbf08786e9015f133ce17.tar.xz openshift-5c833d9f29e292d11c0cbf08786e9015f133ce17.zip |
Complete installation of first master containerized.
Diffstat (limited to 'playbooks/common/openshift-master')
-rw-r--r-- | playbooks/common/openshift-master/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml index 206e92c16..9842e3917 100644 --- a/playbooks/common/openshift-master/config.yml +++ b/playbooks/common/openshift-master/config.yml @@ -360,7 +360,7 @@ with_items: openshift_master_named_certificates when: named_certs_specified | bool -- name: Configure first master instances +- name: Configure first master instance hosts: oo_first_master any_errors_fatal: true serial: 1 @@ -400,6 +400,7 @@ - name: Create group for deployment type group_by: key=oo_masters_deployment_type_{{ openshift.common.deployment_type }} changed_when: False + - fail: # TODO: This is a copy paste of the oo_first_master, how do we reconcile the code but change openshift_version? - name: Configure remaining master instances |