aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-05-20 22:38:38 -0400
committerMarco Platania <platania@research.att.com>2019-05-21 02:40:25 +0000
commitfcc4b51517164afc6fd6f5a566d7d921c7ba728e (patch)
tree1867e994d8ccee4d6ee72d41c30808d741f39f04
parent85db8d0d2d1f7ac55875650522733682b84f8cdf (diff)
Fix path to repository
Change-Id: I17cd225aafc15a73d5bc594355ff9cc56447215a Issue-ID: INT-658 Signed-off-by: Marco Platania <platania@research.att.com>
-rw-r--r--vnfs/vLBMS/scripts/v_dns_install.sh2
-rw-r--r--vnfs/vLBMS/scripts/v_lb_install.sh2
-rw-r--r--vnfs/vLBMS/scripts/v_packetgen_install.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/vnfs/vLBMS/scripts/v_dns_install.sh b/vnfs/vLBMS/scripts/v_dns_install.sh
index 606a7ff4..635ba543 100644
--- a/vnfs/vLBMS/scripts/v_dns_install.sh
+++ b/vnfs/vLBMS/scripts/v_dns_install.sh
@@ -65,7 +65,7 @@ sed -i 's/vnfc=.*/vnfc=vDNS/g' /opt/config/properties.conf
mkdir honeycomb-api
git init honeycomb-api
cd honeycomb-api
-git remote add origin https://gerrit.onap.org/r/p/demo.git
+git remote add origin https://gerrit.onap.org/r/demo.git
git config core.sparsecheckout true
echo "vnfs/vLBMS/apis" >> .git/info/sparse-checkout
git pull --depth=1 origin master
diff --git a/vnfs/vLBMS/scripts/v_lb_install.sh b/vnfs/vLBMS/scripts/v_lb_install.sh
index 66dbedda..18b00d1e 100644
--- a/vnfs/vLBMS/scripts/v_lb_install.sh
+++ b/vnfs/vLBMS/scripts/v_lb_install.sh
@@ -82,7 +82,7 @@ mv VESreporting_vLB /opt/VES/evel/evel-library/code/VESreporting
mkdir honeycomb-api
git init honeycomb-api
cd honeycomb-api
-git remote add origin https://gerrit.onap.org/r/p/demo.git
+git remote add origin https://gerrit.onap.org/r/demo.git
git config core.sparsecheckout true
echo "vnfs/vLBMS/apis" >> .git/info/sparse-checkout
git pull --depth=1 origin master
diff --git a/vnfs/vLBMS/scripts/v_packetgen_install.sh b/vnfs/vLBMS/scripts/v_packetgen_install.sh
index c01adab0..fe035cef 100644
--- a/vnfs/vLBMS/scripts/v_packetgen_install.sh
+++ b/vnfs/vLBMS/scripts/v_packetgen_install.sh
@@ -71,7 +71,7 @@ mv vlb_dns_streams-$DEMO_ARTIFACTS_VERSION dns_streams
mkdir honeycomb-api
git init honeycomb-api
cd honeycomb-api
-git remote add origin https://gerrit.onap.org/r/p/demo.git
+git remote add origin https://gerrit.onap.org/r/demo.git
git config core.sparsecheckout true
echo "vnfs/vLBMS/apis" >> .git/info/sparse-checkout
git pull --depth=1 origin master