Issues
2 of 2
Unable to access images.rdoproject.org
Description
Environment
None
Details
Assignee
UnassignedUnassignedReporter
ANIRUDH GUPTAANIRUDH GUPTAPriority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
ANIRUDH GUPTA
ANIRUDH GUPTAPriority
Created July 10, 2024 at 4:35 AM
Updated July 11, 2024 at 1:24 PM
Activity
Show:
ANIRUDH GUPTAJuly 11, 2024 at 1:24 PM
After I manually Installed Apache2 on jump server, I re-executed the "make jump_server" command and got the below error
curl -g --verbose --dump-header ironic-python-agent.tar.headers -O https://images.rdoproject.org/centos8/master/rdo_trunk/current-tripleo//ironic-python-agent.tar
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 -::- 0:00:27 -::- 0 Could not resolve host: images.rdoproject.org*
Closing connection 0*
curl: (6) Could not resolve host: images.rdoproject.org
Hi Team
I am using ICN 6, in which during the make jump_server command execution, it tries to download ironic-python-agent.tar file from images.rdoproject.org and throwing error as the URL doesn't exist.
root@jump:/home/vagrant# kubectl logs pod/capm3-ironic-549c957bd-r6bwh -n capm3-system --all-containers=true + export http_proxy=
+ http_proxy=
+ export https_proxy=
+ https_proxy=
+ export no_proxy=
+ no_proxy=
+ SNAP=current-tripleo
+ IPA_BASEURI=https://images.rdoproject.org/centos8/master/rdo_trunk/current-tripleo/
+ FILENAME=ironic-python-agent
+ FILENAME_EXT=.tar
+ FFILENAME=ironic-python-agent.tar
+ mkdir -p /shared/html/images /shared/tmp
+ cd /shared/html/images
++ mktemp -d -p /shared/tmp
+ TMPDIR=/shared/tmp/tmp.c9OoVtgERn
+ ls -l
total 611592
rw-rr- 1 root root 626262016 Jul 4 09:18 focal-server-cloudimg-amd64.img
rw-rr- 1 root root 33 Jul 4 09:18 focal-server-cloudimg-amd64.img.md5sum
+ '[' -n http://172.22.0.1/images -a '!' -e ironic-python-agent.tar.headers ']'
+ curl -g --verbose --fail -O http://172.22.0.1/images/ironic-python-agent.tar.headers
Trying 172.22.0.1...
TCP_NODELAY set
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* connect to 172.22.0.1 port 80 failed: Connection refused
Failed to connect to 172.22.0.1 port 80: Connection refused
Closing connection 0
curl: (7) Failed to connect to 172.22.0.1 port 80: Connection refused
+ true
+ '[' -e ironic-python-agent.tar.headers ']'
+ cd /shared/tmp/tmp.c9OoVtgERn
+ curl -g --verbose --dump-header ironic-python-agent.tar.headers -O https://images.rdoproject.org/centos8/master/rdo_trunk/current-tripleo//ironic-python-agent.tar
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
Error from server (BadRequest): container "ironic-dnsmasq" in pod "capm3-ironic-549c957bd-r6bwh" is waiting to start: PodInitializing
Can someone please help resolving the issue