tripleo-ansible/tripleo_ansible/roles/backup-and-restore/backup/tasks
Juan Badia Payno ae49288d3c bnr: Fixed the ERROR 1141 when users has fqdn
When the environment is deployed with TLS-e, the galera database has the user associates to these
hosts:
 - %
 - VIP
 - FQDN

The grants for the hosts % and VIP are populated. The FQDN ones are not populated.
So when the script to backup the grant of the users is executed, it shows an
irrelevant error like:

ERROR 1141 (42000) at line 1: There is no such grant defined for user "cinder"
on host "control.internal.api.example".

This patch backs up the grants of the users associate to:
 - %
 - localhost
 - IPV4
 - IPV6

Change-Id: I2b0c9a443cc1167a0183daf59ec2db3d4fc07d74
(cherry picked from commit 669b4f0192)
(cherry picked from commit dc832f3416)
2021-10-13 11:48:47 +02:00
..
db_backup.yml bnr: Fixed the ERROR 1141 when users has fqdn 2021-10-13 11:48:47 +02:00
main.yml Remove the usage of ansible_date_time 2021-08-03 09:49:13 +02:00
pacemaker_start.yml Switch from pacemaker standby to pacemaker stop 2021-07-22 13:25:02 +02:00
service_manager_pause.yml Make execution of the backup idempotent 2021-06-08 09:25:06 +02:00
service_manager_unpause.yml Add service management support. 2020-02-07 17:05:02 +01:00