summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-11-24 11:35:50 -0500
committerGuo Ruijing <ruijing.guo@intel.com>2017-11-23 19:21:18 -0500
commit07b792f6cbf6e583cb4b5e78c5502201ed61025a (patch)
treeabf7da4ff8d39ac092fea3d23a85fa2e9abe8f15
parentec94abf0ea9154af2f0dbce13e12df775b72bbac (diff)
extend opnfv/container4nfv box to 400G
Change-Id: Id5aaf1cb6be6797ac179d94fec93607481481c5e Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
-rwxr-xr-xci/setup_vagrant.sh1
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