Add installation of mongoDB for Alerta
Change-Id: I8b3f460c842533c34f6d12bca8464fe1c034067d
PROD-related: PROD-19891
diff --git a/src/com/mirantis/mk/Orchestrate.groovy b/src/com/mirantis/mk/Orchestrate.groovy
index b7c8b16..f3a783f 100644
--- a/src/com/mirantis/mk/Orchestrate.groovy
+++ b/src/com/mirantis/mk/Orchestrate.groovy
@@ -730,6 +730,11 @@
}
}
+ // Install MongoDB for Alerta
+ if (salt.testTarget(master, 'I@mongodb:server')) {
+ salt.enforceState(master, 'I@mongodb:server', 'mongodb')
+ }
+
// Launch containers
salt.enforceState(master, 'I@docker:swarm:role:master and I@prometheus:server', 'docker.client')
salt.runSaltProcessStep(master, 'I@docker:swarm and I@prometheus:server', 'dockerng.ps')