| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
Signed-off-by: Simo Sorce <simo@redhat.com>
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Importing modules with the same name will not reload an already imported
module. Explicitly reloading the module is the quickest fix.
|
|
|
|
|
|
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).
|
|
|
|
- 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
|