diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-11-12 13:59:25 -0500 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-11-12 17:53:38 -0500 |
commit | 9f336c13e77998f09f57cec763e9508bc0062002 (patch) | |
tree | ae24d5a1673cf16ce068c8021d8c1825caf6c29e /src/vagrant/kubeadm_basic/deploy.sh | |
parent | c3b994bd12c09311cff459dbb18f64bf1d1eabab (diff) |
update container4nfv deployment
1. use opnfv/container4nfv vagrant box to reduce installation time
2. reduce installation timeout
3. use same ip address for all deployment
Change-Id: I0849590ada214f182c75bcdc9e72cb26dc6f6918
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'src/vagrant/kubeadm_basic/deploy.sh')
-rwxr-xr-x | src/vagrant/kubeadm_basic/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vagrant/kubeadm_basic/deploy.sh b/src/vagrant/kubeadm_basic/deploy.sh index ae9f798..f5b810e 100755 --- a/src/vagrant/kubeadm_basic/deploy.sh +++ b/src/vagrant/kubeadm_basic/deploy.sh @@ -1,8 +1,8 @@ #!/bin/bash set -ex -HOME="$(dirname `readlink -f $0`)" +DIR="$(dirname `readlink -f $0`)" -cd $HOME +cd $DIR vagrant up vagrant destroy -f |