summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix container_runtime openshift_containerized_host_groupsMichael Gugino2017-12-211-14/+3
| | | | | | | | | | 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
* Cleanup byo referencesRussell Teague2017-12-081-28/+22
|
* Update deprecation checks - include:Russell Teague2017-12-081-3/+3
|
* Start requiring Ansible 2.4Russell Teague2017-11-091-5/+21
|
* Fix mispelling in error message yammlint -> yamllintSimo Sorce2017-10-021-1/+1
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Improve searching when conditions for Jinja2 delimitersRussell Teague2017-09-111-22/+79
|
* Fix ansible_syntax checkRussell Teague2017-09-051-1/+1
|
* Adding deprecation checks to ansible_syntaxRussell Teague2017-09-011-25/+60
|
* Test: Fail on entry point playbooks in commonRussell Teague2017-08-291-11/+20
|
* More complete discovery of entry point playbooksRussell Teague2017-08-081-16/+32
| | | | | | | | 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
* Add Ansible syntax checks to toxRussell Teague2017-04-191-0/+48
|
* Fix validation of generated codeRodolfo Carvalho2017-02-201-0/+2
| | | | | Importing modules with the same name will not reload an already imported module. Explicitly reloading the module is the quickest fix.
* Updated the generate.py scripts for tox and virtualenv.Kenny Woodson2017-01-181-6/+16
|
* Adding tox tests for generated code.Kenny Woodson2017-01-181-1/+43
|
* Added setup.py to flake8 testsSteve Milner2017-01-121-1/+3
| | | | | | | | 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).
* Correct return code compairison for yamllintRussell Teague2017-01-111-5/+5
|
* More toxificationJason DeTiberus2017-01-101-0/+191
- 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