Skip to content

Instantly share code, notes, and snippets.

@rlucente-se-jboss
Last active December 7, 2016 14:44
Show Gist options
  • Select an option

  • Save rlucente-se-jboss/e9cfe5e3aa80bed1aa862a46a3c6a168 to your computer and use it in GitHub Desktop.

Select an option

Save rlucente-se-jboss/e9cfe5e3aa80bed1aa862a46a3c6a168 to your computer and use it in GitHub Desktop.
OpenShift Workshop - 07 December 2016

Welcome to the Open Shift Workshop!

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/

Workshop Errata

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment