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, 7 insertions, 0 deletions
diff --git a/xci/playbooks/roles/prepare-functest/templates/env.j2 b/xci/playbooks/roles/prepare-functest/templates/env.j2 new file mode 100644 index 00000000..43a581bd --- /dev/null +++ b/xci/playbooks/roles/prepare-functest/templates/env.j2 @@ -0,0 +1,7 @@ +INSTALLER_TYPE=osa +INSTALLER_IP=192.168.122.2 +EXTERNAL_NETWORK={{ external_network }} +DEPLOY_SCENARIO="os-nosdn-nofeature-noha" +CI_LOOP=daily +TEST_DB_URL=http://testresults.opnfv.org/test/api/v1/results +ENERGY_RECORDER_API_URL=http://energy.opnfv.fr/resources |