From: Manuel Buil Date: Wed, 27 Sep 2017 19:00:38 +0000 (+0200) Subject: Remove the quotes from the IP X-Git-Tag: 6.0.0~294 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7056b91177bcfb2f745cbb3d4c6e55005c59b9c7;p=releng-xci.git Remove the quotes from the IP Functest complains that it cannot connect to the installer because it does not understand the ip or hostname. The cause for this is the quotes in the template Change-Id: I75c30b7f1bbcee3f968692b4347ceb13ab1131d2 Signed-off-by: Manuel Buil --- diff --git a/xci/playbooks/roles/prepare-functest/templates/env.j2 b/xci/playbooks/roles/prepare-functest/templates/env.j2 index 52211b45..b928accd 100644 --- a/xci/playbooks/roles/prepare-functest/templates/env.j2 +++ b/xci/playbooks/roles/prepare-functest/templates/env.j2 @@ -1,4 +1,4 @@ INSTALLER_TYPE=osa -INSTALLER_IP="192.168.122.2" +INSTALLER_IP=192.168.122.2 EXTERNAL_NETWORK="{{ external_network }}" DEPLOY_SCENARIO="os-nosdn-nofeature-noha"