summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/inventory.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix metadata access in OpenStack inventoryTomas Sedovic2018-02-141-1/+1
| | | | | Some versions of shade (e.g. the one currently in RHEL) only allow a dict-like interface.
* flake cleanupTzu-Mainn Chen2018-01-291-0/+3
|
* code simplification and lint cleanupTzu-Mainn Chen2018-01-291-20/+31
|
* add cinder mountpoint to inventoryTzu-Mainn Chen2018-01-271-1/+15
|
* Move the OpenStack dynamic inventory from sampleTomas Sedovic2018-01-161-0/+119
Keeping the dynamic inventory in the `sample-inventory` alongside the `group_vars` poses a problem: when we update the inventory, our users won't get the latest version. The dynamic inventory should be independent of the OpenShift or OpenStack configuration and the users should be able to either pass it explicitly or create a symlink if they want.