aboutsummaryrefslogtreecommitdiffstats
path: root/roles/xtesting-onap-security/templates/env-os.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/xtesting-onap-security/templates/env-os.j2')
-rw-r--r--roles/xtesting-onap-security/templates/env-os.j211
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/xtesting-onap-security/templates/env-os.j2 b/roles/xtesting-onap-security/templates/env-os.j2
new file mode 100644
index 0000000..06a31a1
--- /dev/null
+++ b/roles/xtesting-onap-security/templates/env-os.j2
@@ -0,0 +1,11 @@
+INSTALLER_TYPE={{ deployment_name }}
+TEST_DB_URL={{ test_result_url }}
+NODE_NAME={{ node_name }}
+BUILD_TAG={{ build_tag }}
+{% 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 %} \ No newline at end of file