add mysql.client step

Change-Id: I7bd2d23623e0d77b7de944b3e84f241b8d0cba35
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index 0bdd10e..c46932e 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -282,6 +282,9 @@
                     salt.runSaltProcessStep(saltMaster, 'I@galera:master', 'mysql.status')
                     salt.runSaltProcessStep(saltMaster, 'I@galera:slave', 'mysql.status')
 
+                    // Setup mysql client
+                    salt.enforceState(saltMaster, 'I@galera:master', 'mysql.client', true)
+
                     // Install haproxy
                     salt.enforceState(saltMaster, 'I@haproxy:proxy', 'haproxy', true)
                     salt.runSaltProcessStep(saltMaster, 'I@haproxy:proxy', 'service.status', ['haproxy'])