trove/integration/scripts
Lingxian Kong d1af33f17b Support mysql 8.0
* MySQL 5.7 and MySQL 8.0 need different percona-xtrabackup package version.
  Added Percona XtraBackup 8 support for MySQL 8.x backup and restore.
* Construct different backup container image names for MySQL 5.7 and MySQL 8.0
  based on the default option value.
* Two docker images are uploaded for backup/restore:
  openstacktrove/db-backup-mysql5.7:1.0.0 and
  openstacktrove/db-backup-mysql8.0:1.0.0. Trove guest agent can automatically
  choose the approriate one based on the datastore version.
* Added option "secure-file-priv=NULL" in MySQL config template to fix
  https://github.com/docker-library/mysql/issues/541.
* Stop using IDENTIFIED BY in GRANT clause (also REVOKE). Starting with MySQL 8
  creating a user implicitly using the GRANT command is not supported.

Story: #2008275
Task: #41143

Change-Id: Ibdec63324b1b39ba9b8a38dbe529da17bbb06767
2020-10-23 23:50:39 +13:00
..
conf Fix CI job 2020-05-25 17:37:38 +12:00
files Remove six usage and basestring check 2020-10-16 10:40:22 +08:00
create_vm Merge trove-integration into trove 2016-10-09 07:14:25 -04:00
functions Fix the misspelling of "directory" 2019-01-23 17:24:46 +08:00
functions_qemu Use sudo when deleting image cache dir 2020-09-04 13:58:56 +12:00
image-projects-list beginning to change trove-integration 2016-10-10 20:30:05 -04:00
localrc.rc Fix gate issues 2017-10-13 09:37:48 -05:00
projects-list Merge trove-integration into trove 2016-10-09 07:14:25 -04:00
reviews.rc Merge trove-integration into trove 2016-10-09 07:14:25 -04:00
trovestack Support mysql 8.0 2020-10-23 23:50:39 +13:00
trovestack.rc Some clean up 2019-09-20 08:51:21 +12:00