From c37ab310652231ba1d9af4e511807a3ec262e17b Mon Sep 17 00:00:00 2001
From: Jason DeTiberus <jdetiber@redhat.com>
Date: Fri, 29 Jan 2016 14:30:20 -0500
Subject: 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
---
 playbooks/libvirt/openshift-cluster/config.yml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'playbooks/libvirt/openshift-cluster')

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'
-- 
cgit v1.2.3