Mark Goddard 25020e469f Don't assume /etc/hosts exists
The baremetal role adds entries to /etc/hosts. If the file does not
exist, it will fail:

  TASK [baremetal : Ensure localhost in /etc/hosts] ****************************************
  fatal: [compute2]: FAILED! => {"changed": false, "msg": "Destination /etc/hosts does not exist !", "rc": 257}

Though surprising, this is possible, and we should not assume that
/etc/hosts exists.

This change modifies the above task to create the file if it does not
exist.

Closes-Bug: #1982837
Change-Id: Ic419ee13a10b3fa1b890cfec23bab0a67489eb96
2022-07-26 14:00:17 +01:00
2022-01-17 16:24:30 +00:00
2022-07-26 14:00:17 +01:00
2022-01-18 11:34:17 +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
2022-01-17 16:24:30 +00:00
2022-01-18 11:34:17 +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
2022-01-18 11:34:24 +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.3 MiB
Languages
Python 60.3%
Jinja 28.8%
Shell 10.9%