summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/pre.yml
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-09-12 08:47:53 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-09-28 11:57:54 -0300
commit0cb963375165f03807818a8e8fa99a52a8244c04 (patch)
treee8e8f6a565bda0afcc7de819c1fdf4d13587768f /playbooks/common/openshift-cluster/upgrades/pre.yml
parent1ee66d50b7ca6d77f5bc3718cb58f86c622b2125 (diff)
downloadopenshift-0cb963375165f03807818a8e8fa99a52a8244c04.tar.gz
openshift-0cb963375165f03807818a8e8fa99a52a8244c04.tar.bz2
openshift-0cb963375165f03807818a8e8fa99a52a8244c04.tar.xz
openshift-0cb963375165f03807818a8e8fa99a52a8244c04.zip
Split upgrade entry points into control plane/node.
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/pre.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/pre.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/pre.yml b/playbooks/common/openshift-cluster/upgrades/pre.yml
index 6052481c2..2aada4370 100644
--- a/playbooks/common/openshift-cluster/upgrades/pre.yml
+++ b/playbooks/common/openshift-cluster/upgrades/pre.yml
@@ -73,7 +73,7 @@
valid release for a {{ openshift_upgrade_target }} upgrade
when: openshift_release is defined and not openshift_release | version_compare(openshift_upgrade_target ,'=')
-- include: ../../../common/openshift-cluster/initialize_openshift_version.yml
+- include: ../initialize_openshift_version.yml
vars:
# Request specific openshift_release and let the openshift_version role handle converting this
# to a more specific version, respecting openshift_image_tag and openshift_pkg_version if