summaryrefslogtreecommitdiffstats
path: root/test/tox-inventory.txt
Commit message (Collapse)AuthorAgeFilesLines
* Build containerized host group dynamicallyMichael Gugino2018-01-081-0/+4
| | | | | | | | | | | | | Currently, we are using some inventory variables to determine what host groups should be considered containerized. This is problematic and has several edge cases. This commit removes the variable l_containerized_host_groups and builds a dynamic group of hosts named 'oo_hosts_containerized_managed_true' based on the value of 'containerized'
* Fix container_runtime openshift_containerized_host_groupsMichael Gugino2017-12-211-0/+105
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