X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=90e5c1f95e63b28c075efa87d44583fad0d1cb7c;hb=413bc263cea11a166bf38d11259e153f521dd500;hp=cb457ce3c10816b79445b4ea93781c9399839633;hpb=e3ae2fff925524cece269fb613d6f7bc138a1fd0;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index cb457ce3..90e5c1f9 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -851,7 +851,7 @@ function install_k8s_storageclass() { } function install_k8s_metallb() { - METALLB_IP_RANGE=$DEFAULT_IP-$DEFAULT_IP + METALLB_IP_RANGE=$DEFAULT_IP/32 kubectl apply -f ${OSM_DEVOPS}/installers/k8s/metallb/metallb.yaml \ || FATAL "Cannot install MetalLB" echo "apiVersion: v1 @@ -871,7 +871,7 @@ data: #installs metallb from helm function install_helm_metallb() { - METALLB_IP_RANGE=$DEFAULT_IP-$DEFAULT_IP + METALLB_IP_RANGE=$DEFAULT_IP/32 echo "configInline: address-pools: - name: default @@ -1623,7 +1623,7 @@ function parse_docker_registry_url() { LXD_VERSION=4.0 JUJU_VERSION=2.9 -JUJU_AGENT_VERSION=2.9.9 +JUJU_AGENT_VERSION=2.9.17 UNINSTALL="" DEVELOP="" UPDATE=""