Merge "Document how to run tox to test the cookiecutter"

This commit is contained in:
Zuul 2018-08-02 19:27:09 +00:00 committed by Gerrit Code Review
commit 12b73c4387
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ There are two ways to create the boilerplate for the ansible role.
1. Run `cookiecutter https://git.openstack.org/openstack/ansible-role-tripleo-cookiecutter.git`
## Testing
1. Run 'tox -eansible-lint' to test any change in the cookiecutter. It will generate a role and make sure it works and lint is fine.
## What's next
Add any additional tags your role may need to be properly identified on Ansible Galaxy in meta/main.yml.