diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 13:05:18 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 13:05:18 -0500 |
commit | c378c56c138945b78d69b8c42218bef74b85de2b (patch) | |
tree | c0a2b22fc887b3735b65acbea59fbecbf4202732 /playbooks/common/openshift-cluster | |
parent | df81cfca01b7633a95359ed6097a9dd2f7b72f84 (diff) | |
download | openshift-c378c56c138945b78d69b8c42218bef74b85de2b.tar.gz openshift-c378c56c138945b78d69b8c42218bef74b85de2b.tar.bz2 openshift-c378c56c138945b78d69b8c42218bef74b85de2b.tar.xz openshift-c378c56c138945b78d69b8c42218bef74b85de2b.zip |
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: |