X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=env%2Flib%2Fcommon.sh;h=2cd93d613c2cf1f455a718fa7a852af919578a2a;hb=e554714c7123d5f2244456cf9afed652933fe7b2;hp=8af4436717f51158d4ac9905160b2fcb472a0b0b;hpb=fac0cf5da200c458dc6f1e24197152c8959ef9af;p=icn.git diff --git a/env/lib/common.sh b/env/lib/common.sh index 8af4436..2cd93d6 100755 --- a/env/lib/common.sh +++ b/env/lib/common.sh @@ -69,6 +69,13 @@ KUBECTL_VERSION="v1.20.7" #The yq version to use YQ_VERSION="v4.20.1" +#Istio repository URL +ISTIOREPO="${ISTIOREPO:-https://github.com/istio/istio.git}" +#Path to clone the Istio repo +ISTIOPATH="/opt/src/istio" +#Istio version to use +ISTIO_VERSION="1.10.3" + #Addon versions CDI_VERSION="v1.44.1" CPU_MANAGER_VERSION="v1.4.1" @@ -300,6 +307,10 @@ function clone_emco_repository { clone_repository ${EMCOPATH} ${EMCOREPO} ${EMCO_VERSION} } +function clone_istio_repository { + clone_repository ${ISTIOPATH} ${ISTIOREPO} ${ISTIO_VERSION} +} + function fetch_image { if [[ "${BM_IMAGE_URL}" && "${BM_IMAGE}" ]]; then mkdir -p "${IRONIC_DATA_DIR}/html/images"