cb1a5fb52a
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> |
||
---|---|---|
.. | ||
ci-scripts | ||
defaults | ||
meta | ||
tasks | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
ansible-requirements.txt | ||
ansible.cfg | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
TripleO {{ cookiecutter.project_name }}
A role to manage {{ cookiecutter.project_name }} tasks for TripleO
Role Variables
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