Michal Arbet ecad94400e Fix bootstrapping in kolla-ansible
The idea behind kolla-ansible is to provide the ability to
bootstrap a server in such a way that kolla can orchestrate
the servers and operate against them. Historically, this part
of the code was moved from the kolla-ansible repository to the
ansible-collection-kolla repository, which is supposed to handle
the installation of podman/docker SDK and other dependencies -
whether through system packages or through a virtual environment.

However, the problem is that our CI never showed an error because
those dependencies were installed even before the actual kolla-ansible
bootstrap took place, but in real world this was not working.

This patch fixes exactly that: the dependencies that must be installed
beforehand so that other packages can be installed via pip are now handled
by ansible-collection-kolla. This code was removed from the Zull CI playbook,
as can be seen in the "needed-by" section below.

Needed-By: https://review.opendev.org/c/openstack/kolla-ansible/+/946963
Closes-Bug: #2109509

Change-Id: I288a32d46d2c18594cebf8f2fc40e6bd08607659
2025-05-07 09:09:04 +02:00
2022-01-17 16:24:30 +00:00
2025-05-07 09:09:04 +02:00
2022-01-18 11:34:17 +00:00
2023-05-22 12:55:26 +00:00
2022-01-17 16:24:30 +00:00
2022-01-17 16:24:30 +00:00
2021-11-30 10:05:01 +00:00
2022-01-17 16:24:30 +00:00
2022-01-17 16:24:30 +00:00
2022-01-17 16:24:30 +00:00
2023-05-22 12:55:26 +00:00
2022-01-17 16:24:30 +00:00
2022-01-17 16:24:30 +00:00
2022-01-17 16:24:30 +00:00
2022-01-17 16:24:30 +00:00
2024-10-09 09:27:26 +00:00

Ansible Collection - openstack.kolla

The Ansible openstack.kolla collection provides Ansible plugins, modules and roles for OpenStack Kolla projects, including Kolla Ansible and Kayobe.

Kolla projects deploy OpenStack services and infrastructure components in Docker containers.

Kolla's mission statement is:

To provide production-ready containers and deployment tools for operating
OpenStack clouds.

Kolla is highly opinionated out of the box, but allows for complete customization. This permits operators with little experience to deploy OpenStack quickly and as experience grows modify the OpenStack configuration to suit the operator's exact requirements.

Getting Involved

Need a feature? Find a bug? Let us know! Contributions are much appreciated and should follow the standard Gerrit workflow.

  • We communicate using the #openstack-kolla irc channel.
  • File bugs, blueprints, track releases, etc on Launchpad.
  • Attend weekly meetings.
  • Contribute code.

Notices

Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries. Docker, Inc. and other parties may also have trademark rights in other terms used herein.

Description
Ansible collection for OpenStack Kolla
Readme 2.4 MiB
Languages
Python 60.3%
Jinja 28.8%
Shell 10.9%