Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to CRC 4.10.18 #130

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai-machine-learning/custom-notebooks/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
virtualmachines:
- name: crc
image: openshift-instruqt/crc-4-10-latest
image: openshift-instruqt/crc-4-10-18
machine_type: n1-highmem-4
allow_external_ingress:
- http
Expand Down
10 changes: 5 additions & 5 deletions ai-machine-learning/custom-notebooks/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -127,7 +127,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -169,7 +169,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -243,7 +243,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -309,7 +309,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down
18 changes: 15 additions & 3 deletions ai-machine-learning/custom-notebooks/track_scripts/setup-crc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ done
for co in $(oc get co -oname)
do
# skip this one
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.ioopenshift-controller-manager" ]
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.io/openshift-controller-manager" ]
then
continue
fi
Expand Down Expand Up @@ -149,7 +149,7 @@ oc patch -p '{"spec": {"host": "default-route-openshift-image-registry.'$HOSTNAM
for co in $(oc get co -oname)
do
# skip this one
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.ioopenshift-controller-manager" ]
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.io/openshift-controller-manager" ]
then
continue
fi
Expand All @@ -176,11 +176,23 @@ do
done
done


### YOUR SETUP SCRIPT (E.G. INSTALL JDK, GO ETC) SHOULD GO HERE
# In this way we try to optimize the flow while we wait for oauth and routes to be finally OK
# https://bugzilla.redhat.com/show_bug.cgi?id=2082539

###

until [[ `oc get routes -A | awk '!/^(NAME|openshift-ingress-canary)/{print$3}' |grep 5nvrm` ]]; do
echo "Routes not patched yet, waiting 30 seconds..";
sleep 30;
done

# do twice since cluster operator rolls out continuously
for co in $(oc get co -oname)
do
# skip this one
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.ioopenshift-controller-manager" ]
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.io/openshift-controller-manager" ]
then
continue
fi
Expand Down
2 changes: 1 addition & 1 deletion ai-machine-learning/jupyter-notebooks/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
virtualmachines:
- name: crc
image: openshift-instruqt/crc-4-10-latest
image: openshift-instruqt/crc-4-10-18
machine_type: n1-highmem-4
allow_external_ingress:
- http
Expand Down
10 changes: 5 additions & 5 deletions ai-machine-learning/jupyter-notebooks/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -115,7 +115,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -157,7 +157,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -217,7 +217,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -251,7 +251,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down
18 changes: 15 additions & 3 deletions ai-machine-learning/jupyter-notebooks/track_scripts/setup-crc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ done
for co in $(oc get co -oname)
do
# skip this one
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.ioopenshift-controller-manager" ]
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.io/openshift-controller-manager" ]
then
continue
fi
Expand Down Expand Up @@ -149,7 +149,7 @@ oc patch -p '{"spec": {"host": "default-route-openshift-image-registry.'$HOSTNAM
for co in $(oc get co -oname)
do
# skip this one
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.ioopenshift-controller-manager" ]
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.io/openshift-controller-manager" ]
then
continue
fi
Expand All @@ -176,11 +176,23 @@ do
done
done


### YOUR SETUP SCRIPT (E.G. INSTALL JDK, GO ETC) SHOULD GO HERE
# In this way we try to optimize the flow while we wait for oauth and routes to be finally OK
# https://bugzilla.redhat.com/show_bug.cgi?id=2082539

###

until [[ `oc get routes -A | awk '!/^(NAME|openshift-ingress-canary)/{print$3}' |grep 5nvrm` ]]; do
echo "Routes not patched yet, waiting 30 seconds..";
sleep 30;
done

# do twice since cluster operator rolls out continuously
for co in $(oc get co -oname)
do
# skip this one
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.ioopenshift-controller-manager" ]
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.io/openshift-controller-manager" ]
then
continue
fi
Expand Down
2 changes: 1 addition & 1 deletion ai-machine-learning/jupyter-workspace/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
virtualmachines:
- name: crc
image: openshift-instruqt/crc-4-10-latest
image: openshift-instruqt/crc-4-10-18
machine_type: n1-highmem-4
allow_external_ingress:
- http
Expand Down
10 changes: 5 additions & 5 deletions ai-machine-learning/jupyter-workspace/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -115,7 +115,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -157,7 +157,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -218,7 +218,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -292,7 +292,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down
18 changes: 15 additions & 3 deletions ai-machine-learning/jupyter-workspace/track_scripts/setup-crc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ done
for co in $(oc get co -oname)
do
# skip this one
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.ioopenshift-controller-manager" ]
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.io/openshift-controller-manager" ]
then
continue
fi
Expand Down Expand Up @@ -149,7 +149,7 @@ oc patch -p '{"spec": {"host": "default-route-openshift-image-registry.'$HOSTNAM
for co in $(oc get co -oname)
do
# skip this one
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.ioopenshift-controller-manager" ]
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.io/openshift-controller-manager" ]
then
continue
fi
Expand All @@ -176,11 +176,23 @@ do
done
done


### YOUR SETUP SCRIPT (E.G. INSTALL JDK, GO ETC) SHOULD GO HERE
# In this way we try to optimize the flow while we wait for oauth and routes to be finally OK
# https://bugzilla.redhat.com/show_bug.cgi?id=2082539

###

until [[ `oc get routes -A | awk '!/^(NAME|openshift-ingress-canary)/{print$3}' |grep 5nvrm` ]]; do
echo "Routes not patched yet, waiting 30 seconds..";
sleep 30;
done

# do twice since cluster operator rolls out continuously
for co in $(oc get co -oname)
do
# skip this one
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.ioopenshift-controller-manager" ]
if [ $co == "clusteroperator.config.openshift.io/machine-config" -o $co == "clusteroperator.config.openshift.io/openshift-controller-manager" ]
then
continue
fi
Expand Down
2 changes: 1 addition & 1 deletion ai-machine-learning/jupyterhub-service/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
virtualmachines:
- name: crc
image: openshift-instruqt/crc-4-10-latest
image: openshift-instruqt/crc-4-10-18
machine_type: n1-highmem-4
allow_external_ingress:
- http
Expand Down
16 changes: 8 additions & 8 deletions ai-machine-learning/jupyterhub-service/track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -130,7 +130,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -172,7 +172,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -243,7 +243,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -277,7 +277,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -329,7 +329,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -419,7 +419,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down Expand Up @@ -476,7 +476,7 @@ challenges:
hostname: crc
- title: Web Console
type: website
url: https://console-openshift-console.crc-gh9wd-master-0.crc.${_SANDBOX_ID}.instruqt.io
url: https://console-openshift-console.crc-5nvrm-master-0.crc.${_SANDBOX_ID}.instruqt.io
new_window: true
- title: Visual Editor
type: code
Expand Down
Loading