From 04eacdcdfc085c3814f188b9f2ac342860a4eb9a Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Fri, 06 Apr 2018 14:24:07 +0200
Subject: [PATCH] FIX - casl applier for openshift-applier

---
 requirements.yml |    6 +++---
 README.md        |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 9da5341..509a8f5 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,13 @@
 
 1. Clone this repository.
 1. Log on to an OpenShift server `oc login -u <user> https://<server>:<port>/`
-1. Install the required [casl-ansible](https://github.com/redhat-cop/casl-ansible) dependency:
+1. Install the required [openshift-applier](https://github.com/redhat-cop/openshift-applier) dependency:
 ```bash
 ansible-galaxy install -r requirements.yml --roles-path=roles
 ```
 1. Run the play book using
 ```bash
-ansible-playbook roles/casl-ansible/playbooks/openshift-cluster-seed.yml -i inventory/
+ansible-playbook roles/openshift-applier/playbooks/openshift-cluster-seed.yml -i inventory/
 ```
 
 ## Running a Subset of the Inventory
@@ -21,7 +21,7 @@
 2. The only required tag to deploy objects within the inventory is **projects**, all other tags are *optional*
 2. Here is an example that runs the tags that provision projects, ci, and jenkins objects:
 ```bash
-ansible-playbook roles/casl-ansible/playbooks/openshift-cluster-seed.yml \
+ansible-playbook roles/openshift-applier/playbooks/openshift-cluster-seed.yml \
      -i inventory/ \
      -e="filter_tags=jenkins,ci,projects"
 ```
diff --git a/requirements.yml b/requirements.yml
index 4d4857e..97fdee1 100644
--- a/requirements.yml
+++ b/requirements.yml
@@ -1,8 +1,8 @@
 # This is the Ansible Galaxy requirements file to pull in the correct roles
 # to support the operation of CASL provisioning/runs.
 
-# From 'casl-ansible'
-- src: https://github.com/redhat-cop/casl-ansible
+# From 'openshift-applier'
+- src: https://github.com/redhat-cop/openshift-applier
   scm: git
   version: v3.7.2
-  name: casl-ansible
+  name: openshift-applier

--
Gitblit v1.9.3