X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=2c1925970df4d457f45cfdf25b721617397dfe1c;hb=0047e36f32b7ac8bf16fdfc8c142ea153f44d32a;hp=c6f597937deae25d36146b04c6a402cb0d377af1;hpb=d20957175bc947c4467f7defd0a86ed4224a1887;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index c6f59793..2c192597 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -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^^}"