From 920aa926a2a78dc7f1ba63e648d124a405962017 Mon Sep 17 00:00:00 2001 From: Eli Halych Date: Thu, 28 Jan 2021 16:11:39 +0000 Subject: Wrapper for simulators Implemented using Avionix. Supports Helm 3 only. The local directory path was defined relative to the package. Remote charts that are described locally are used. Starting the simulator is provided as a regular HTTP or HTTPS request. Issue-ID: INT-1829 Signed-off-by: Eli Halych Change-Id: Ia17c4043bedd853bf2c068e53d51cd2808a3c0db --- src/onaptests/configuration/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/onaptests/configuration/settings.py') diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py index ba4e163..609ca66 100644 --- a/src/onaptests/configuration/settings.py +++ b/src/onaptests/configuration/settings.py @@ -41,6 +41,7 @@ CLEANUP_FLAG = False REPORTING_FILE_PATH = "/tmp/reporting.html" K8S_REGION_TYPE = "k8s" +TILLER_HOST = "localhost" K8S_CONFIG = None # None means it will use default config (~/.kube/config) K8S_NAMESPACE = "onap" # Kubernetes namespace #SOCK_HTTP = "socks5h://127.0.0.1:8091" -- cgit 1.2.3-korg