projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52be750
)
fix(prometheus - lcm): prometheus was using the wron directory because at install...
15/9415/1
author
bravof
<fbravo@whitestack.com>
Tue, 14 Jul 2020 19:18:30 +0000
(15:18 -0400)
committer
bravof
<fbravo@whitestack.com>
Tue, 14 Jul 2020 19:19:36 +0000
(21:19 +0200)
Change-Id: Ie4bf316c69ac2b344de72b485dfb378849c060e0
Signed-off-by: bravof <fbravo@whitestack.com>
installers/full_install_osm.sh
patch
|
blob
|
history
diff --git
a/installers/full_install_osm.sh
b/installers/full_install_osm.sh
index
bb0f574
..
ec44acf
100755
(executable)
--- a/
installers/full_install_osm.sh
+++ b/
installers/full_install_osm.sh
@@
-873,7
+873,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