-
Notifications
You must be signed in to change notification settings - Fork 57
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
OCP4 Client will not download #33
Comments
Note: I can also wget the file from the location that fails in the script. |
Yeah quite strange indeed. Looking at it closely, the script is failing here. The script is doing a Can you try doing a head to see if that is working?
You should see something like this:
|
Sorry I should have added that curl seems to work fine as well. Last login: Mon Dec 20 09:09:44 2021 |
I'm in the same situation. some help please |
Let's remove the redirector so we see exactly what error curl is throwing. Can you change the line here from:
to:
and try again. |
With that modification in the script, it works fine. Thanks !! |
I'll give it a try. Thanks! |
Yes this worked for me as well. Thanks. |
[root@noida-lab ocp4_setup_upi_kvm]# ./ocp4_setup_upi_kvm.sh --cluster-name ocp4 --ocp-version 4.2.latest --pull-secret ~/openshift/pull-secret.txt #################################### DEPENDENCIES & SANITY CHECKS#################################### ====> Checking if we have all the dependencies: ok ####################### LIBVIRT NETWORK####################### ====> Checking libvirt network: using default ################## DNS CHECK################## ====> Checking if first entry in /etc/resolv.conf is pointing locally: ok ====> Testing forward dns via @127.0.0.1: ok ====> Testing forward dns via @192.168.122.1: ok ====> Testing forward dns via : ok ====> All DNS tests passed. Cleaning up: ... ok My script is failing here, can someone please help ? |
Follow the set up and I get to this point:
##################
DNS CHECK
##################
====> Checking if first entry in /etc/resolv.conf is pointing locally: ok
====> Creating a test host file for dnsmasq /etc/hosts.dnstest: ok
====> Creating a test dnsmasq config file /etc/NetworkManager/dnsmasq.d/dnstest.conf: ok
====> Reloading libvirt and dnsmasq: .. ok
====> Testing forward dns via @127.0.0.1: ok
====> Testing reverse dns via @127.0.0.1: ok
====> Testing wildcard record via @127.0.0.1: ok
====> Testing forward dns via @192.168.122.1: ok
====> Testing reverse dns via @192.168.122.1: ok
====> Testing wildcard record via @192.168.122.1: ok
====> Testing forward dns via : ok
====> Testing reverse dns via : ok
====> Testing wildcard record via : ok
====> All DNS tests passed. Cleaning up: ... ok
##########################################
OPENSHIFT/RHCOS VERSION/URL CHECK
##########################################
====> Looking up OCP4 client for release stable:
====> Checking if Client URL is downloadable:
[ERROR] https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable/ not reachable
How can all DNS checks pass and then not be able to reach Openshift mirror?
[root@ocpmain ocp4_setup_upi_kvm]# nslookup mirror.openshift.com
Server: 127.0.0.1
Address: 127.0.0.1#53
Non-authoritative answer:
Name: mirror.openshift.com
Address: 13.35.118.52
Name: mirror.openshift.com
Address: 13.35.118.46
Name: mirror.openshift.com
Address: 13.35.118.26
Name: mirror.openshift.com
Address: 13.35.118.14
Name: mirror.openshift.com
Address: 2600:9000:2305:4000:17:3d36:19c0:93a1
Name: mirror.openshift.com
Address: 2600:9000:2305:1a00:17:3d36:19c0:93a1
Name: mirror.openshift.com
Address: 2600:9000:2305:2400:17:3d36:19c0:93a1
Name: mirror.openshift.com
Address: 2600:9000:2305:3800:17:3d36:19c0:93a1
Name: mirror.openshift.com
Address: 2600:9000:2305:a600:17:3d36:19c0:93a1
Name: mirror.openshift.com
Address: 2600:9000:2305:fe00:17:3d36:19c0:93a1
Name: mirror.openshift.com
Address: 2600:9000:2305:5c00:17:3d36:19c0:93a1
Name: mirror.openshift.com
Address: 2600:9000:2305:800:17:3d36:19c0:93a1
The text was updated successfully, but these errors were encountered: