<div dir="ltr"><div>Hi,</div><div><br></div><div>I am trying to upgrade from xena to yoga. I have created a test environment that resembles the production one using VMs.</div><div>The deployment consists of 03 controllers and 03 compute/storage nodes. <br></div><div>I am using Rokcy 8 as my base OS and I am using another VM as a deployer with a local registry.

</div><div><br></div><div><br></div><div><br></div><div>I followed the documentation here : <a href="https://docs.openstack.org/kolla-ansible/yoga/user/operating-kolla.html">https://docs.openstack.org/kolla-ansible/yoga/user/operating-kolla.html</a></div><div>The precheks went well, but when deploying I got the following error :</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>fatal: [ctrl02]: FAILED! => {"changed": true, "msg": "'Traceback (most recent call last):\\n  <br>File \"/usr/local/lib/python3.6/site-packages/docker/api/client.py\", line 268, in _raise_for_status\\n    <br>response.raise_for_status()\\n  File \"/usr/local/lib/python3.6/site-packages/requests/models.py\", line 960, <br>in raise_for_status\\n    raise HTTPError(http_error_msg, response=self)\\n<br>requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.41/images/create?tag=yoga&<br>fromImage=10.50.0.252%3A4000%2Fopenstack.kolla%2Fcentos-source-rabbitmq\\n\\nDuring handling of the above exception, <br>another exception occurred:\\n\\nTraceback (most recent call last):\\n  <br>File \"/tmp/ansible_kolla_docker_payload_8hum8og4/ansible_kolla_docker_payload.zip/ansible/modules/kolla_docker.py\", line 381, <br>in main\\n  File \"/tmp/ansible_kolla_docker_payload_8hum8og4/ansible_kolla_docker_payload.zip/ansible/module_utils/kolla_docker_worker.py\", <br>line 660, in recreate_or_restart_container\\n    self.pull_image()\\n  <br>File \"/tmp/ansible_kolla_docker_payload_8hum8og4/ansible_kolla_docker_payload.zip/ansible/module_utils/kolla_docker_worker.py\", <br>line 451, in pull_image\\n    repository=image, tag=tag, stream=True\\n  File \<br>"/usr/local/lib/python3.6/site-packages/docker/api/image.py\", line 430, in pull\\n    self._raise_for_status(response)\\n  <br>File \"/usr/local/lib/python3.6/site-packages/docker/api/client.py\", line 270, in _raise_for_status\\n    <br>raise create_api_error_from_http_exception(e)\\n  File \"/usr/local/lib/python3.6/site-packages/docker/errors.py\", <br>line 31, in create_api_error_from_http_exception\\n    raise cls(e, response=response, explanation=explanation)\\n<br>docker.errors.NotFound: 404 Client Error for http+docker://localhost/v1.41/images/create?tag=yoga<br>&fromImage=10.50.0.252%3A4000%2Fopenstack.kolla%2Fcentos-source-rabbitmq: Not Found <br><b>(\"manifest for <a href="http://10.50.0.252:4000/openstack.kolla/centos-source-rabbitmq:yoga">10.50.0.252:4000/openstack.kolla/centos-source-rabbitmq:yoga</a> not found: manifest unknown: manifest unknown\")\\n'"}</b></div></blockquote><div><br></div><div><br></div><div>[deployer@deployer yoga]$ sudo docker images | grep yoga | grep rabbit<br><a href="http://quay.io/openstack.kolla/centos-source-rabbitmq">quay.io/openstack.kolla/centos-source-rabbitmq</a>                              yoga             4ea3207bfef3   33 hours ago   920MB<br><a href="http://10.50.0.252:4000/openstack.kolla/centos-source-rabbitmq">10.50.0.252:4000/openstack.kolla/centos-source-rabbitmq</a>                     yoga             4ea3207bfef3   33 hours ago   920MB</div><div><br></div><div><br></div><div>Any ideas?<br></div><div><br></div><div>Regards.<br></div></div>