Skip to content

Commit e109852

Browse files
committed
moving track to OpenShift 4-17
1 parent b5b15cf commit e109852

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

instruqt-tracks/rhdh/01-playground/assignment.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,24 @@ notes:
2323
2424
Sit back and relax! This demo environment typically takes 10-15 mins to prepare
2525
tabs:
26-
- title: Terminal 1
26+
- id: gfdyuqrkqdop
27+
title: Terminal 1
2728
type: terminal
2829
hostname: container
29-
- title: Terminal 2
30+
- id: pdrqnyaifn6k
31+
title: Terminal 2
3032
type: terminal
3133
hostname: crc
3234
cmd: /bin/bash
33-
- title: Web Console
35+
- id: neussbfiwrg6
36+
title: Web Console
3437
type: website
35-
url: https://console-openshift-console.crc-97g8f-master-0.crc.${_SANDBOX_ID}.instruqt.io
38+
url: https://console-openshift-console.crc.${_SANDBOX_ID}.instruqt.io
3639
new_window: true
37-
- title: Developer Hub
40+
- id: gvful64bbuh4
41+
title: Developer Hub
3842
type: website
39-
url: https://rhdh.crc-97g8f-master-0.crc.${_SANDBOX_ID}.instruqt.io
43+
url: https://rhdh.crc.${_SANDBOX_ID}.instruqt.io
4044
new_window: true
4145
difficulty: basic
4246
timelimit: 3600
@@ -88,10 +92,10 @@ helm show values openshift-helm-charts/redhat-developer-hub > values.yaml
8892
sed -e 's/^ registry: quay.io/ registry: registry.redhat.io/' -i values.yaml
8993
```
9094
```
91-
sed -e "s/^ host: \"\"/ host: \"rhdh.crc-97g8f-master-0.crc.${INSTRUQT_PARTICIPANT_ID}.instruqt.io\"/" -i values.yaml
95+
sed -e "s/^ host: \"\"/ host: \"rhdh.crc.${INSTRUQT_PARTICIPANT_ID}.instruqt.io\"/" -i values.yaml
9296
```
9397
```
94-
sed -e "s/^ clusterRouterBase: apps.example.com/ clusterRouterBase: \"crc-97g8f-master-0.crc.${INSTRUQT_PARTICIPANT_ID}.instruqt.io\"/" -i values.yaml
98+
sed -e "s/^ clusterRouterBase: apps.example.com/ clusterRouterBase: \"crc.${INSTRUQT_PARTICIPANT_ID}.instruqt.io\"/" -i values.yaml
9599
```
96100
```
97101
helm upgrade -i rhdh -f values.yaml openshift-helm-charts/redhat-developer-hub

instruqt-tracks/rhdh/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ containers:
55
shell: /bin/bash
66
virtualmachines:
77
- name: crc
8-
image: rhd-devx-instruqt/openshift-4-14-7-97g8f
8+
image: rhd-devx-instruqt/openshift-4-17-0
99
shell: /bin/bash
1010
machine_type: n1-highmem-8
1111
allow_external_ingress:

instruqt-tracks/rhdh/track.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ idle_timeout: 7200
3131
timelimit: 16800
3232
lab_config:
3333
overlay: false
34-
width: 33
35-
position: right
34+
width: 0
35+
position: ""
3636
feedback_recap_enabled: true
3737
loadingMessages: true
38-
checksum: "7571079683834360965"
38+
hideStopButton: false
39+
default_layout: AssignmentRight
40+
default_layout_sidebar_size: 33
41+
checksum: "13671199454808180951"

0 commit comments

Comments
 (0)