summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-08-08 15:09:14 -0400
committerScott Dodson <sdodson@redhat.com>2017-08-08 15:09:14 -0400
commit99ae2d56db6c8e2753b01f6248ba0ad8a91afa2c (patch)
treef1f26b66257c1601e9d58906b2dacdc9d70102cb /playbooks/byo/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml
parentb398078df8becd96df9275abe24d3f145fb58737 (diff)
downloadopenshift-99ae2d56db6c8e2753b01f6248ba0ad8a91afa2c.tar.gz
openshift-99ae2d56db6c8e2753b01f6248ba0ad8a91afa2c.tar.bz2
openshift-99ae2d56db6c8e2753b01f6248ba0ad8a91afa2c.tar.xz
openshift-99ae2d56db6c8e2753b01f6248ba0ad8a91afa2c.zip
Add missing byo v3_7 playbooks
Diffstat (limited to 'playbooks/byo/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml')
-rw-r--r--playbooks/byo/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml b/playbooks/byo/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml
new file mode 100644
index 000000000..21e0fd815
--- /dev/null
+++ b/playbooks/byo/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml
@@ -0,0 +1,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.
+#
+- include: ../../initialize_groups.yml
+
+- include: ../../../../common/openshift-cluster/upgrades/v3_7/upgrade_control_plane.yml