comment sensu
Change-Id: I4b80b19d8f188acce67d6717766bacbae8eb8344
diff --git a/lab-pipeline.groovy b/lab-pipeline.groovy
index 5751926..479fb35 100644
--- a/lab-pipeline.groovy
+++ b/lab-pipeline.groovy
@@ -470,7 +470,8 @@
salt.runSaltProcessStep(saltMaster, 'I@nagios:server', 'service.stop', ['nagios3'], null, true)
// Update Sensu
- salt.enforceState(saltMaster, 'I@sensu:server', 'sensu', true)
+ // TODO for stacklight team, should be fixed in model
+ //salt.enforceState(saltMaster, 'I@sensu:server', 'sensu', true)
// Finalize the configuration of Grafana (add the dashboards...)
salt.enforceState(saltMaster, 'I@grafana:client', 'grafana.client.service', true)