openstack-ansible/tests
Nolan Brubaker d68e65bfdd Add an inventory config check option
Previously there was no way to do a 'dry run' against a set of inventory
configuration files without actually writing the full inventory
structure to disk.

This change adds a simple check flag to the script, allowing users to
pre-validate their configurations prior to executing the Ansible
playbooks. No syntax validation happens against the YAML files; rather,
the dynamic_inventory.py script is executed and builds a full inventory
in memory, but does not write any output.

Currently, this is meant as a starting point. Further validation can
build from here, but the flag is largely meant to check for known
exceptions/errors early.

Change-Id: Ic58566ee124c824c8bba549ade46bce5c268905a
2016-08-20 21:02:01 +00:00
..
inventory Use in-tree env.d files, provide override support 2016-07-01 16:40:28 +00:00
roles/bootstrap-host Reduce minimum data disk size for the AIO to 50GB 2016-08-20 16:25:28 +01:00
ansible.cfg Update ansible to version 2.1 2016-06-02 08:54:41 -05:00
bootstrap-aio.yml Convert AIO bootstrap from bash to Ansible 2015-12-08 19:05:45 +00:00
get-ansible-role-requirements.yml Added option to set the role fetch mode 2016-05-23 09:48:56 +00:00
test_inventory.py Add an inventory config check option 2016-08-20 21:02:01 +00:00
test-inventory.ini Update ansible to version 2.1 2016-06-02 08:54:41 -05:00