Mark Goddard a3acb4efb0 Initialise Ansible collection
This change was created using the OpenStack cookiecutter. A few changes
were made to the cookiecutter output, including removing the python
module structure.

Next, the Ansible collection directory structure was initiatilised via:

    ansible-galaxy collection init openstack.kolla

galaxy.yml has been updated to add project metadata.

Some of the basic repository content has been adapted from
kolla-ansible.

The documentation has been cleansed of boilerplate, and the contributor
guide initialised.

CI jobs for docs have been added.

Change-Id: I09ab26b9383d3d415bba735fc0d72e7c88a288b4
2022-01-17 16:24:30 +00:00

31 lines
707 B
YAML

---
namespace: openstack
name: kolla
version: 1.0.0
readme: README.md
authors: OpenStack
description: Ansible collection for the OpenStack Kolla project
license:
- GPL-3.0-or-later
tags:
- cloud
- kolla
- openstack
dependencies: {}
repository: https://opendev.org/openstack/ansible-collection-kolla
documentation: https://opendev.org/openstack/ansible-collection-kolla/src/branch/master/README.md
homepage: https://opendev.org/openstack/ansible-collection-kolla
issues: https://launchpad.net/ansible-collection-kolla
build_ignore:
- "*.tar.gz"
- requirements.txt
- setup.cfg
- setup.py
- test-requirements.txt
- tox.ini
- zuul.d
- .gitignore
- .gitreview
- .stestr.conf
- .tox