<div dir="ltr">Hi Team,<div><br></div><div>I was trying to install Undercloud on Centos 8 using the link below, but facing error in executing "openstack undercloud install" command. The error is in prefetch image</div><div><br></div><div><br></div><div>Steps followed:</div><div><br></div><div>1. Created a non root stack user</div><div><ul><li>sudo useradd stack</li><li>sudo passwd stack  # specify a password</li><li>echo "stack ALL=(root) NOPASSWD:ALL" | sudo tee -a /etc/sudoers.d/stack</li><li>sudo chmod 0440 /etc/sudoers.d/stack</li><li>su - stack</li></ul><div>2. I<span style="color:rgb(51,51,51);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:14px">nstall the python-tripleo-repos</span></div></div><div><ul><li>sudo dnf install -y <a href="https://trunk.rdoproject.org/centos8/component/tripleo/current/python3-tripleo-repos-0.1.1-0.20210915165829.6d878bb.el8.noarch.rpm">https://trunk.rdoproject.org/centos8/component/tripleo/current/python3-tripleo-repos-0.1.1-0.20210915165829.6d878bb.el8.noarch.rpm</a></li><li>In order to install victoria release, executed the command -  <b>sudo -E tripleo-repos -b victoria current ceph</b></li></ul><div>3. As per the document, "<b><i>The remaining repositories configuration steps below should not be done for stable releases!"</i></b></div></div><div><ul><li><b>So, I <font size="4">didn't executed</font> the command</b> - "sudo -E tripleo-repos current-tripleo-dev ceph"</li><li><b><i><font size="4">Is my understanding correct? This step has to be skipped in case we are going with a stable victoria release?</font></i></b></li></ul><div>4. Modified undercloud.conf file and executed the command</div></div><div><ul><li>openstack undercloud install</li></ul><div><b><i>ISSUE:</i></b></div></div><div><b><i><br></i></b></div><div>2021-09-20 11:16:18,724 p=59556 u=root n=ansible | 2021-09-20 11:16:18.723422 | 525400a8-fc39-4771-208c-000000000e71 |      FATAL | Pre-fetch all the containers | undercloud | item=<a href="http://quay.io/tripleovictoria/openstack-swift-account:current-tripleo">quay.io/tripleovictoria/openstack-swift-account:current-tripleo</a> | error={"ansible_loop_var": "prefetch_image", "changed": false, "msg":"<b>Failed to pull image <a href="http://quay.io/tripleovictoria/openstack-swift-account:current-tripleo">quay.io/tripleovictoria/openstack-swift-account:current-tripleo</a>", "prefetch_image": "<a href="http://quay.io/tripleovictoria/openstack-swift-account:current-tripleo">quay.io/tripleovictoria/openstack-swift-account:current-tripleo</a>"}<br></b></div><div><br></div><div>5. In order to eliminate the problem, I manually installed the image - </div><div><ul><li>sudo podman pull <b><a href="http://quay.io/tripleovictoria/openstack-swift-account:current-tripleo">quay.io/tripleovictoria/openstack-swift-account:current-tripleo</a></b></li></ul><div>After re-executing, then it again failed for the keystone image, which was already installed on the system. I verified in <b><i>sudo podman images</i></b> command</div></div><div><b><br></b></div><div><b>I tried running this 5-6 times and issue generates randomly for any openstack image ( sometimes for rabbitmq sometimes for swift, keystone) which is already installed in machine</b></div><div><b><br></b></div><div>Can someone please help or suggest what step I am missing</div><div><br></div><div>Note: This I have tried using Centos 8 Stream and Centos 8.4(using --no-stream), but same issue is observed in both</div><div><br></div><div>Regards</div><div>Anirudh Gupta</div></div>