diff --git a/data/workshop/README.org b/data/workshop/README.org index cff7f9f..4b135e2 100644 --- a/data/workshop/README.org +++ b/data/workshop/README.org @@ -112,7 +112,10 @@ controlPlane: architecture: amd64 hyperthreading: Enabled name: master - replicas: 3 + replicas: 1 + platform: + aws: + type: m5.8xlarge networking: clusterNetwork: - cidr: 10.128.0.0/14 @@ -159,7 +162,7 @@ openshift-install create cluster --dir /mnt/high-side-data * Disable default catalog sources high side #+begin_src tmux -oc login https://api.disco.lab:6443 --username kubeadmin -p "$(more /mnt/high-side-data/auth/kubeadmin-password)" +oc login https://api.disco.lab:6443 --username kubeadmin -p "$(more /mnt/high-side-data/auth/kubeadmin-password)" --insecure-skip-tls-verify=true oc patch OperatorHub cluster --type merge -p '{"spec": {"disableAllDefaultSources": true}}' oc create -f /mnt/high-side-data/oc-mirror-workspace/results-*/catalogSource-cs-redhat-operator-index.yaml #+end_src diff --git a/data/workshop/exercise1.mdx b/data/workshop/exercise1.mdx index b63efa8..6a75d4e 100644 --- a/data/workshop/exercise1.mdx +++ b/data/workshop/exercise1.mdx @@ -20,18 +20,22 @@ There are of course many different options for installing OpenShift in a restric **Let's get started!** + ## 1.1 - Reserve a lab environment -An OpenShift `4.14` cluster has already been provisioned for you to complete these excercises. +An OpenShift `4.14` cluster has already been provisioned for you to complete these excercises. To reserve an environment go to [insert link here](https://sheets.google.com). + + +|![workshop](/static/images/compliance/environments.png) | +|:-----------------------------------------------------------------------------:| +| *Workshop environment worksheet* | + + ## 1.2 - Login via ssh and vnc To complete the lab exercises you'll use a mix of an `ssh` terminal session for running OpenShift client `oc` commands, and then a browser based vnc session in order to access the OpenShift cluster web console. -Let's log in via ssh now, open your terminal and run the following command, replacing the placeholder ip address with the one you have been allocated. +Links to a browser based terminal and vnc session are available in the spreadsheet, along with any credentials required. You are welcome to use your own terminal or vnc software if you prefer. -```bash -ssh lab-user@ -``` - -Open your browser and navigate to the vnc url that has been allocated to you, for example: https://showroom-showroom-fjbtw.apps.cluster1.openshift.shared.redhatworkshops.io/novnc/vnc.html +Once you have both a terminal and vnc session working you're ready to get underway with the workshop, please move on to [Exercise 2](https://rhdemo.win/workshop/exercise2). diff --git a/public/static/images/compliance/environments.png b/public/static/images/compliance/environments.png new file mode 100644 index 0000000..0655d1e Binary files /dev/null and b/public/static/images/compliance/environments.png differ