aboutsummaryrefslogtreecommitdiffstats
path: root/roles/xtesting-healthcheck-k8s/templates/env-os.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/xtesting-healthcheck-k8s/templates/env-os.j2')
-rw-r--r--roles/xtesting-healthcheck-k8s/templates/env-os.j217
1 files changed, 17 insertions, 0 deletions
diff --git a/roles/xtesting-healthcheck-k8s/templates/env-os.j2 b/roles/xtesting-healthcheck-k8s/templates/env-os.j2
new file mode 100644
index 0000000..eeb2bf2
--- /dev/null
+++ b/roles/xtesting-healthcheck-k8s/templates/env-os.j2
@@ -0,0 +1,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 %} \ No newline at end of file