workaround failing grafana run
Change-Id: I7e0752a6d7e643975871e3f2f89677e5cf7211c0
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index 8f0d20f..7af6dee 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -500,7 +500,9 @@
// Finalize the configuration of Grafana (add the dashboards...)
salt.enforceState(saltMaster, 'I@grafana:client', 'grafana.client.service', true)
// nw salt -C 'I@grafana:client' --async service.restart salt-minion; sleep 10
- salt.enforceState(saltMaster, 'I@grafana:client', 'grafana.client', true)
+
+ salt.runSaltProcessStep(saltMaster, 'I@grafana.client and *01*', 'cmd.run', ['salt-call state.sls grafana.client'], null, true)
+ // salt.enforceState(saltMaster, 'I@grafana:client and *01*', 'grafana.client', true)
// Get the StackLight monitoring VIP addres
// TODO