70df46c335
Include a readme in the playbooks folder and update the setup.cfg to make sure the playbooks end up in the ansible collection. Change-Id: I8f2fbf37da786e7d523ba3756a414cd8c29e6c84
46 lines
1.3 KiB
INI
46 lines
1.3 KiB
INI
[metadata]
|
|
name = tripleo-operator-ansible
|
|
summary = Operator ansible assets for the TripleO project.
|
|
description-file =
|
|
README.md
|
|
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://opendev.org/openstack/tripleo-ansible
|
|
classifier =
|
|
License :: OSI Approved :: Apache Software License
|
|
Development Status :: 4 - Beta
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Information Technology
|
|
Topic :: Utilities
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
data_files =
|
|
share/ansible/collections/ansible_collections/tripleo/operator/ = galaxy.yml
|
|
share/ansible/collections/ansible_collections/tripleo/operator/ = README.md
|
|
share/ansible/collections/ansible_collections/tripleo/operator/roles/ = roles/*
|
|
share/ansible/collections/ansible_collections/tripleo/operator/plugins/ = plugins/*
|
|
share/ansible/collections/ansible_collections/tripleo/operator/playbooks/ = playbooks/*
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
skip_authors = True
|
|
skip_changelog = True
|
|
|
|
[flake8]
|
|
# based on https://github.com/psf/black
|
|
ignore = E203,E501,W503,W504,D
|
|
# "D" added because we do not use docstrings checks, yet
|
|
|
|
[doc8]
|
|
# Settings for doc8:
|
|
extensions = .rst
|
|
ignore = D001
|