Openstack ansible VS kolla ansible
Openstack-ansible uses LXC containers to deploy openstack services , while Kolla uses docker containers instead, which of these two deployment tools should I use for an Openstack deployment, and what are the differences between them.
I would recommend kolla-ansible, but then I am biased. Ultimately. both are capable of giving you a production-ready OpenStack deployment, you just need to work out which is the best fit for you. Mark On Sat, 30 Oct 2021 at 21:10, A Monster <amonster369@gmail.com> wrote:
Openstack-ansible uses LXC containers to deploy openstack services , while Kolla uses docker containers instead, which of these two deployment tools should I use for an Openstack deployment, and what are the differences between them.
On 30/10/2021 21:05, A Monster wrote:
Openstack-ansible uses LXC containers to deploy openstack services
You can also do a deployment with no use of container technologies with openstack-ansible if you wish. Enough people have asked for that so it's a supported deployment model. Pick the tool that suits you, check out the documentation and do a proof-of-concept. They achieve the same thing by different means. Jonathan.
participants (3)
-
A Monster
-
Jonathan Rosser
-
Mark Goddard