Skip to content
Snippets Groups Projects
Commit 79d9e042 authored by garciadeblas's avatar garciadeblas
Browse files

full_install_osm.sh: fixes for docker proxy and docker tag for PLA


Change-Id: I272668b9461d3ccd1fc6509fa61dfd1765d824f5
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent a07a5aba
No related branches found
No related tags found
No related merge requests found
......@@ -987,7 +987,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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment