diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 16:36:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 16:36:45 -0500 |
commit | 4e6df8801fcb627804b1f4075d25da6d38b49639 (patch) | |
tree | 7e0a9877fb859aacbfa6af17b627d6214db16f76 /playbooks/common/openshift-cluster | |
parent | 9a405010c5a656f89866906d29866ba98493e91b (diff) | |
parent | c378c56c138945b78d69b8c42218bef74b85de2b (diff) | |
download | openshift-4e6df8801fcb627804b1f4075d25da6d38b49639.tar.gz openshift-4e6df8801fcb627804b1f4075d25da6d38b49639.tar.bz2 openshift-4e6df8801fcb627804b1f4075d25da6d38b49639.tar.xz openshift-4e6df8801fcb627804b1f4075d25da6d38b49639.zip |
Merge pull request #6231 from mtnbikenc/include-deprecation-openshift-master
Include Deprecation - openshift-master
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml index 52438bdc4..d08c6e940 100644 --- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml +++ b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml @@ -85,10 +85,10 @@ - include: "{{ openshift_master_upgrade_hook }}" when: openshift_master_upgrade_hook is defined - - include: ../../../openshift-master/private/restart_hosts.yml + - include: ../../../openshift-master/private/tasks/restart_hosts.yml when: openshift.common.rolling_restart_mode == 'system' - - include: ../../../openshift-master/private/restart_services.yml + - include: ../../../openshift-master/private/tasks/restart_services.yml when: openshift.common.rolling_restart_mode == 'services' # Run the post-upgrade hook if defined: |