aboutsummaryrefslogtreecommitdiffstats
path: root/roles/xtesting-healthcheck-k8s/templates/env-os.j2
blob: eeb2bf2603acbb559ceb309001478b3d8f0c54c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INSTALLER_TYPE={{ deployment_name }}
DEPLOY_SCENARIO= {{ scenario }}
TEST_DB_URL={{ test_result_url }}
NODE_NAME={{ node_name }}
BUILD_TAG={{ build_tag }}
ONAP_IP={{ onap_ip }}
{% if project != 'oom' %}
DEPLOY_ENVIRONMENT='gating_component'
CHART={{ project }}
{% endif %}
{% if helmv3 | bool %}
HELM_BIN=helm3
{% if helmv3_use_sql | bool %}
HELM_DRIVER=sql
HELM_DRIVER_SQL_CONNECTION_STRING={{ postgres_url }}
{% endif %}
{% endif %}