diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-17 09:29:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-17 09:29:34 -0500 |
commit | 49a59bc96e30e1d966a6581003e5d99f6909cc4b (patch) | |
tree | 72347616b40ed0d32f594bd326e2b1a093313615 | |
parent | 2fd64f12cdff5213f9669ce5b2b768f0a224300a (diff) | |
parent | 11f0e203e81d1aa0571fd57b566b452ddf59eb49 (diff) | |
download | openshift-49a59bc96e30e1d966a6581003e5d99f6909cc4b.tar.gz openshift-49a59bc96e30e1d966a6581003e5d99f6909cc4b.tar.bz2 openshift-49a59bc96e30e1d966a6581003e5d99f6909cc4b.tar.xz openshift-49a59bc96e30e1d966a6581003e5d99f6909cc4b.zip |
Merge pull request #3401 from sdodson/bz1423425
Fix typo and missing links to roles
4 files changed, 4 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 diff --git a/playbooks/common/openshift-cluster/upgrades/v3_5/filter_plugins b/playbooks/common/openshift-cluster/upgrades/v3_5/filter_plugins new file mode 120000 index 000000000..7de3c1dd7 --- /dev/null +++ b/playbooks/common/openshift-cluster/upgrades/v3_5/filter_plugins @@ -0,0 +1 @@ +../../../../../filter_plugins/
\ No newline at end of file diff --git a/playbooks/common/openshift-cluster/upgrades/v3_5/roles b/playbooks/common/openshift-cluster/upgrades/v3_5/roles new file mode 120000 index 000000000..415645be6 --- /dev/null +++ b/playbooks/common/openshift-cluster/upgrades/v3_5/roles @@ -0,0 +1 @@ +../../../../../roles/
\ No newline at end of file |