diff options
Diffstat (limited to 'xci/playbooks/roles/prepare-functest/templates/env.j2')
-rw-r--r-- | xci/playbooks/roles/prepare-functest/templates/env.j2 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xci/playbooks/roles/prepare-functest/templates/env.j2 b/xci/playbooks/roles/prepare-functest/templates/env.j2 deleted file mode 100644 index d9a3bf32..00000000 --- a/xci/playbooks/roles/prepare-functest/templates/env.j2 +++ /dev/null @@ -1,7 +0,0 @@ -INSTALLER_IP=192.168.122.2 -TEST_DB_URL=http://testresults.opnfv.org/test/api/v1/results -ENERGY_RECORDER_API_URL=http://energy.opnfv.fr/resources -{# external network is only valid for OpenStack based scenarios #} -{% if 'os-' in deploy_scenario %} -EXTERNAL_NETWORK={{ external_network }} -{% endif %} |