From 9f9719efe369b856118e0f3496ccaa87ba863e58 Mon Sep 17 00:00:00 2001 From: jhh Date: Wed, 17 Aug 2022 19:20:27 -0500 Subject: Support onap..tcagen2 v2.0.0 and mysql 8.x Issue-ID: POLICY-4317 Signed-off-by: jhh Change-Id: Idf1b05c11edd061cdd6f52e5051b7a6a0fd1884e Signed-off-by: jhh --- csit/docker-compose-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit/docker-compose-all.yml') 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 -- cgit 1.2.3-korg