Hello Goddard, Actually when you just install kolla-ansible. It defaults to wallaby so what I did is to clone the victoria packages with git clone --branch stable/victoria https://opendev.org/openstack/kolla-ansible <https://opendev.org/openstack/kolla-ansible*> and then install kolla-ansible and used the packages for victoria Regards Tony Karera On Tue, Oct 12, 2021 at 9:37 AM Mark Goddard <mark@stackhpc.com> wrote:
On Mon, 11 Oct 2021 at 14:39, Karera Tony <tonykarera@gmail.com> wrote:
Hello Team, I am trying to deploy openstack Victoria ..... Below I install kolla-ansible on the deployment server , I first clone
the * git clone --branch stable/victoria https://opendev.org/openstack/kolla-ansible* but when I run the deployment without uncommenting openstack_release .. By default it deploys wallaby
And when I uncomment and type victoria ...Some of the containers keep restarting esp Horizon Any idea on how to resolve this ? Even the kolla content that I use for deployment, I get it from the kolla-ansible directory that I cloned Regards
Hi Tony, kolla-ansible deploys the tag in the openstack_release variable - the default is victoria in the stable/victoria branch. Perhaps you have overridden this via globals.yml, or are accidentally using the stable/wallaby branch? Mark
Tony Karera