summaryrefslogtreecommitdiffstats
path: root/csit/docker-compose-all.yml
diff options
context:
space:
mode:
authorRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>2022-09-26 05:22:42 +0000
committerGerrit Code Review <gerrit@onap.org>2022-09-26 05:22:42 +0000
commitb42e596ac2c2102ab94b0df73a04c406e8da2b26 (patch)
tree25871eddd04e808323d20fbe4e0a61862b4adde3 /csit/docker-compose-all.yml
parent290376f7e211c20094aea740e863431ed77bf525 (diff)
parent9f9719efe369b856118e0f3496ccaa87ba863e58 (diff)
Merge "Support onap..tcagen2 v2.0.0 and mysql 8.x"
Diffstat (limited to 'csit/docker-compose-all.yml')
-rw-r--r--csit/docker-compose-all.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/docker-compose-all.yml b/csit/docker-compose-all.yml
index 12f8b8c3..9e6666fd 100644
--- a/csit/docker-compose-all.yml
+++ b/csit/docker-compose-all.yml
@@ -23,7 +23,7 @@ services:
image: ${CONTAINER_LOCATION}mariadb:${POLICY_MARIADB_VER}
container_name: mariadb
hostname: mariadb
- command: ['--lower-case-table-names=1', '--wait_timeout=28800']
+ command: ['--lower-case-table-names=1', '--wait_timeout=28800', '--default-authentication-plugin=mysql_native_password']
env_file: ./config/db/db.conf
volumes:
- ./config/db:/docker-entrypoint-initdb.d:ro