diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-05-11 02:15:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-11 02:15:43 +0000 |
commit | d0684a8de7d80f65294c0f27bf27d1993c45ec0a (patch) | |
tree | 4202009b3999e68dcb256255db3a8fcc6aa79809 | |
parent | 839750cacc71c878282e9bb2963221322d88e0bd (diff) | |
parent | 64330239997261e341150c4ae7ef4155df1c8ab6 (diff) |
Merge "Create ~/.m2 in VNFs for manual scaling"
-rw-r--r-- | vnfs/vLBMS/scripts/v_dns_install.sh | 1 | ||||
-rw-r--r-- | vnfs/vLBMS/scripts/v_lb_install.sh | 1 | ||||
-rw-r--r-- | vnfs/vLBMS/scripts/v_packetgen_install.sh | 1 |
3 files changed, 3 insertions, 0 deletions
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 <?xml version="1.0" encoding="UTF-8"?> <!-- vi: set et smarttab sw=2 tabstop=2: --> 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: --> 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 <?xml version="1.0" encoding="UTF-8"?> <!-- vi: set et smarttab sw=2 tabstop=2: --> |