diff options
author | Marco Platania <platania@research.att.com> | 2018-05-10 17:46:33 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-05-10 17:46:33 -0400 |
commit | 64330239997261e341150c4ae7ef4155df1c8ab6 (patch) | |
tree | 2abc51a1cb1ae0cd6b1f6fc260ee5be3c07add71 /vnfs/vLBMS/scripts/v_lb_install.sh | |
parent | a6e03f39ed4488db51a183ad1cc605ba41f28cfa (diff) |
Create ~/.m2 in VNFs for manual scaling
Change-Id: I49cd34abec065cdf3f2cebd19b6f20d430309076
Issue-ID: INT-443
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLBMS/scripts/v_lb_install.sh')
-rw-r--r-- | vnfs/vLBMS/scripts/v_lb_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 <?xml version="1.0" encoding="UTF-8"?> <!-- vi: set et smarttab sw=2 tabstop=2: --> |