diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-11-20 11:19:17 -0500 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-11-20 11:31:50 -0500 |
commit | b2da960212571fc3e287eedcdc4c8c92fed9bf83 (patch) | |
tree | 2459005c56174500f0556855675e6c7dd2ed35d6 /ci/deploy.sh | |
parent | 39730e33e9e020930990e4f9d23128df25a2c94c (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/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 2b335e4..29871e9 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -17,6 +17,7 @@ set -ex +./setup_vagrant.sh ./cleanup.sh ../src/vagrant/kubeadm_ovsdpdk/deploy.sh ../src/vagrant/kubeadm_multus/deploy.sh |