|
29 | 29 | # download, so you need to grab the client and then use that to fetch the
|
30 | 30 | # installer. Intuitive design, right? :-)
|
31 | 31 | #
|
32 |
| -# https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp-dev-preview/4.8.0-0.nightly-2021-05-26-071911/openshift-client-linux.tar.gz |
| 32 | +# https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.8.3/openshift-client-linux-4.8.3.tar.gz |
33 | 33 | #
|
34 | 34 | # That one definitely works. All the nightlies after that date
|
35 | 35 | # theoretically should too, but I don't yet have a CI that explicitly
|
|
57 | 57 | # Look at the release.txt for the installer nightly (in this case the same
|
58 | 58 | # nightly as the client) and grab the 'pull from' line:
|
59 | 59 | #
|
60 |
| -# http://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp-dev-preview/4.8.0-0.nightly-2021-05-26-071911/release.txt |
| 60 | +# https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.8.3/release.txt |
61 | 61 | #
|
62 | 62 | # "Pull From:
|
63 |
| -# quay.io/openshift-release-dev/ocp-release-nightly@sha256:ab62a4104ff3d2a287f4167962241352c392a007d675ecdbc6f195da01d18f08" |
| 63 | +# quay.io/openshift-release-dev/ocp-release@sha256:9232aeea4bf938571fdfad7085428bcac4ffdaffa5559209ad8bca20fa37a2f6" |
64 | 64 | #
|
65 | 65 | # then feed that url to the client:
|
66 | 66 | #
|
67 | 67 | # ./oc adm release -a /path/to/pull_secret.json extract
|
68 |
| -# quay.io/openshift-release-dev/ocp-release-nightly@sha256:ab62a4104ff3d2a287f4167962241352c392a007d675ecdbc6f195da01d18f08 |
69 |
| -# --command=openshift-baremetal-install -to /path/openshift-baremetal-install |
| 68 | +# quay.io/openshift-release-dev/ocp-release@sha256:9232aeea4bf938571fdfad7085428bcac4ffdaffa5559209ad8bca20fa37a2f6 |
| 69 | +# --command=openshift-baremetal-install --to /path/openshift-baremetal-install |
70 | 70 | #
|
71 | 71 | # Patrick:
|
72 | 72 | # The libvirt libs on Debian Buster are too old for that binary.
|
|
238 | 238 | while true; do
|
239 | 239 | if $VIRSH net-list --all | grep -q "^ $TEST_VIRT_CLUSTER_NAME-.* active"; then
|
240 | 240 | # This accesses the "oauth-openshift" service through the Ingress service
|
241 |
| - # on the first node. |
| 241 | + # on the first node. Same for console-openshift-console (added in 4.8 GA). |
242 | 242 | run $VIRSH net-update $($VIRSH net-list --name | grep "^$TEST_VIRT_CLUSTER_NAME-") \
|
243 |
| - add dns-host "<host ip='192.168.126.51'><hostname>oauth-openshift.apps.$TEST_VIRT_CLUSTER_NAME.$TEST_VIRT_CLUSTER_DOMAIN</hostname></host>" |
| 243 | + add dns-host "<host ip='192.168.126.51'><hostname>oauth-openshift.apps.$TEST_VIRT_CLUSTER_NAME.$TEST_VIRT_CLUSTER_DOMAIN</hostname><hostname>console-openshift-console.apps.$TEST_VIRT_CLUSTER_NAME.$TEST_VIRT_CLUSTER_DOMAIN</hostname></host>" |
244 | 244 | exit 0
|
245 | 245 | fi
|
246 | 246 | sleep 1
|
|
0 commit comments