fix compount target
Change-Id: I1d19f5c2dbe8b19029e04b0e3f83ffa1d001389a
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index a288652..db90d92 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -495,10 +495,10 @@
throw new Exception("Missing stacklight_vip")
} else {
// (re)Start manually the services that are bound to the monitoring VIP
- salt.runSaltProcessStep(saltMaster, "ipv4:${stacklight_vip}", 'service.restart', ['remote_collectd'], true)
- salt.runSaltProcessStep(saltMaster, "ipv4:${stacklight_vip}", 'service.restart', ['remote_collector'], true)
- salt.runSaltProcessStep(saltMaster, "ipv4:${stacklight_vip}", 'service.restart', ['aggregator'], true)
- salt.runSaltProcessStep(saltMaster, "ipv4:${stacklight_vip}", 'service.restart', ['nagios3'], true)
+ salt.runSaltProcessStep(saltMaster, "G@{ipv4:${stacklight_vip}", 'service.restart', ['remote_collectd'], true)
+ salt.runSaltProcessStep(saltMaster, "G@{ipv4:${stacklight_vip}", 'service.restart', ['remote_collector'], true)
+ salt.runSaltProcessStep(saltMaster, "G@{ipv4:${stacklight_vip}", 'service.restart', ['aggregator'], true)
+ salt.runSaltProcessStep(saltMaster, "G@{ipv4:${stacklight_vip}", 'service.restart', ['nagios3'], true)
}
}
}