diff options
Diffstat (limited to 'xci/playbooks/roles/prepare-functest/templates/env.j2')
-rw-r--r-- | xci/playbooks/roles/prepare-functest/templates/env.j2 | 4 |
1 files changed, 4 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..52211b45 --- /dev/null +++ b/xci/playbooks/roles/prepare-functest/templates/env.j2 @@ -0,0 +1,4 @@ +INSTALLER_TYPE=osa +INSTALLER_IP="192.168.122.2" +EXTERNAL_NETWORK="{{ external_network }}" +DEPLOY_SCENARIO="os-nosdn-nofeature-noha" |