From a6c78dbe9bb58045f07756a00b1e82cf1e9d7f46 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 17 Dec 2020 21:48:24 +0000 Subject: [PATCH 1/1] full_install_osm.sh: fixes for docker proxy and docker tag for PLA Change-Id: I272668b9461d3ccd1fc6509fa61dfd1765d824f5 Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index c5d1191f..0c0ac2db 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -979,7 +979,7 @@ function parse_yaml() { if [ "$module" == "pla" ]; then if [ -n "$INSTALL_PLA" ]; then echo "Updating K8s manifest file from opensourcemano\/${module}:.* to ${DOCKER_REGISTRY_URL}${DOCKER_USER}\/${module}:${TAG}" - $WORKDIR_SUDO sed -i "s#opensourcemano/pla:.*#${DOCKER_REGISTRY_URL}${DOCKER_USER}/pla:${OSM_DOCKER_TAG}#g" ${OSM_DOCKER_WORK_DIR}/osm_pla/pla.yaml + $WORKDIR_SUDO sed -i "s#opensourcemano/pla:.*#${DOCKER_REGISTRY_URL}${DOCKER_USER}/pla:${TAG}#g" ${OSM_DOCKER_WORK_DIR}/osm_pla/pla.yaml fi else echo "Updating K8s manifest file from opensourcemano\/${module}:.* to ${DOCKER_REGISTRY_URL}${DOCKER_USER}\/${module}:${TAG}" -- 2.25.1