From e6ae349af548635360216827349cfc1e1ee29cd5 Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Thu, 25 May 2017 07:25:13 -0600 Subject: CSIT-597: added additional variables needed for virl host construction. Also converted ansible_hosts file to utf-8 because the dos format it was in was pissing me off. Change-Id: Ie436f5abc6b397d406efec6e49e0845d915f2310 Signed-off-by: Ed Kern --- resources/tools/testbed-setup/playbooks/02-virl-bootstrap.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'resources/tools/testbed-setup/playbooks/02-virl-bootstrap.yaml') diff --git a/resources/tools/testbed-setup/playbooks/02-virl-bootstrap.yaml b/resources/tools/testbed-setup/playbooks/02-virl-bootstrap.yaml index f3273e2daf..0178b26b8c 100644 --- a/resources/tools/testbed-setup/playbooks/02-virl-bootstrap.yaml +++ b/resources/tools/testbed-setup/playbooks/02-virl-bootstrap.yaml @@ -10,7 +10,6 @@ - name: copy vsetting file to /etc sudo: yes shell: cp /home/virl/virl-bootstrap/vsettings.ini /etc/virl.ini - - command: crudini --set /etc/virl.ini DEFAULT l2_network_gateway {{ l2_gateway }} - command: crudini --set /etc/virl.ini DEFAULT hostname {{ hostname }} - command: crudini --set /etc/virl.ini DEFAULT domain_name linuxfoundation.org - command: crudini --set /etc/virl.ini DEFAULT using_dhcp_on_the_public_port False -- cgit 1.2.3-korg