summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/upgrades/v3_9/upgrade_control_plane.yml
blob: c8f397186836f51501ee9b2ba098cdaffc3569fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
#
# Control Plane Upgrade Playbook
#
# Upgrades masters and Docker (only on standalone etcd hosts)
#
# This upgrade does not include:
# - node service running on masters
# - docker running on masters
# - node service running on dedicated nodes
#
# 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