X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=installers%2Ffull_install_osm.sh;h=49a75af25e061f8a3487f3864d68c9cd6742226a;hb=refs%2Fheads%2Fv12.0;hp=96d8b8b72a60c10b46b2c69250476eecc3dd57a5;hpb=961550439e2328d4c03d50cf83a04645abbc5175;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 96d8b8b7..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 } @@ -1132,6 +1132,7 @@ fi # Charmed installation if [ -n "$CHARMED" ]; then + sudo snap install jq || FATAL "Could not install jq (snap package). Make sure that snap works" export OSM_TRACK_INSTALLATION_ID="$(date +%s)-$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16)" track start release $RELEASE none none docker_tag $OSM_DOCKER_TAG none none installation_type $OSM_INSTALLATION_TYPE none none ${OSM_DEVOPS}/installers/charmed_install.sh --tag $OSM_DOCKER_TAG "$@" || \