diff options
author | Ed Kern <ejk@cisco.com> | 2017-05-25 07:25:13 -0600 |
---|---|---|
committer | Ed Kern <ejk@cisco.com> | 2017-05-25 07:25:13 -0600 |
commit | e6ae349af548635360216827349cfc1e1ee29cd5 (patch) | |
tree | c7c680f9b8e122972b93de7a82e80538fe3de9f3 /resources/tools/testbed-setup/playbooks/02-virl-bootstrap.yaml | |
parent | 10649b3ce07bbb3144d196c403d8c1fa65ddf116 (diff) |
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 <ejk@cisco.com>
Diffstat (limited to 'resources/tools/testbed-setup/playbooks/02-virl-bootstrap.yaml')
-rw-r--r-- | resources/tools/testbed-setup/playbooks/02-virl-bootstrap.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |