ansible-role-tripleo-cookie.../ansible-role-tripleo-{{cookiecutter.project_name}}
Sean McGinnis cb1a5fb52a Remove setup.py check from tox template
Using "python setup.py check -r -s" method of checking the package has
been deprecated with the new recommendation to build the sdist and
wheel, then running "twine check" against the output.

Luckily, there is already a job that covers this that only runs when the
README, setup.py, or setup.cfg files change, making running this in the
pep8 job redundant. This covered by the test-release-openstack-python3
that is defined in the publish-to-pypi-python3 template.

More details can be found in this mailing list post:

http://lists.openstack.org/pipermail/openstack-dev/2018-October/136136.html

Change-Id: I544d9940e8c89d50346c71e3df2fe1166850f7ef
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-10-30 10:33:45 -05:00
..
ci-scripts Initial import 2018-07-06 11:52:17 -07:00
defaults Change YAML file extensions to .yaml from .yml 2018-09-21 16:04:34 -04:00
meta Change YAML file extensions to .yaml from .yml 2018-09-21 16:04:34 -04:00
tasks Change YAML file extensions to .yaml from .yml 2018-09-21 16:04:34 -04:00
zuul.d Move zuul.d to correct directory 2018-07-25 09:32:19 -07:00
.gitignore Switch README to RST and add lint 2018-08-07 12:24:21 -06:00
.gitreview Cleanup some typos 2018-07-06 16:46:09 -07:00
ansible-requirements.txt Initial import 2018-07-06 11:52:17 -07:00
ansible.cfg Remove ssh control path setting 2018-08-02 00:19:41 +00:00
LICENSE Initial import 2018-07-06 11:52:17 -07:00
README.rst Switch README to RST and add lint 2018-08-07 12:24:21 -06:00
requirements.txt Initial import 2018-07-06 11:52:17 -07:00
setup.cfg Switch README to RST and add lint 2018-08-07 12:24:21 -06:00
setup.py Initial import 2018-07-06 11:52:17 -07:00
test-requirements.txt Switch README to RST and add lint 2018-08-07 12:24:21 -06:00
tox.ini Remove setup.py check from tox template 2018-10-30 10:33:45 -05:00

TripleO {{ cookiecutter.project_name }}

A role to manage {{ cookiecutter.project_name }} tasks for TripleO

Role Variables

Variables used for {{ cookiecutter.project_name }}
Name Default Value Description
{{ cookiecutter.project_name|lower|replace('-', '_') }}_debug False Enable debug option in {{ cookiecutter.project_name }}

Requirements

  • ansible >= 2.4
  • python >= 2.6

Dependencies

None

Example Playbooks

- hosts: localhost
  become: true
  roles:
    - {{ cookiecutter.project_name }}

License

Apache 2.0