From 520465f8954066eb40596908e7a72b1869783732 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 22 Oct 2018 12:06:44 +0100 Subject: [PATCH] Set container_name as host_var in test inventory The connection plugin no longer falls back on using the inventory_hostname as the container_name. Set container_name as a host var for each container in the test inventory. In this role's case there are no containers, so I've just removed the group_var so that the test setup is uniform with other roles which do use containers. Change-Id: I5a5063c93eecc7981f6413f37871a97eb0197c85 --- tests/group_vars/all_containers.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/group_vars/all_containers.yml b/tests/group_vars/all_containers.yml index 1abb176..b310053 100644 --- a/tests/group_vars/all_containers.yml +++ b/tests/group_vars/all_containers.yml @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -container_name: "{{ inventory_hostname }}" container_networks: management_address: address: "{{ ansible_host }}"