From fea14762cd35c5ac7151bcce0c5b8674e4ad2aa2 Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Tue, 18 Jul 2017 14:44:02 -0400 Subject: [PATCH] Standardize test vars Move to a range that is not lxc dhcp for container ip. Change-Id: I3d4405220ac0e9c8cd790f895c7f34a353d8151f --- tests/host_vars/container1.yml | 2 +- tests/host_vars/container2.yml | 2 +- tests/host_vars/container3.yml | 2 +- tests/inventory | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/host_vars/container1.yml b/tests/host_vars/container1.yml index d84931d..a6db6ae 100644 --- a/tests/host_vars/container1.yml +++ b/tests/host_vars/container1.yml @@ -1,4 +1,4 @@ --- -ansible_host: 10.100.100.2 +ansible_host: 10.1.0.2 ansible_become: True ansible_user: root diff --git a/tests/host_vars/container2.yml b/tests/host_vars/container2.yml index f3a4aee..916ed80 100644 --- a/tests/host_vars/container2.yml +++ b/tests/host_vars/container2.yml @@ -1,4 +1,4 @@ --- -ansible_host: 10.100.100.3 +ansible_host: 10.1.0.3 ansible_become: True ansible_user: root diff --git a/tests/host_vars/container3.yml b/tests/host_vars/container3.yml index 413cd96..af4ff9f 100644 --- a/tests/host_vars/container3.yml +++ b/tests/host_vars/container3.yml @@ -1,4 +1,4 @@ --- -ansible_host: 10.100.100.4 +ansible_host: 10.1.0.4 ansible_become: True ansible_user: root diff --git a/tests/inventory b/tests/inventory index 5d24168..531b6a2 100644 --- a/tests/inventory +++ b/tests/inventory @@ -1,8 +1,8 @@ [all] localhost -container1 ansible_host=10.100.100.101 ansible_become=True ansible_user=root -container2 ansible_host=10.100.100.102 ansible_become=True ansible_user=root -container3 ansible_host=10.100.100.103 ansible_become=True ansible_user=root +container1 +container2 +container3 [repo_all] container1