X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;fp=installers%2Ffull_install_osm.sh;h=4a4287ad6f7f9fa751d63549e258555fb28123b2;hb=37a7ee5c717a44113ecd0d0eec4bf4857b0494f4;hp=8c651e2e803b44b60e2ef89a6635296af7a88ddf;hpb=0cdeb58c450dc210755b60bad39ef9d24e1a4ae8;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 8c651e2e..4a4287ad 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -507,7 +507,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 }