summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2017-12-21Fix container_runtime openshift_containerized_host_groupsMichael Gugino
openshift_containerized_host_groups needs to be referenced via hostvars. This commit also updates tox ansible syntax checks to account for unavailability of hostsvars during syntax checks. Fixes: https://github.com/openshift/openshift-ansible/issues/6540
2017-12-08Cleanup byo referencesRussell Teague
2017-12-08Update deprecation checks - include:Russell Teague
2017-11-09Start requiring Ansible 2.4Russell Teague
2017-10-02Fix mispelling in error message yammlint -> yamllintSimo Sorce
Signed-off-by: Simo Sorce <simo@redhat.com>
2017-09-11Improve searching when conditions for Jinja2 delimitersRussell Teague
2017-09-05Fix ansible_syntax checkRussell Teague
2017-09-01Adding deprecation checks to ansible_syntaxRussell Teague
2017-08-29Test: Fail on entry point playbooks in commonRussell Teague
2017-08-08More complete discovery of entry point playbooksRussell Teague
This change scans for supported entry point playbooks based on the following conditions: * In the supported directory of playbooks/byo * Playbooks not included by any other playbooks
2017-04-19Add Ansible syntax checks to toxRussell Teague
2017-02-20Fix validation of generated codeRodolfo Carvalho
Importing modules with the same name will not reload an already imported module. Explicitly reloading the module is the quickest fix.
2017-01-18Updated the generate.py scripts for tox and virtualenv.Kenny Woodson
2017-01-18Adding tox tests for generated code.Kenny Woodson
2017-01-12Added setup.py to flake8 testsSteve Milner
Added setup.py to flake8 tests since it is code. Also minor updates to slightly modernize. Note: In the future {#} should probably be ported to {} as numbering is no longer needed (and disliked by many).
2017-01-11Correct return code compairison for yamllintRussell Teague
2017-01-10More toxificationJason DeTiberus
- Move pylint tests to tox - Move yamllint tests to tox - Create separate tox config (and setup.py) for root - bump ansible requirement - unify pylint config - add docs - remove git directory containing old testing tools - install python-six if not present for openshift-facts - add python-six as a dependency for openshift-ansible-utils