On Thu, 22 Jul 2021 at 17:52, Anirudh Gupta <anyrude10@gmail.com> wrote:
Hi Team,
I am installing Openstack using Kolla-Ansible.
I have following queries:
1. Tag 11.0.0 corresponds to the Openstack Victoria release. On docker hub,There are 2 types of tag for a particular kolla image - One with the Tag name and other Release name. docker pull kolla/centos-binary-ironic-pxe:victoria docker pull kolla/centos-binary-ironic-pxe:11.0.0 Image for Tag 11.0.0 was updated 6 months ago whereas for Victoria release the image is updated 4 days ago. To deploy kolla ansible in the production environment, what should we set in openstack_release field in globals.yml - tag number or release name ?
2. For wallaby Release, there is no tag 12.0.0 defined in docker hub kolla images. Is there any plan to specify kolla images with tag for wallaby or not?
Hi, victoria tag is the latest weekly build. 11.0.0 was created for the initial victoria 11.0.0 release. It is now very stale. We stopped pushing tagged container image releases, which is why there is not one for 12.0.0. For a production environment, I would suggest building and hosting your own images, using a tagging scheme of your choice that allows you to update as necessary. Mark
Regards Anirudh Gupta