diff options
author | Ed Kern <ejk@cisco.com> | 2017-06-13 18:46:15 -0600 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-06-14 06:35:55 +0000 |
commit | 88349038a5923f7323df6f38926f090166a7c60a (patch) | |
tree | 35cb018d414793b5eee4a0cd65091be8725f183d /resources/tools/testbed-setup/ansible_hosts | |
parent | 53d69321e41aa6fd94abc16c7050314dc2e53f08 (diff) |
CSIT-597: spot fixes for crudini, interface differences
Change-Id: I7c11a365aa7b0ed673e0ec9a7e6078129d3c63fa
Signed-off-by: Ed Kern <ejk@cisco.com>
Diffstat (limited to 'resources/tools/testbed-setup/ansible_hosts')
-rw-r--r-- | resources/tools/testbed-setup/ansible_hosts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/tools/testbed-setup/ansible_hosts b/resources/tools/testbed-setup/ansible_hosts index 05e1242219..55b5a209e9 100644 --- a/resources/tools/testbed-setup/ansible_hosts +++ b/resources/tools/testbed-setup/ansible_hosts @@ -14,6 +14,6 @@ #By default, let's not touch the VIRL host. Any (unintended) configuration change on VIRL host #is a recipe for disaster. #[virl] -#10.30.51.28 hostname=t4-virl1 virl_l2_start=10.30.52.2 virl_l2_end=10.30.52.253 ansible_python_interpreter=/usr/bin/python2.7 virl_l2_gateway=10.30.52.1 virl_l2_network=10.30.52.0/24 -#10.30.51.29 hostname=t4-virl2 virl_l2_start=10.30.53.2 virl_l2_end=10.30.53.253 ansible_python_interpreter=/usr/bin/python2.7 virl_l2_gateway=10.30.53.1 virl_l2_network=10.30.53.0/24 -#10.30.51.30 hostname=t4-virl3 virl_l2_start=10.30.54.2 virl_l2_end=10.30.54.253 ansible_python_interpreter=/usr/bin/python2.7 virl_l2_gateway=10.30.54.1 virl_l2_network=10.30.54.0/24
\ No newline at end of file +#10.30.51.28 hostname=t4-virl1 virl_l2_start=10.30.52.2 virl_l2_end=10.30.52.253 ansible_python_interpreter=/usr/bin/python2.7 virl_l2_gateway=10.30.52.1 virl_l2_network=10.30.52.0/24 virl_l2_ip=10.30.52.254 virl_public_port=eth0 +#10.30.51.29 hostname=t4-virl2 virl_l2_start=10.30.53.2 virl_l2_end=10.30.53.253 ansible_python_interpreter=/usr/bin/python2.7 virl_l2_gateway=10.30.53.1 virl_l2_network=10.30.53.0/24 virl_l2_ip=10.30.53.254 virl_public_port=eth4 +#10.30.51.30 hostname=t4-virl3 virl_l2_start=10.30.54.2 virl_l2_end=10.30.54.253 ansible_python_interpreter=/usr/bin/python2.7 virl_l2_gateway=10.30.54.1 virl_l2_network=10.30.54.0/24 virl_l2_ip=10.30.54.254 virl_public_port=eth0 |