From 530a252602df82868700d9d835ebdef3cdacbc20 Mon Sep 17 00:00:00 2001
From: Marcos Entenza <makentenza@gmail.com>
Date: Thu, 22 Nov 2018 22:17:19 +0100
Subject: [PATCH] Adapt documentation for the new name convention for Cluster API and Routes

---
 exercises/README.md |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/exercises/README.md b/exercises/README.md
index d69f779..a7e01c2 100644
--- a/exercises/README.md
+++ b/exercises/README.md
@@ -10,6 +10,11 @@
 2. Explore all principle practices used in a residency through a hands on real life experience
 3. Enable countries and regions to run the session independently
 
+## Cluster Information
+
+An OpenShift Cluster is required to complete the Enablement exercises. Learners will receive by email (and by the instructors onsite) the following information regarding the OpenShift Platform:
+ - <CLUSTER_URL> -- Openshift Webconsole/API url
+ - <APPS_URL> -- Wildcard subdomain for the exposed applications deployed in the Cluster
 
 ## Learner pre-requisites
  | Software | Version | Check |
@@ -21,7 +26,7 @@
  | Google Chrome Web Browser | (>59) | click [here](chrome://version/) if Google Chrome is your default browser else copy the link `chrome://version/` in your Chome |
  | Docker latest | Community Edition - Edge | $ docker --version <br> Docker version 18.05.0-ce, build f150324|
  | JDK | v8 | $ java -version <br>java version "1.8.0_131"<br>Java(TM) SE Runtime Environment (build 1.8.0_131-b11)<br>Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)|
- | Access to an OpenShift cluster | | `oc login -u <username> -p <password> <cluster_url>` |
+ | Access to an OpenShift cluster | | `oc login -u <username> -p <password> <CLUSTER_URL>` |
  | Text editor such as Atom, IntelliJ or Visual Studio Code <br><br> (The exercises were created using `VSCode`, so the screenshots will match its layout and colour schemes) | - | - |
 
 ## Git and Containers 101

--
Gitblit v1.9.3