aboutsummaryrefslogtreecommitdiffstats
path: root/roles/xtesting-onap-vnf/templates/env-os.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/xtesting-onap-vnf/templates/env-os.j2')
-rw-r--r--roles/xtesting-onap-vnf/templates/env-os.j214
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/xtesting-onap-vnf/templates/env-os.j2 b/roles/xtesting-onap-vnf/templates/env-os.j2
new file mode 100644
index 0000000..5bbcdd4
--- /dev/null
+++ b/roles/xtesting-onap-vnf/templates/env-os.j2
@@ -0,0 +1,14 @@
+INSTALLER_TYPE={{ deployment_name }}
+TEST_DB_URL={{ test_result_url }}
+NODE_NAME={{ node_name }}
+BUILD_TAG={{ build_tag }}
+DEBUG=False
+OS_TEST_CLOUD={{ os_test_cloud }}
+ONAP_PYTHON_SDK_SETTINGS={{ vnf_settings }}
+{% if use_s3 | bool %}
+S3_ENDPOINT_URL={{ s3_endpoint }}
+S3_DST_URL={{ s3_dst }}
+HTTP_DST_URL={{ s3_http_url_endpoint }}
+AWS_ACCESS_KEY_ID={{ s3_access_key }}
+AWS_SECRET_ACCESS_KEY={{ s3_secret_key }}
+{% endif %}