turn off mysql state
Change-Id: If5ee869fe558a142e779d62c5a8d24dfa31183bf
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index cf032bd..b36543a 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -276,8 +276,8 @@
salt.runSaltProcessStep(saltMaster, 'I@galera:master', 'mysql.status')
salt.runSaltProcessStep(saltMaster, 'I@galera:slave', 'mysql.status')
- // Setup mysql client
- salt.enforceState(saltMaster, 'I@mysql:client', 'mysql.client', true)
+ // // Setup mysql client
+ // salt.enforceState(saltMaster, 'I@mysql:client', 'mysql.client', true)
// Install haproxy
salt.enforceState(saltMaster, 'I@haproxy:proxy', 'haproxy', true)