summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-04-07 16:16:14 -0400
committerRussell Teague <rteague@redhat.com>2017-04-10 09:39:51 -0400
commitb4c2a7507ced4c47732a20b819d2e34bf4ca129c (patch)
tree8df0c047c996303af179ea3b2d04dac0ea210c08 /playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml
parent3ea629b458c78db194443563aab4a8d09e9a07b4 (diff)
downloadopenshift-b4c2a7507ced4c47732a20b819d2e34bf4ca129c.tar.gz
openshift-b4c2a7507ced4c47732a20b819d2e34bf4ca129c.tar.bz2
openshift-b4c2a7507ced4c47732a20b819d2e34bf4ca129c.tar.xz
openshift-b4c2a7507ced4c47732a20b819d2e34bf4ca129c.zip
Refactor docker upgrade playbooks
The playbooks were crossing byo/common boundaries for task includes. This moves all 'common' files/tasks into the 'common' folder.
Diffstat (limited to 'playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml')
-rw-r--r--playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml11
1 files changed, 1 insertions, 10 deletions
diff --git a/playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml b/playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml
index 5feb33be4..5c1c29395 100644
--- a/playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml
+++ b/playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml
@@ -24,13 +24,4 @@
tasks:
- include_vars: ../../cluster_hosts.yml
-- include: ../../../../common/openshift-cluster/evaluate_groups.yml
- vars:
- # Do not allow adding hosts during upgrade.
- g_new_master_hosts: []
- g_new_node_hosts: []
- openshift_cluster_id: "{{ cluster_id | default('default') }}"
-
-- include: ../../../../common/openshift-cluster/upgrades/initialize_nodes_to_upgrade.yml
-
-- include: docker_upgrade.yml
+- include: ../../../../common/openshift-cluster/upgrades/docker/docker_upgrade.yml