Merge "linters: ensure openstack/inventory.yaml parses"
This commit is contained in:
commit
598d1d4be5
3
tox.ini
3
tox.ini
@ -17,6 +17,9 @@ commands =
|
||||
python3 {toxinidir}/tools/sorted_modules_env.py {toxinidir}/modules.env
|
||||
python3 {toxinidir}/tools/irc_checks.py
|
||||
python3 {toxinidir}/tools/check_clouds_yaml.py
|
||||
# The following command validates that inventory/openstack.yaml
|
||||
# parses, but doesn't do anything.
|
||||
bash -c "ANSIBLE_INVENTORY_PLUGINS=./playbooks/roles/install-ansible/files/inventory_plugins ansible -i ./inventory/openstack.yaml not_a_host -a 'true'"
|
||||
python3 -m unittest playbooks/roles/install-ansible/files/inventory_plugins/test_yamlgroup.py
|
||||
# Ansible Lint Check
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user