diff options
Diffstat (limited to 'ci/setup_vagrant.sh')
-rwxr-xr-x | ci/setup_vagrant.sh | 2 |
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 |