diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-08-17 19:20:27 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-09-22 18:37:48 -0500 |
commit | 9f9719efe369b856118e0f3496ccaa87ba863e58 (patch) | |
tree | 1599ab4e537c0a6c497c68dbce7c480bb00efb6b /csit/docker-compose-all.yml | |
parent | 16b4c43e304b53b0fcfa7ee40247fb88c1ab27ac (diff) |
Support onap..tcagen2 v2.0.0 and mysql 8.x
Issue-ID: POLICY-4317
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Idf1b05c11edd061cdd6f52e5051b7a6a0fd1884e
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'csit/docker-compose-all.yml')
-rw-r--r-- | csit/docker-compose-all.yml | 2 |
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 |