Bläddra i källkod

Merge pull request #833 from brenton/BZ1278245

Bug 1278245 - Failed to add node to existing env using atomic-openshift-installer
Brenton Leanhardt 9 år sedan
förälder
incheckning
2bc586b6c8
1 ändrade filer med 9 tillägg och 0 borttagningar
  1. 9 0
      playbooks/common/openshift-cluster/scaleup.yml

+ 9 - 0
playbooks/common/openshift-cluster/scaleup.yml

@@ -1,7 +1,16 @@
 ---
 - include: evaluate_groups.yml
+  vars:
+    g_etcd_group: "{{ 'etcd' }}"
+    g_masters_group: "{{ 'masters' }}"
+    g_nodes_group: "{{ 'nodes' }}"
+    g_lb_group: "{{ 'lb' }}"
+    openshift_cluster_id: "{{ cluster_id | default('default') }}"
+    openshift_debug_level: 2
+    openshift_deployment_type: "{{ deployment_type }}"
 
 - include: ../openshift-node/config.yml
   vars:
     osn_cluster_dns_domain: "{{ hostvars[groups.oo_first_master.0].openshift.dns.domain }}"
     osn_cluster_dns_ip: "{{ hostvars[groups.oo_first_master.0].openshift.dns.ip }}"
+    openshift_deployment_type: "{{ deployment_type }}"