Add repobase option for full_install
Change-Id: I80424e17d6fc77441e47001f842d9b68f25530ae
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/installers/install_osm.sh b/installers/install_osm.sh
index 7cc47e3..d415b43 100755
--- a/installers/install_osm.sh
+++ b/installers/install_osm.sh
@@ -1,6 +1,6 @@
#!/bin/bash
REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian
-RELEASE=ReleaseFIVE
+RELEASE=ReleaseFIVE-daily
REPOSITORY=testing
add_repo() {
@@ -19,4 +19,4 @@
add_repo "deb [arch=amd64] $REPOSITORY_BASE/$RELEASE $REPOSITORY devops"
sudo DEBIAN_FRONTEND=noninteractive apt-get -q update
sudo DEBIAN_FRONTEND=noninteractive apt-get install osm-devops
-/usr/share/osm-devops/installers/full_install_osm.sh -R $RELEASE -r $REPOSITORY -D /usr/share/osm-devops --pullimages "$@"
+/usr/share/osm-devops/installers/full_install_osm.sh -R $RELEASE -r $REPOSITORY -u $REPOSITORY_BASE -D /usr/share/osm-devops -t releasefive-daily --pullimages "$@"
diff --git a/packer/scripts/get-install-osm.sh b/packer/scripts/get-install-osm.sh
index aefe77a..04b107c 100755
--- a/packer/scripts/get-install-osm.sh
+++ b/packer/scripts/get-install-osm.sh
@@ -5,7 +5,7 @@
wget https://osm-download.etsi.org/ftp/osm-5.0-five/install_osm.sh
chmod +x install_osm.sh
-./install_osm.sh --nolxd --nodocker --nojuju -y
+./install_osm.sh --nolxd --nojuju -y
cat >> ~/.bashrc <<-EOF
export OSM_HOSTNAME=127.0.0.1