donal
2018-05-16 b66742095c83bd7b70e5def6324b7e6a6ce9b969
commit | author | age
74d1f1 1 # Enablement Material
d98f40 2 > Red Hat Open Innovation Labs Enablement Material. 
D 3
059af1 4 ![jenkins-crio-ocp-star-wars-kubes](./images/jenkins-crio-ocp-star-wars-kubes.png)
d98f40 5
3bfaa6 6 This is a collection of practices and exercises to take a learner through a four day simulated residency experience. Learners can expect to be exposed to labs practices such as [Event Storming](https://rht-labs.github.io/practice-library/practices/event-storming/), [Social Contract](https://rht-labs.github.io/practice-library/practices/social-contract/) and [Impact Mapping](https://rht-labs.github.io/practice-library/practices/impact-mapping/) amoung many more which can be found in our [Practice Library](https://rht-labs.github.io/practice-library/). Learners will also be exposed to `Labs CI/CD` - how we use OpenShift & Ansible in conjunction with Jenkins to automate build and deploy of a sample todolist application and it's required infrastructure.
74d1f1 7
1c9328 8 ## Learner pre-requisites
d98f40 9  - OCP CLI v3.9
D 10  - Ansible v2.5
11  - NodeJS v8.x
74d1f1 12  - Git Installed
74f305 13  - Google Chrome Web Browser (>59)
e23af1 14  - Docker latest
d98f40 15  - Access to an OpenShift cluster `oc login -u <username> -p <password> <cluster_url>`
a7a123 16  - Text editor such as Atom, IntelliJ or Visual Studio Code (The exercise were created using VSCode, so the screenshots will match it's layout and colour schemes)
74d1f1 17
3bfaa6 18 > (TODO) Download the tools-container containing required Ansible and OpenShift tooling pre-installed
1c9328 19
0f4d08 20 ______
D 21
b66742 22 ## Setup your IDE
D 23 If you are using VSCode; some handy plugins that will make the lessons easier are:
24  - YAML Syntax Highlighter
25  - Autosave 
26  - JavaScript Syntax Highlighter
27  - Vue.js
28  - Eslint