Ansible collection for OpenStack Kolla
Go to file
Matt Crees a0ff355bb2 Fix: include missing docker log-opts in config
The default docker config options, which specify the ``log-opts`` under
``roles/docker/vars/main.yml``, were not included in the
``docker_config`` combinations when the docker role was extracted from
the baremetal role in the Zed release. This means that
``docker_log_max_file`` and ``docker_log_max_size`` are not written into
the docker daemon.json.

The var name needs to be changed, as it can't be recursively defined
within the ``docker_config`` definition under
``roles/docker/tasks/config.yml`.

Closes-Bug: #2040105
Change-Id: I05efda2a9699336136dce8cfa99ada77b9b2a17b
(cherry picked from commit cff2a29d1c)
2024-02-19 16:47:09 +00:00
doc Initialise Ansible collection 2022-01-17 16:24:30 +00:00
releasenotes Fix: include missing docker log-opts in config 2024-02-19 16:47:09 +00:00
roles Fix: include missing docker log-opts in config 2024-02-19 16:47:09 +00:00
tools CI: run ansible-test sanity checks 2022-01-18 11:34:17 +00:00
zuul.d CI: add podman jobs 2023-11-15 13:40:10 +00:00
.ansible-lint Bump ansible-lint 2023-05-22 12:55:26 +00:00
.coveragerc Initialise Ansible collection 2022-01-17 16:24:30 +00:00
.gitignore Initialise Ansible collection 2022-01-17 16:24:30 +00:00
.gitreview Update .gitreview for stable/2023.2 2023-11-30 09:17:29 +00:00
.stestr.conf Initialise Ansible collection 2022-01-17 16:24:30 +00:00
.yamllint Initialise Ansible collection 2022-01-17 16:24:30 +00:00
CONTRIBUTING.rst Initialise Ansible collection 2022-01-17 16:24:30 +00:00
COPYING Initialise Ansible collection 2022-01-17 16:24:30 +00:00
HACKING.rst Initialise Ansible collection 2022-01-17 16:24:30 +00:00
README.md Initialise Ansible collection 2022-01-17 16:24:30 +00:00
galaxy.yml Bump ansible-lint 2023-05-22 12:55:26 +00:00
requirements.txt Initialise Ansible collection 2022-01-17 16:24:30 +00:00
setup.cfg Initialise Ansible collection 2022-01-17 16:24:30 +00:00
setup.py Set py_modules to empty list in setup.py 2022-04-07 16:44:07 +02:00
test-requirements.txt Bump ansible-lint 2023-05-22 12:55:26 +00:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/2023.2 2023-11-30 09:17:30 +00:00

README.md

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.