From 07b792f6cbf6e583cb4b5e78c5502201ed61025a Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Fri, 24 Nov 2017 11:35:50 -0500 Subject: extend opnfv/container4nfv box to 400G Change-Id: Id5aaf1cb6be6797ac179d94fec93607481481c5e Signed-off-by: Guo Ruijing --- ci/setup_vagrant.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg