Skip to content
Snippets Groups Projects
  • Christian Berendt's avatar
    89659b46
    ovs-dpdk: add ovs-dpdkctl.sh to the role itself · 89659b46
    Christian Berendt authored
    Currently the ovs-dpdkctl.sh file is present in the tools
    directory and the "Copying ovs-dpdkctl tool" task accesses it.
    
    This is bad practice. Files copied from a role should either be
    referenced by an absolute path or be part of the role itself.
    
    This change moves the ovs-dpdkctl.sh file in the files
    directory of the role.
    
    Change-Id: I01459d39207e54f270f32f37b4a5153c5a819347
    89659b46
    History
    ovs-dpdk: add ovs-dpdkctl.sh to the role itself
    Christian Berendt authored
    Currently the ovs-dpdkctl.sh file is present in the tools
    directory and the "Copying ovs-dpdkctl tool" task accesses it.
    
    This is bad practice. Files copied from a role should either be
    referenced by an absolute path or be part of the role itself.
    
    This change moves the ovs-dpdkctl.sh file in the files
    directory of the role.
    
    Change-Id: I01459d39207e54f270f32f37b4a5153c5a819347
setup.cfg 1.70 KiB
[metadata]
name = kolla-ansible
summary = Ansible Deployment of Kolla containers
description_file =
    README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/kolla-ansible/latest/
python_requires = >=3.6
license = Apache License, Version 2.0
classifier =
    Environment :: OpenStack
    Intended Audience :: Information Technology
    Intended Audience :: System Administrators
    License :: OSI Approved :: Apache Software License
    Operating System :: POSIX :: Linux
    Programming Language :: Python
    Programming Language :: Python :: Implementation :: CPython
    Programming Language :: Python :: 3 :: Only
    Programming Language :: Python :: 3
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: 3.7
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9

[files]
packages =
    kolla_ansible
data_files =
    share/kolla-ansible/ansible = ansible/*
    share/kolla-ansible/tools = tools/validate-docker-execute.sh
    share/kolla-ansible/tools = tools/cleanup-containers
    share/kolla-ansible/tools = tools/cleanup-host
    share/kolla-ansible/tools = tools/cleanup-images
    share/kolla-ansible/doc = doc/*
    share/kolla-ansible/etc_examples = etc/*
    share/kolla-ansible = tools/init-runonce
    share/kolla-ansible = tools/init-vpn
    share/kolla-ansible = setup.cfg
    share/kolla-ansible = requirements.yml

scripts =
    tools/kolla-ansible

[entry_points]
console_scripts =
    kolla-genpwd = kolla_ansible.cmd.genpwd:main
    kolla-mergepwd = kolla_ansible.cmd.mergepwd:main
    kolla-writepwd = kolla_ansible.cmd.writepwd:main
    kolla-readpwd = kolla_ansible.cmd.readpwd:main