Browse Source

Adding newly required variable

Brenton Leanhardt 9 years ago
parent
commit
6b25d27ca4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      playbooks/byo/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml

+ 1 - 0
playbooks/byo/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml

@@ -3,6 +3,7 @@
   vars:
     g_etcd_hosts: "{{ groups.etcd | default([]) }}"
     g_master_hosts: "{{ groups.masters | default([]) }}"
+    g_new_master_hosts: []
     g_nfs_hosts: "{{ groups.nfs | default([]) }}"
     g_node_hosts: "{{ groups.nodes | default([]) }}"
     g_lb_hosts: "{{ groups.lb | default([]) }}"