summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2018-02-06 22:40:23 -0500
committerScott Dodson <sdodson@redhat.com>2018-02-06 23:02:19 -0500
commitc8f30c2469069a09a8874fff1584b3db1dce9b7a (patch)
tree2ccff8f9bc3ca2e08ba62b50ea7fb9d65b58f361 /playbooks
parent4829d3b280801ae4b8530d2de29fdcf5328e26cb (diff)
downloadopenshift-c8f30c2469069a09a8874fff1584b3db1dce9b7a.tar.gz
openshift-c8f30c2469069a09a8874fff1584b3db1dce9b7a.tar.bz2
openshift-c8f30c2469069a09a8874fff1584b3db1dce9b7a.tar.xz
openshift-c8f30c2469069a09a8874fff1584b3db1dce9b7a.zip
Make sure to include upgrade_pre when upgrading master nodes
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
index 40e245d75..3c0b72832 100644
--- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml
@@ -311,6 +311,9 @@
post_tasks:
- import_role:
name: openshift_node
+ tasks_from: upgrade_pre.yml
+ - import_role:
+ name: openshift_node
tasks_from: upgrade.yml
- import_role:
name: openshift_manage_node