diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-01-29 14:30:20 -0500 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-02-01 11:49:12 -0500 |
commit | c37ab310652231ba1d9af4e511807a3ec262e17b (patch) | |
tree | 4d24844e08e29bcf78ebd51c62865983233128cd /playbooks/libvirt/openshift-cluster/config.yml | |
parent | 3d3053062ee3bca175df6eb4dd66ff56237234ca (diff) | |
download | openshift-c37ab310652231ba1d9af4e511807a3ec262e17b.tar.gz openshift-c37ab310652231ba1d9af4e511807a3ec262e17b.tar.bz2 openshift-c37ab310652231ba1d9af4e511807a3ec262e17b.tar.xz openshift-c37ab310652231ba1d9af4e511807a3ec262e17b.zip |
Multi-master fixes for provider playbooks
- set openshift_master_cluster_method=native for all cloud providers so
bin/cluster will build the ha masters correctly
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/libvirt/openshift-cluster/config.yml b/playbooks/libvirt/openshift-cluster/config.yml index b5cda6187..9bd99c4fc 100644 --- a/playbooks/libvirt/openshift-cluster/config.yml +++ b/playbooks/libvirt/openshift-cluster/config.yml @@ -15,3 +15,4 @@ openshift_deployment_type: "{{ deployment_type }}" openshift_router_selector: 'type=infra' openshift_infra_nodes: "{{ g_infra_hosts }}" + openshift_master_cluster_method: 'native' |