From 287b9b36c979a20a33f158c4b68e063896f5526c Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Fri, 8 Jun 2018 09:28:50 -0400 Subject: Point install/init scripts to released aritfacts Change-Id: Ib13ea785ff19ff2e16ef7ce4debf6bafb8340c42 Issue-ID: UCA-37 Signed-off-by: Marco Platania (cherry picked from commit f51c4ed1634c1fad68ce7430d56e3af28a659770) --- vnfs/vLBMS/scripts/v_dns_install.sh | 2 +- vnfs/vLBMS/scripts/v_lb_install.sh | 2 +- vnfs/vLBMS/scripts/v_packetgen_install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'vnfs/vLBMS') diff --git a/vnfs/vLBMS/scripts/v_dns_install.sh b/vnfs/vLBMS/scripts/v_dns_install.sh index f4c9fbce..ae56a9b8 100644 --- a/vnfs/vLBMS/scripts/v_dns_install.sh +++ b/vnfs/vLBMS/scripts/v_dns_install.sh @@ -69,7 +69,7 @@ cd honeycomb-api git remote add origin https://gerrit.onap.org/r/p/demo.git git config core.sparsecheckout true echo "vnfs/vLBMS/apis" >> .git/info/sparse-checkout -git pull --depth=1 origin master +git pull --depth=1 origin beijing mkdir ~/.m2 cat > ~/.m2/settings.xml << EOF diff --git a/vnfs/vLBMS/scripts/v_lb_install.sh b/vnfs/vLBMS/scripts/v_lb_install.sh index 50678c7c..e81bf10f 100644 --- a/vnfs/vLBMS/scripts/v_lb_install.sh +++ b/vnfs/vLBMS/scripts/v_lb_install.sh @@ -84,7 +84,7 @@ cd honeycomb-api git remote add origin https://gerrit.onap.org/r/p/demo.git git config core.sparsecheckout true echo "vnfs/vLBMS/apis" >> .git/info/sparse-checkout -git pull --depth=1 origin master +git pull --depth=1 origin beijing mkdir ~/.m2 cat > ~/.m2/settings.xml << EOF diff --git a/vnfs/vLBMS/scripts/v_packetgen_install.sh b/vnfs/vLBMS/scripts/v_packetgen_install.sh index 4127822e..e4b4cbf6 100644 --- a/vnfs/vLBMS/scripts/v_packetgen_install.sh +++ b/vnfs/vLBMS/scripts/v_packetgen_install.sh @@ -73,7 +73,7 @@ cd honeycomb-api git remote add origin https://gerrit.onap.org/r/p/demo.git git config core.sparsecheckout true echo "vnfs/vLBMS/apis" >> .git/info/sparse-checkout -git pull --depth=1 origin master +git pull --depth=1 origin beijing mkdir ~/.m2 cat > ~/.m2/settings.xml << EOF -- cgit 1.2.3-korg