diff --git a/2023-08-31-openshift-rails-workshop/README.org b/2023-08-31-openshift-rails-workshop/README.org index 22b9f2b..b2d4ec1 100644 --- a/2023-08-31-openshift-rails-workshop/README.org +++ b/2023-08-31-openshift-rails-workshop/README.org @@ -38,7 +38,7 @@ oc new-project bitbucket #+RESULTS: #+begin_example -Now using project "bitbucket" on server "https://api.cluster-dkxhl.dkxhl.sandbox1652.opentlc.com:6443". +Now using project "bitbucket" on server "https://api.rosa-zc2fk.nhwo.p1.openshiftapps.com:6443". You can add applications to this project with the 'new-app' command. For example, try: @@ -129,8 +129,8 @@ oc --namespace bitbucket get route #+RESULTS: : route.route.openshift.io/bitbucket created -: NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD -: bitbucket bitbucket-bitbucket.apps.cluster-dkxhl.dkxhl.sandbox1652.opentlc.com bitbucket 7990 edge None +: NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD +: bitbucket bitbucket-bitbucket.apps.rosa-zc2fk.nhwo.p1.openshiftapps.com bitbucket 7990 edge None Once we open the Bitbucket route in our browser, we need to follow a short setup process manually before we can continue with the rest of our automation. @@ -277,3 +277,4 @@ EOF #+end_src #+RESULTS: +: knativeserving.operator.knative.dev/knative-serving created diff --git a/2023-08-31-openshift-rails-workshop/images/bitbucket-fork.gif b/2023-08-31-openshift-rails-workshop/images/bitbucket-fork.gif new file mode 100644 index 0000000..93854ca Binary files /dev/null and b/2023-08-31-openshift-rails-workshop/images/bitbucket-fork.gif differ diff --git a/2023-08-31-openshift-rails-workshop/instructions.org b/2023-08-31-openshift-rails-workshop/instructions.org index 147bac8..db5ce15 100644 --- a/2023-08-31-openshift-rails-workshop/instructions.org +++ b/2023-08-31-openshift-rails-workshop/instructions.org @@ -135,15 +135,17 @@ For our first hands on excercise let's get logged into the tools we'll be using For this workshop we will be using a [[https://www.atlassian.com/software/bitbucket/enterprise][Bitbucket]] server as our ~git~ source control management tooling. The server is running on the same OpenShift cluster we will be using for the hands on excercises and can be accessed with the link below: -[[https://bitbucket-bitbucket.apps.rosa-7lpn7.2pqm.p1.openshiftapps.com]] +https://bitbucket-bitbucket.apps.rosa-zc2fk.nhwo.p1.openshiftapps.com Use the credentials provided on the workshop etherpad to login. [[./images/bitbucket-login.png]] -Once logged in you should be able to view and create a fork of the ~Rails Team/rails-example~ repository to your own user using this link: [[https://bitbucket-bitbucket.apps.rosa-7lpn7.2pqm.p1.openshiftapps.com/projects/MSD/repos/rails-example?fork]] +Once logged in you should be able to view and create a fork of the ~Rails Team/rails-example~ repository to your own user using this link: [[https://bitbucket-bitbucket.apps.rosa-zc2fk.nhwo.p1.openshiftapps.com/projects/MSD/repos/rails-example?fork]] -[[./images/bitbucket-fork.png]] +Ensure you make your fork public after creation as shown below: + +[[./images/bitbucket-fork.gif]] ** Log into openshift web console