aboutsummaryrefslogtreecommitdiffstats
path: root/roles/xtesting-onap-security/templates/env-os.j2
blob: 06a31a10d389175b87054c2e2f80eb39203d8e08 (plain)
1
2
3
4
5
6
7
8
9
10
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 %}