From e90e9c00de9d3592889df0181e78c5d38c0acfd3 Mon Sep 17 00:00:00 2001
From: acammies <acammies@redhat.com>
Date: Wed, 11 Apr 2018 14:50:14 +0200
Subject: [PATCH] new image and more changes

---
 exercises/2-attack-of-the-pipelines/README.md |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/exercises/2-attack-of-the-pipelines/README.md b/exercises/2-attack-of-the-pipelines/README.md
index f3d4a42..75b1b73 100644
--- a/exercises/2-attack-of-the-pipelines/README.md
+++ b/exercises/2-attack-of-the-pipelines/README.md
@@ -363,7 +363,7 @@
 
 4. Once successful, `commit` and `push` your changes to gitlab.
 
-4. Back on your terminal navigate to the root of the `todolist-api` application. Open the `.openshift-applier` directory. The same layout of the frontend app should be visible with one noticeable difference; the api requires a `MongoDB` to connect to at runtime.
+4. Back on your terminal navigate to the root of the `todolist-api` application. Open the `.openshift-applier` directory. The same layout as seen in `todolist-fe` should be visible with one noticeable difference; the api requires `MongoDB` to connect to at runtime.
 
 4. In the `apply.yml` update the namespace `<YOUR_NAME>` variables accordingly. For example:
 ```yaml
@@ -381,12 +381,16 @@
 NAMESPACE=donal-dev
 ```
 
-4. Finally; run the applier and install it's dependencies to run the content into the cluster
+4. Finally; run the applier and install its dependencies to run the content into the cluster
 ```bash
 $ ansible-galaxy install -r requirements.yml --roles-path=roles
 $ ansible-playbook apply.yml -i inventory/
 ```
 
+4. Validate the build and deploy configs have been created in Openshift by checking `<YOUR_NAME> CI-CD builds` for the `BuildConfigs`
+
+4. Check `<YOUR_NAME>-dev` for the deployment ![ocp-app-deployment-overview](../images/exercise2/ocp-app-deployment-overview.jpeg)
+
 ### Part 4 - Build > Bake > Deploy 
 > _In this exercise; we take what we have working locally and get it working in OpenShift_
 

--
Gitblit v1.9.3