[kolla][vpn-as-a-service] docker container missing
good afternoon, installed all-in-one ubuntu 22.04 based kolla-ansible version 2024.1, so far so good. tried to enable vpnaas, folllowing the instructions here https://docs.openstack.org/kolla-ansible/2024.1/reference/networking/neutron... but still missing the container "neutron_vpnaas_agent". i checked the ansible playbook but see no evidence of deployment of this container, what am i doing wrong? thank you.
Hi there, You may need to build it: https://docs.openstack.org/kolla/latest/admin/image-building.html I am not sure, but suspect the kolla teams provide most but not all containers. You should be able to build just the container you need. Cheers Michael On Tue, Sep 10, 2024 at 12:02 PM garcetto <garcetto@gmail.com> wrote:
good afternoon, installed all-in-one ubuntu 22.04 based kolla-ansible version 2024.1, so far so good. tried to enable vpnaas, folllowing the instructions here
https://docs.openstack.org/kolla-ansible/2024.1/reference/networking/neutron...
but still missing the container "neutron_vpnaas_agent". i checked the ansible playbook but see no evidence of deployment of this container, what am i doing wrong?
thank you.
On 2024-09-10 12:14:48 -0400 (-0400), Michael Knox wrote:
You may need to build it: https://docs.openstack.org/kolla/latest/admin/image-building.html [...]
For any production use, it's probably best to build your own containers anyway. Binary artifacts published by OpenStack teams, such as Kolla's container images, don't necessarily incorporate security fixes for any bundled dependencies in a timely manner. See https://governance.openstack.org/tc/resolutions/20170530-binary-artifacts.ht... for the project's general guidance regarding community support for container images. -- Jeremy Stanley
participants (3)
-
garcetto
-
Jeremy Stanley
-
Michael Knox