diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-11-24 11:35:50 -0500 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-11-23 19:21:18 -0500 |
commit | 07b792f6cbf6e583cb4b5e78c5502201ed61025a (patch) | |
tree | abf7da4ff8d39ac092fea3d23a85fa2e9abe8f15 | |
parent | ec94abf0ea9154af2f0dbce13e12df775b72bbac (diff) |
extend opnfv/container4nfv box to 400G
Change-Id: Id5aaf1cb6be6797ac179d94fec93607481481c5e
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
-rwxr-xr-x | ci/setup_vagrant.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/setup_vagrant.sh b/ci/setup_vagrant.sh index a7e836e..1a09ffb 100755 --- a/ci/setup_vagrant.sh +++ b/ci/setup_vagrant.sh @@ -25,6 +25,7 @@ build_box() { wget https://releases.hashicorp.com/packer/1.1.2/packer_1.1.2_linux_amd64.zip unzip packer_1.1.2_linux_amd64.zip cd ubuntu + sed -i 's/"disk_size": "40960"/"disk_size": "409600"/' ubuntu-16.04-amd64.json ../packer build -var 'headless=true' -only=virtualbox-iso ubuntu-16.04-amd64.json vagrant box remove -f opnfv/container4nfv --all || true vagrant box add opnfv/container4nfv ../builds/ubuntu-16.04.virtualbox.box |