tripleo-ansible/setup.cfg
Kevin Carter cb27b41679
Namespace the install path
The path where we're installing content currently conflicts with
existing path's from existing tripleo repositories. This creates
a conflict as content is likely to exist in more than one
repository while we migrate things to tripleo-ansible. To ensure
we're not creating conflict all of the tripleo-ansible installed
content will now be moved into a namespaced directory.

Change-Id: Iedbf9d1034ee3396d6cb064c64169c21ebcf3e18
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2019-06-19 11:48:30 -05:00

33 lines
845 B
INI

[metadata]
name = tripleo-ansible
summary = Ansible assets for the TripleO project.
description-file =
README.rst
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/tripleo-playbooks/ = tripleo_ansible/playbooks/*
share/ansible/tripleo-plugins/ = tripleo_ansible/ansible_plugins/*
share/ansible/tripleo-roles/ = tripleo_ansible/roles/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True