<div dir="ltr">Ignore my post, it looks like I pull all images but not push, I don't know why it didn't push somehow. <div><br></div><div>I found how to list images from the local registry. </div><div><br></div><div>$ curl docker-reg:4000/v2/_catalog<br>{"repositories":["openstack.kolla/ubuntu-source-cinder-api","openstack.kolla/ubuntu-source-cinder-backup","openstack.kolla/ubuntu-source-cinder-scheduler","openstack.kolla/ubuntu-source-cinder-volume","openstack.kolla/ubuntu-source-cron","openstack.kolla/ubuntu-source-fluentd","openstack.kolla/ubuntu-source-glance-api","openstack.kolla/ubuntu-source-haproxy","openstack.kolla/ubuntu-source-heat-api","openstack.kolla/ubuntu-source-heat-api-cfn","openstack.kolla/ubuntu-source-heat-engine","openstack.kolla/ubuntu-source-horizon","openstack.kolla/ubuntu-source-keepalived","openstack.kolla/ubuntu-source-keystone","openstack.kolla/ubuntu-source-keystone-fernet","openstack.kolla/ubuntu-source-keystone-ssh","openstack.kolla/ubuntu-source-kolla-toolbox","openstack.kolla/ubuntu-source-mariadb-clustercheck","openstack.kolla/ubuntu-source-mariadb-server","openstack.kolla/ubuntu-source-memcached","openstack.kolla/ubuntu-source-neutron-metadata-agent","openstack.kolla/ubuntu-source-neutron-server","openstack.kolla/ubuntu-source-nova-api","openstack.kolla/ubuntu-source-nova-compute","openstack.kolla/ubuntu-source-nova-conductor","openstack.kolla/ubuntu-source-nova-libvirt","openstack.kolla/ubuntu-source-nova-novncproxy","openstack.kolla/ubuntu-source-nova-scheduler","openstack.kolla/ubuntu-source-nova-ssh","openstack.kolla/ubuntu-source-openvswitch-db-server","openstack.kolla/ubuntu-source-openvswitch-vswitchd","openstack.kolla/ubuntu-source-ovn-controller","openstack.kolla/ubuntu-source-ovn-nb-db-server","openstack.kolla/ubuntu-source-ovn-northd","openstack.kolla/ubuntu-source-ovn-sb-db-server","openstack.kolla/ubuntu-source-placement-api","openstack.kolla/ubuntu-source-rabbitmq"]}<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 1, 2023 at 3:34 PM Satish Patel <<a href="mailto:satish.txt@gmail.com">satish.txt@gmail.com</a>> wrote:<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 dir="ltr">Folks,<br><div><br></div><div>I have 3 controller nodes and on controller01 I have configured the local registry and pushed all images into the local registry. I have pointed out 2 other nodes to use controller01 local registry. </div><div><br></div><div>When i run "kolla-ansible -i multinode deploy" it works on controller01 and docker start all containers but one controller02 and 03 I encounter error related docker registry </div><div><br></div><div>Error: <a href="https://paste.opendev.org/show/bmwbM3PB33a8hrA1Wi6e/" target="_blank">https://paste.opendev.org/show/bmwbM3PB33a8hrA1Wi6e/</a> </div><div><br></div><div>docker daemon.json file on controller02 and 03 (docker-reg is point to controller01) <br>root@controller02:~#  cat /etc/docker/daemon.json<br>{<br>    "bridge": "none",<br>    "insecure-registries": [<br>        "docker-reg:4000"<br>    ],<br>    "ip-forward": false,<br>    "iptables": false,<br>    "log-opts": {<br>        "max-file": "5",<br>        "max-size": "50m"<br>    }<br></div><div><br></div><div>How do I check my docker registry is functioning? </div><div><br></div><div>I have tried following commands on 02 and 03 nodes but following error. </div><div><br></div><div>root@controller02:~# docker pull docker-reg:4000/openstack.kolla/ubuntu-source-fluentd<br>Using default tag: latest<br>Error response from daemon: manifest for docker-reg:4000/openstack.kolla/ubuntu-source-fluentd:latest not found: manifest unknown: manifest unknown<br></div><div><br></div><div>Are there any way to test if my registry is functional and nothing wrong. There are no network issues. I have a test with port ping using the nc command. </div><div><br></div><div><br></div><div><br></div></div>
</blockquote></div>