openstack-ansible/setup.cfg
Dmitriy Rabotyagov 9dc3e8b213 Install dynamic-inventory as console_script
If you want to store openstack_deploy content you want it's content
to be relevant. However, at the moment it's quite hard to predict how
inventory will be generated if/when adding some new host to it.

Installing dynamic_inventory script as a console_script will allow you
to create quite simple tox env to update openstack_inventory.json
on local machine right after changing config and simplify life of
operator. Also this way you don't need to clone openstack-ansible

Change-Id: I6119b0bfc27d173610657f39ebb717e0a18b247e
2022-12-06 17:18:42 +00:00

32 lines
706 B
INI

[metadata]
name = openstack-ansible
summary = Ansible playbooks for deploying OpenStack
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/openstack-ansible/latest/
classifier =
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[pbr]
warnerrors = True
[wheel]
universal = 1
[files]
packages = osa_toolkit
[entry_points]
console_scripts =
openstack-ansible-inventory = inventory.dynamic_inventory:main