summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-03-03 15:37:53 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-03-03 15:37:53 -0500
commit26b37a59d52665bf2b7663326dd72a2262faf844 (patch)
tree67a8f2b9c5b472204f0e56560c3defe87a11c072 /playbooks/byo/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
parentaef4ac6419d80b7002a7a6ab13ef8d928408e8d0 (diff)
parent322689ef0dc93a39cc9fef2d86eecfdc11e953ef (diff)
downloadopenshift-26b37a59d52665bf2b7663326dd72a2262faf844.tar.gz
openshift-26b37a59d52665bf2b7663326dd72a2262faf844.tar.bz2
openshift-26b37a59d52665bf2b7663326dd72a2262faf844.tar.xz
openshift-26b37a59d52665bf2b7663326dd72a2262faf844.zip
Merge pull request #1483 from brenton/32upgrade
First past at the upgrade process for 3.2
Diffstat (limited to 'playbooks/byo/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml')
-rw-r--r--playbooks/byo/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml b/playbooks/byo/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
new file mode 100644
index 000000000..0c91b51d6
--- /dev/null
+++ b/playbooks/byo/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
@@ -0,0 +1,19 @@
+---
+- include: ../../../../common/openshift-cluster/evaluate_groups.yml
+ 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([]) }}"
+ openshift_cluster_id: "{{ cluster_id | default('default') }}"
+ openshift_deployment_type: "{{ deployment_type }}"
+- include: ../../../../common/openshift-cluster/upgrades/v3_1_to_v3_2/pre.yml
+ vars:
+ openshift_deployment_type: "{{ deployment_type }}"
+- include: ../../../../common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml
+ vars:
+ openshift_deployment_type: "{{ deployment_type }}"
+- include: ../../../openshift-master/restart.yml
+- include: ../../../../common/openshift-cluster/upgrades/v3_1_to_v3_2/post.yml