X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=49a75af25e061f8a3487f3864d68c9cd6742226a;hb=refs%2Fchanges%2F52%2F14152%2F1;hp=7767a2cdd1b488610c50fdb7a4f349022cdae6cc;hpb=727b5d139580ebd35b8d7368eecf520eedce953e;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 7767a2cd..49a75af2 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -527,7 +527,7 @@ function deploy_osm_services() { function deploy_charmed_services() { [ -z "${DEBUG_INSTALL}" ] || DEBUG beginning of function juju add-model $OSM_STACK_NAME $OSM_VCA_K8S_CLOUDNAME - juju deploy ch:mongodb-k8s -m $OSM_STACK_NAME + juju deploy ch:mongodb-k8s -m $OSM_STACK_NAME --channel latest/stable [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function }