Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix metadata access in OpenStack inventory | Tomas Sedovic | 2018-02-14 | 1 | -1/+1 |
| | | | | | Some versions of shade (e.g. the one currently in RHEL) only allow a dict-like interface. | ||||
* | flake cleanup | Tzu-Mainn Chen | 2018-01-29 | 1 | -0/+3 |
| | |||||
* | code simplification and lint cleanup | Tzu-Mainn Chen | 2018-01-29 | 1 | -20/+31 |
| | |||||
* | add cinder mountpoint to inventory | Tzu-Mainn Chen | 2018-01-27 | 1 | -1/+15 |
| | |||||
* | Move the OpenStack dynamic inventory from sample | Tomas Sedovic | 2018-01-16 | 1 | -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. |