You got here with this link: https://goo.gl/7uXOnT
Here are some notes specific to today:
-
Your laptop is running the OpenShift Container Development Kit (CDK). The URL to access the console is https://10.1.2.2:8443/console
-
No URI is needed when accessing the CLI so you can simply type:
oc login
-
Use the username ‘openshift-dev’ and password ‘devel’
-
The labs for the workshop are here: http://dudash.github.io/openshift-workshops/
-
When prompted to open a terminal, open a command line terminal using “Applications -> Favorites -> Terminal” and do the following:
cd /home/student/vagrant/cdk/components/rhel/rhel-ose
vagrant ssh
-
For any questions during the hands-on portion, just raise your hand
-
Feel free to provide feedback here on this gist
-
AFTER the lab - Go grab the Container Development Kit, download, and keep using Open Shift locally! http://developers.redhat.com/products/cdk/overview/
- Node.js Metro Map Workshop
-
Lab: Login and a Tour of OpenShift Enterprise
- Use 00 for YOUR# since these are not shared environments
- “Display Name” should match “demo-YOUR#”
-
Lab: Developing and Managing Your Application
- It’s hard to see the difference between busses and beers but it works
- DO NOT DELETE EVERYTHING AS YOU’LL NEED IT IN THE NEXT LAB!!
-
Lab: Webhooks and Rollbacks
- Skip this lab since GitHub is unable to connect to your OpenShift instance
-
Lab: Replication and Recovery
-
If the dc-metro-app was destroyed, do the following to bring it back up:
oc new-app --name=dc-metro-map https://github.com/dudash/openshift-workshops.git --context-dir=dc-metro-map
oc expose service dc-metro-map
-
Wait for the app to come back up
-
-