From 5b82f2b3160eecbfa0c80436f92012d7c5f4c3e4 Mon Sep 17 00:00:00 2001
From: Ravi Srinivasan <rsriniva@redhat.com>
Date: Wed, 13 Feb 2019 13:44:23 +0100
Subject: [PATCH] Updated lab 4 instructions after mac QA

---
 exercises/4-an-enslaved-hope/README.md |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/exercises/4-an-enslaved-hope/README.md b/exercises/4-an-enslaved-hope/README.md
index 16d585e..860c740 100644
--- a/exercises/4-an-enslaved-hope/README.md
+++ b/exercises/4-an-enslaved-hope/README.md
@@ -219,6 +219,7 @@
 
 1. For the rest of the lab, ensure that you are working from the `master` branch
 ```bash
+cd todolist-fe
 git checkout master
 ```
 
@@ -233,7 +234,7 @@
 
 4. Create a new object in `inventory/group_vars/all.yml` to drive the `ocp-pipeline` template with the parameters file you've just created. It can be put under the existing `todolist-fe-build` object.
 ```yaml
-  - name: todolist-ocp-pipeline
+  - name: todolist-fe-pipeline
     template: "{{ playbook_dir }}/templates/ocp-pipeline.yml"
     params: "{{ playbook_dir }}/params/ocp-pipeline"
     namespace: "{{ ci_cd_namespace }}"
@@ -284,7 +285,7 @@
 
 10. Update the `todolist-api/.openshift-applier/inventory/group_vars/all.yml` with a new object to drive the params and template
 ```yaml
-  - name: todolist-ocp-pipeline
+  - name: todolist-api-pipeline
     template: "{{ playbook_dir }}/templates/ocp-pipeline.yml"
     params: "{{ playbook_dir }}/params/ocp-pipeline"
     namespace: "{{ ci_cd_namespace }}"
@@ -430,7 +431,7 @@
     * Enter `/tmp` in the `Working directory` field
     * Enter `${computer.jnlpmac} ${computer.name}` in the `Arguments to pass to the command` field
 
-7. Add a new environment variable called `GIT_SSL_NO_VERIFY` and set its value to `true`. Your final `jenkins-slave-arachni` kubernetes pod template should look like the following:
+7. Add a new environment variable for the container template called `GIT_SSL_NO_VERIFY` and set its value to `true`. Your final `jenkins-slave-arachni` kubernetes pod template should look like the following:
 ![add-kube-pod-template](../images/exercise4/new-arachni-container-template.png)
 
 8. Click `Save` at the bottom of the page to save your global Jenkins settings.

--
Gitblit v1.9.3