diff options
author | Scott Dodson <sdodson@redhat.com> | 2018-01-26 10:41:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-26 10:41:44 -0500 |
commit | c6423636a4d14139960f4677dbab8fa646d1cb0c (patch) | |
tree | 56b6d96449cd4819959ab64ea391eaf0a8af856c /playbooks/byo | |
parent | 6e9a9c3e50446a1bd716272e4a47785ad8ecbf08 (diff) | |
parent | ef6d01b6c0a4000133ab443a0a3d52d686484fc9 (diff) | |
download | openshift-c6423636a4d14139960f4677dbab8fa646d1cb0c.tar.gz openshift-c6423636a4d14139960f4677dbab8fa646d1cb0c.tar.bz2 openshift-c6423636a4d14139960f4677dbab8fa646d1cb0c.tar.xz openshift-c6423636a4d14139960f4677dbab8fa646d1cb0c.zip |
Merge pull request #6821 from spadgett/remove-asset-config
Remove old assetConfig from master-config.yaml
Diffstat (limited to 'playbooks/byo')
-rw-r--r-- | playbooks/byo/openshift-cluster/upgrades/v3_9/upgrade_control_plane.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_9/upgrade_control_plane.yml b/playbooks/byo/openshift-cluster/upgrades/v3_9/upgrade_control_plane.yml index 869e185af..c8f397186 100644 --- a/playbooks/byo/openshift-cluster/upgrades/v3_9/upgrade_control_plane.yml +++ b/playbooks/byo/openshift-cluster/upgrades/v3_9/upgrade_control_plane.yml @@ -12,3 +12,5 @@ # You can run the upgrade_nodes.yml playbook after this to upgrade these components separately. # - import_playbook: ../../../../common/openshift-cluster/upgrades/v3_9/upgrade_control_plane.yml + +- import_playbook: ../../../../openshift-master/private/restart.yml |