Commit Graph

2 Commits

Author SHA1 Message Date
Dr. Jens Harbott
5126770a6c Set py_modules to empty list in setup.py
This prevents setuptools 61.0.0 doing autodiscovery and failing
as this is an ansible role, not a python module.

Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: Id0b18670847a78c55295c74a7070b580d90ffed0
2022-04-07 16:44:07 +02:00
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