aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authordemskeq8 <alexander.dehn@highstreet-technologies.com>2023-08-23 14:03:23 +0200
committerdemskeq8 <alexander.dehn@highstreet-technologies.com>2023-08-23 16:14:55 +0200
commit8fc94e40c76df15d369300ba70267ab1f844f3c1 (patch)
tree6f7cbc89569c269b532e0c1d5ee9f7b82019803f /installation
parentc9b819e3e5dfea73764f816c9845f105b9a14563 (diff)
[CSIT] Change SDNC/sdnr csit to use mariaDB
add docker-compose for mariaDB and set default sdnrdb Issue-ID: SDNC-1819 Change-Id: Idab44253fa7a3cf10ea40c5eb46b8b3c207caca1 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com>
Diffstat (limited to 'installation')
-rwxr-xr-xinstallation/sdnc/src/main/scripts/startODL.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/installation/sdnc/src/main/scripts/startODL.sh b/installation/sdnc/src/main/scripts/startODL.sh
index 65992be2..644ec50f 100755
--- a/installation/sdnc/src/main/scripts/startODL.sh
+++ b/installation/sdnc/src/main/scripts/startODL.sh
@@ -310,6 +310,7 @@ printf "%s\n" " SDNRDM=$SDNRDM"
printf "%s\n" " SDNRONLY=$SDNRONLY"
printf "%s\n" " SDNRINIT=$SDNRINIT"
printf "%s\n" " SDNRDBURL=$SDNRDBURL"
+printf "%s\n" " SDNRDBTYPE=$SDNRDBTYPE"
printf "%s\n" " SDNRDBUSERNAME=$SDNRDBUSERNAME"
printf "%s\n" " GEO_ENABLED=$GEO_ENABLED"
printf "%s\n" " IS_PRIMARY_CLUSTER=$IS_PRIMARY_CLUSTER"