From: Marco Platania Date: Thu, 10 May 2018 21:46:33 +0000 (-0400) Subject: Create ~/.m2 in VNFs for manual scaling X-Git-Tag: v1.2.0~10^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=64330239997261e341150c4ae7ef4155df1c8ab6 Create ~/.m2 in VNFs for manual scaling Change-Id: I49cd34abec065cdf3f2cebd19b6f20d430309076 Issue-ID: INT-443 Signed-off-by: Marco Platania --- diff --git a/vnfs/vLBMS/scripts/v_dns_install.sh b/vnfs/vLBMS/scripts/v_dns_install.sh index 7b444cc7..f4c9fbce 100644 --- a/vnfs/vLBMS/scripts/v_dns_install.sh +++ b/vnfs/vLBMS/scripts/v_dns_install.sh @@ -71,6 +71,7 @@ git config core.sparsecheckout true echo "vnfs/vLBMS/apis" >> .git/info/sparse-checkout git pull --depth=1 origin master +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 ecccbfd7..50678c7c 100644 --- a/vnfs/vLBMS/scripts/v_lb_install.sh +++ b/vnfs/vLBMS/scripts/v_lb_install.sh @@ -86,6 +86,7 @@ git config core.sparsecheckout true echo "vnfs/vLBMS/apis" >> .git/info/sparse-checkout git pull --depth=1 origin master +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 e99fa54d..4127822e 100644 --- a/vnfs/vLBMS/scripts/v_packetgen_install.sh +++ b/vnfs/vLBMS/scripts/v_packetgen_install.sh @@ -75,6 +75,7 @@ git config core.sparsecheckout true echo "vnfs/vLBMS/apis" >> .git/info/sparse-checkout git pull --depth=1 origin master +mkdir ~/.m2 cat > ~/.m2/settings.xml << EOF