Upgrade mariadb version in CSITs 10/117610/1
authorJim Hahn <jrh3@att.com>
Mon, 8 Feb 2021 20:32:31 +0000 (15:32 -0500)
committerJim Hahn <jrh3@att.com>
Mon, 8 Feb 2021 20:33:40 +0000 (15:33 -0500)
OOM has moved to mariaDB 10.5.8, so upgraded the version in the CSITs to
match.

Issue-ID: POLICY-3005
Change-Id: Ia4473f8c17510a2491e442689dfa99c55166fb08
Signed-off-by: Jim Hahn <jrh3@att.com>
csit/get-branch-mariadb.sh

index f5d10a3..46af8f8 100644 (file)
@@ -16,7 +16,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END======================================================
 
-export POLICY_MARIADB_VER=10.2.25
+export POLICY_MARIADB_VER=10.5.8
 export NEXUS_URL=https://nexus.onap.org/content/repositories/snapshots
 
 GIT_TOP=$(git rev-parse --show-toplevel)