diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..fea8f08 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,15 @@ +[metadata] +name = base-jobs +summary = Base jobs for OpenDev +description-file = + README.rst +author = OpenDev Team +author-email = openstack-infra@lists.openstack.org +home-page = http://opendev.org/ +classifier = + Environment :: OpenStack + Intended Audience :: Information Technology + Intended Audience :: System Administrators + License :: OSI Approved :: Apache Software License + Operating System :: POSIX :: Linux + Programming Language :: Python diff --git a/tox.ini b/tox.ini index 4e0e69e..a412b6b 100644 --- a/tox.ini +++ b/tox.ini @@ -24,8 +24,8 @@ passenv = # see openstack-zuul-jobs-linters job for more information. ANSIBLE_ROLES_PATH setenv = - ANSIBLE_LIBRARY= {envsitepackagesdir}/zuul/ansible/library - ANSIBLE_ACTION_PLUGINS = {envsitepackagesdir}/zuul/ansible/actiongeneral + ANSIBLE_LIBRARY= {envsitepackagesdir}/zuul/ansible/base/library + ANSIBLE_ACTION_PLUGINS = {envsitepackagesdir}/zuul/ansible/base/actiongeneral whitelist_externals = bash commands = flake8 {posargs}