X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=22cba8d36718632e559158081448a91611ab117f;hb=4e7b2a2cb74cc27e9582226cd6d402a8bf528947;hp=54d77bec5832739fba11ff6644059038d2879a10;hpb=6389247540b9c5668d8dff8cd3845873c95b2db1;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 54d77bec..22cba8d3 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -872,6 +872,7 @@ data: #installs metallb from helm function install_helm_metallb() { + METALLB_VERSION="0.11.0" METALLB_IP_RANGE=$DEFAULT_IP/32 echo "configInline: address-pools: @@ -881,7 +882,7 @@ function install_helm_metallb() { - $METALLB_IP_RANGE" | sudo tee -a $OSM_DOCKER_WORK_DIR/metallb-config.yaml helm repo add metallb https://metallb.github.io/metallb helm repo update - helm install --create-namespace --namespace metallb-system metallb metallb/metallb -f $OSM_DOCKER_WORK_DIR/metallb-config.yaml + helm install --create-namespace --namespace metallb-system metallb metallb/metallb --version ${METALLB_VERSION} -f $OSM_DOCKER_WORK_DIR/metallb-config.yaml } #checks openebs and metallb readiness