Skip to content
Snippets Groups Projects
Commit d1e08b9b authored by Mike Marchetti's avatar Mike Marchetti
Browse files

use local devops for installation


Change-Id: I9570594351a1dc83d75ee49911c26071e09a52c3
Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent 0d567604
No related branches found
No related tags found
No related merge requests found
......@@ -369,6 +369,8 @@ lxd --version &>/dev/null || FATAL "lxd not present, exiting."
wget -q -O- https://osm-download.etsi.org/ftp/osm-2.0-two/README.txt &> /dev/null
# use local devops for containers
export OSM_USE_LOCAL_DEVOPS=true
if [ -z "$INSTALL_FROM_SOURCE" ]; then
echo -e "\nCreating the containers and installing from binaries ..."
$OSM_DEVOPS/jenkins/host/install RO $REPOSITORY $RELEASE $REPOSITORY_KEY $REPOSITORY_BASE || FATAL "RO install failed"
......
......@@ -35,9 +35,6 @@ while getopts ":r:k:u:R:" o; do
u)
REPOSITORY_BASE=${OPTARG}
;;
*)
exit 1
;;
esac
done
......
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