Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build containerized host group dynamically | Michael Gugino | 2018-01-08 | 1 | -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_groups | Michael Gugino | 2017-12-21 | 1 | -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 |