X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=installers%2Ffull_install_osm.sh;h=3d41b21cedd958cb79e8aa260047097e2e3e88ff;hb=refs%2Fchanges%2F11%2F6111%2F1;hp=7cdf8bc41102c5eedf12b93b10e885b475c06b34;hpb=d8bc5c3e8b9c5bcf9002276014e0b90e046606fa;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 7cdf8bc4..3d41b21c 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -553,10 +553,10 @@ function generate_docker_images() { git -C ${LWTEMPDIR} clone https://osm.etsi.org/gerrit/osm/RO docker build ${LWTEMPDIR}/RO -f ${LWTEMPDIR}/RO/docker/Dockerfile-local -t osm/ro || ! echo "cannot build RO docker image" >&2 docker build ${LWTEMPDIR}/RO/lcm -t osm/lcm || ! echo "cannot build LCM docker image" >&2 - git -C ${LWTEMPDIR} clone https://github.com/superfluidity/osm-light-ui.git - docker build ${LWTEMPDIR}/osm-light-ui -t osm/light-ui -f ${LWTEMPDIR}/osm-light-ui/code/docker/Dockerfile -# git -C ${LWTEMPDIR} clone https://osm.etsi.org/gerrit/osm/LW-UI -# docker build ${LWTEMPDIR}/LW-UI -t osm/light-ui -f ${LWTEMPDIR}/LW-UI/Dockerfile +# git -C ${LWTEMPDIR} clone https://github.com/superfluidity/osm-light-ui.git +# docker build ${LWTEMPDIR}/osm-light-ui -t osm/light-ui -f ${LWTEMPDIR}/osm-light-ui/code/docker/Dockerfile + git -C ${LWTEMPDIR} clone https://osm.etsi.org/gerrit/osm/LW-UI + docker build ${LWTEMPDIR}/LW-UI -t osm/light-ui -f ${LWTEMPDIR}/LW-UI/Dockerfile EONG echo "Finished generation of docker images" } @@ -742,7 +742,7 @@ while getopts ":hy-:b:r:k:u:R:l:p:D:" o; do [ "${OPTARG}" == "lxdinstall" ] && INSTALL_LXD="y" && continue [ "${OPTARG}" == "lxdimages" ] && INSTALL_FROM_LXDIMAGES="y" && continue [ "${OPTARG}" == "lightweight" ] && INSTALL_LIGHTWEIGHT="y" && continue - [ "${OPTARG}" == "soui" ] && INSTALL_LIGHTWEIGHT="" && && continue + [ "${OPTARG}" == "soui" ] && INSTALL_LIGHTWEIGHT="" && continue [ "${OPTARG}" == "vimemu" ] && INSTALL_VIMEMU="y" && continue [ "${OPTARG}" == "noconfigure" ] && NOCONFIGURE="y" && continue [ "${OPTARG}" == "showopts" ] && SHOWOPTS="y" && continue