summaryrefslogtreecommitdiffstats
path: root/ci/setup_vagrant.sh
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-11-20 11:19:17 -0500
committerGuo Ruijing <ruijing.guo@intel.com>2017-11-20 11:31:50 -0500
commitb2da960212571fc3e287eedcdc4c8c92fed9bf83 (patch)
tree2459005c56174500f0556855675e6c7dd2ed35d6 /ci/setup_vagrant.sh
parent39730e33e9e020930990e4f9d23128df25a2c94c (diff)
update opnfv/containter box
1. add flannel, calico, busybox, nginx and ubuntu in box, 2. use whole file instead of patch 3. deploy new box Change-Id: I937e0df264ff7b639b4d6e8b7199f9502e502340 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ci/setup_vagrant.sh')
-rwxr-xr-xci/setup_vagrant.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/setup_vagrant.sh b/ci/setup_vagrant.sh
index 3cc05de..a7e836e 100755
--- a/ci/setup_vagrant.sh
+++ b/ci/setup_vagrant.sh
@@ -21,9 +21,9 @@ build_box() {
# Bento project(https://github.com/chef/bento) is released by Apache 2.0 License
git clone https://github.com/chef/bento
cd bento; git checkout 05d98910d835b503e7be3d2e4071956f66fbbbc4
+ cp ../update.sh ubuntu/scripts/
wget https://releases.hashicorp.com/packer/1.1.2/packer_1.1.2_linux_amd64.zip
unzip packer_1.1.2_linux_amd64.zip
- patch -p1 < ../bento.k8s.diff
cd ubuntu
../packer build -var 'headless=true' -only=virtualbox-iso ubuntu-16.04-amd64.json
vagrant box remove -f opnfv/container4nfv --all || true