diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-12-16 14:11:17 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-12-16 16:32:00 -0500 |
commit | 5d731d068a8291d8b81c58f0e99ec3d6740eaf7b (patch) | |
tree | 150fadb1652b9a8346c94bd9820d3d165daf3a80 /playbooks/byo/openshift-cluster/upgrades | |
parent | 002fdef1769baccdd6c90a4caa8c0028ec9559db (diff) | |
download | openshift-5d731d068a8291d8b81c58f0e99ec3d6740eaf7b.tar.gz openshift-5d731d068a8291d8b81c58f0e99ec3d6740eaf7b.tar.bz2 openshift-5d731d068a8291d8b81c58f0e99ec3d6740eaf7b.tar.xz openshift-5d731d068a8291d8b81c58f0e99ec3d6740eaf7b.zip |
Add master config hook for 3.4 upgrade and fix facts ordering for config hook run.
Diffstat (limited to 'playbooks/byo/openshift-cluster/upgrades')
-rw-r--r-- | playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade.yml b/playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade.yml index 496b00697..d6115e7a5 100644 --- a/playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade.yml +++ b/playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade.yml @@ -89,6 +89,8 @@ - include: ../../../../common/openshift-cluster/upgrades/cleanup_unused_images.yml - include: ../../../../common/openshift-cluster/upgrades/upgrade_control_plane.yml + vars: + master_config_hook: "v3_4/master_config_upgrade.yml" - include: ../../../../common/openshift-cluster/upgrades/upgrade_nodes.yml |