From: bravof Date: Tue, 14 Jul 2020 19:18:30 +0000 (-0400) Subject: fix(prometheus - lcm): prometheus was using the wron directory because at install... X-Git-Tag: release-v9.0-start~82 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=e1dbef47b2c8d3bd45c420c81b61c4240fc1bf12 fix(prometheus - lcm): prometheus was using the wron directory because at install lcm changes the hostPath with sed, now prometheus is also included in that change Change-Id: Ie4bf316c69ac2b344de72b485dfb378849c060e0 Signed-off-by: bravof --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 2d164495..72d90c20 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -846,7 +846,7 @@ function parse_yaml() { } function namespace_vol() { - osm_services="nbi lcm ro pol mon kafka mongo mysql" + osm_services="nbi lcm ro pol mon kafka mongo mysql prometheus" for osm in $osm_services; do $WORKDIR_SUDO sed -i "s#path: /var/lib/osm#path: $OSM_NAMESPACE_VOL#g" $OSM_K8S_WORK_DIR/$osm.yaml done