http://bit.ly/2nT6rK0 msa-workshop
Last active
April 17, 2017 18:50
-
-
Save tariq-islam/7420e3846e1c3b9ffae7394ea3efd1fd to your computer and use it in GitHub Desktop.
OCP Lab Notes
If you are having vagrant issues. We can put it back to the default state with:
vagrant halt
vagrant destroy
vagrant up
you might be able to get away with just a halt, but full destroy will return you to original state.
For accessing web apps, you will need to route through a valid proxy route. So create a new route to:
[APP_NAME].apps.ocp-local-dev.[YOUR_ORG_URL]
After you finish the microservices lab we can do some extra credit lab additions:
- try the
oc rsync
command to sync a local directory (make changes to yourgit clone
) - spin up and down pods
- explore the deployed microservices via web console
1. Fork the summit-2017-dataservices repo
https://github.com/tariq-islam/summit-2017-dataservices
2. Edit each of the services pom files to point to nexus, commit and push
3. Edit the template to point to your fork (and no "ref" branch stanza)
4. Deploy the template per instructions in lab 3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you don't have the PHP image, you'll need to import it:
oc import-image my-rhscl/php-56-rhel7 --from=registry.access.redhat.com/rhscl/php-56-rhel7 --confirm