Improve MySQL Galera password handling - use dedicated not root credentials
Prod related PROD-23926 (PROD:23926)
Change-Id: I1c09b54e22ac274336597fff6582a5b997f13ea4
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls
index ec2dfee..909dbe9 100644
--- a/tests/pillar/single.sls
+++ b/tests/pillar/single.sls
@@ -9,6 +9,9 @@
admin:
user: root
password: password
+ sst:
+ user: sstuser
+ password: sstpassword
members:
- host: 127.0.0.1
port: 4567
@@ -45,3 +48,12 @@
grant_option: True
grants:
- all privileges
+ - name: sstuser
+ password: sstpassword
+ host: localhost
+ database: '*.*'
+ grants:
+ - PROCESS
+ - RELOAD
+ - LOCK TABLES
+ - REPLICATION CLIENT