From 1d528a2481de5739cf710f57af2a8d36f9cd33b8 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Thu, 15 Feb 2024 14:13:13 +0100 Subject: Change default value of SDNC_DB_PRIMARY_HOST into mariadb-galera That configuration value depends on the ONAP setup configuration but by default SDNC uses mariadb-galera as a database Issue-ID: TEST-404 Signed-off-by: Michal Jagiello Change-Id: I91bdb6eda0384fd53455411ace53422417cbb610 --- src/onaptests/configuration/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/onaptests') diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py index ec4bd84..a9e60b0 100644 --- a/src/onaptests/configuration/settings.py +++ b/src/onaptests/configuration/settings.py @@ -64,7 +64,7 @@ IN_CLUSTER = False VES_BASIC_AUTH = {'username': 'sample1', 'password': 'sample1'} IF_VALIDATION = False SDNC_SECRET_NAME = "onap-sdnc-db-secret" -SDNC_DB_PRIMARY_HOST = "sdnc-db.onap.svc.cluster.local" +SDNC_DB_PRIMARY_HOST = "mariadb-galera.onap.svc.cluster.local" SDNC_DB_PORT = 3306 -- cgit 1.2.3-korg