diff options
author | Scott Dodson <sdodson@redhat.com> | 2018-02-06 22:40:23 -0500 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2018-02-06 23:02:19 -0500 |
commit | c8f30c2469069a09a8874fff1584b3db1dce9b7a (patch) | |
tree | 2ccff8f9bc3ca2e08ba62b50ea7fb9d65b58f361 /playbooks/common/openshift-cluster/upgrades | |
parent | 4829d3b280801ae4b8530d2de29fdcf5328e26cb (diff) | |
download | openshift-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/common/openshift-cluster/upgrades')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml | 3 |
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 |