Browse Source

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
Jason DeTiberus 9 years ago
parent
commit
c37ab31065

+ 1 - 0
playbooks/aws/openshift-cluster/config.yml

@@ -14,3 +14,4 @@
     openshift_router_selector: 'type=infra'
     openshift_infra_nodes: "{{ g_infra_hosts }}"
     openshift_node_labels: '{"region": "{{ ec2_region }}", "type": "{{ hostvars[inventory_hostname]["ec2_tag_sub-host-type"] if inventory_hostname in groups["tag_host-type_node"] else hostvars[inventory_hostname]["ec2_tag_host-type"] }}"}'
+    openshift_master_cluster_method: 'native'

+ 1 - 0
playbooks/gce/openshift-cluster/config.yml

@@ -15,3 +15,4 @@
     openshift_hostname: "{{ gce_private_ip }}"
     openshift_router_selector: 'type=infra'
     openshift_infra_nodes: "{{ g_infra_hosts }}"
+    openshift_master_cluster_method: 'native'

+ 1 - 0
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'

+ 1 - 0
playbooks/openstack/openshift-cluster/config.yml

@@ -13,3 +13,4 @@
     openshift_hostname: "{{ ansible_default_ipv4.address }}"
     openshift_router_selector: 'type=infra'
     openshift_infra_nodes: "{{ g_infra_hosts }}"
+    openshift_master_cluster_method: 'native'