diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-17 09:16:50 -0500 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-02-17 09:21:52 -0500 |
commit | 11f0e203e81d1aa0571fd57b566b452ddf59eb49 (patch) | |
tree | 72347616b40ed0d32f594bd326e2b1a093313615 /playbooks/byo | |
parent | 2fd64f12cdff5213f9669ce5b2b768f0a224300a (diff) | |
download | openshift-11f0e203e81d1aa0571fd57b566b452ddf59eb49.tar.gz openshift-11f0e203e81d1aa0571fd57b566b452ddf59eb49.tar.bz2 openshift-11f0e203e81d1aa0571fd57b566b452ddf59eb49.tar.xz openshift-11f0e203e81d1aa0571fd57b566b452ddf59eb49.zip |
Fix typo, add symlinks for roles
Fixes Bug 1423425
Diffstat (limited to 'playbooks/byo')
-rw-r--r-- | playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade.yml | 2 | ||||
-rw-r--r-- | playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade_control_plane.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade.yml b/playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade.yml index 6a6f0952b..69cabcd33 100644 --- a/playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade.yml +++ b/playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade.yml @@ -102,4 +102,4 @@ - include: ../../../../common/openshift-cluster/upgrades/post_control_plane.yml -- inlcude: ../../../../common/openshift-cluster/upgrades/v3_5/storage_upgrade.yml +- include: ../../../../common/openshift-cluster/upgrades/v3_5/storage_upgrade.yml diff --git a/playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade_control_plane.yml b/playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade_control_plane.yml index 2d4e0ff1c..719057d2b 100644 --- a/playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade_control_plane.yml +++ b/playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade_control_plane.yml @@ -108,4 +108,4 @@ - include: ../../../../common/openshift-cluster/upgrades/post_control_plane.yml -- inlcude: ../../../../common/openshift-cluster/upgrades/v3_5/storage_upgrade.yml +- include: ../../../../common/openshift-cluster/upgrades/v3_5/storage_upgrade.yml |