fix(prometheus): decoupling prometheus/lcm modules. Depends on changes made to lcm
[osm/devops.git] / installers / full_install_osm.sh
index c6f5979..2c19259 100755 (executable)
@@ -549,8 +549,7 @@ function parse_yaml() {
 }
 
 function update_manifest_files() {
-    [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function
-    osm_services="nbi lcm ro pol mon ng-ui keystone pla"
+    osm_services="nbi lcm ro pol mon ng-ui keystone pla prometheus"
     list_of_services=""
     for module in $osm_services; do
         module_upper="${module^^}"