From 11f0e203e81d1aa0571fd57b566b452ddf59eb49 Mon Sep 17 00:00:00 2001
From: Scott Dodson <sdodson@redhat.com>
Date: Fri, 17 Feb 2017 09:16:50 -0500
Subject: Fix typo, add symlinks for roles

Fixes Bug 1423425
---
 playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade.yml               | 2 +-
 playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade_control_plane.yml | 2 +-
 playbooks/common/openshift-cluster/upgrades/v3_5/filter_plugins         | 1 +
 playbooks/common/openshift-cluster/upgrades/v3_5/roles                  | 1 +
 4 files changed, 4 insertions(+), 2 deletions(-)
 create mode 120000 playbooks/common/openshift-cluster/upgrades/v3_5/filter_plugins
 create mode 120000 playbooks/common/openshift-cluster/upgrades/v3_5/roles

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
-- 
cgit v1.2.3