summaryrefslogtreecommitdiffstats
path: root/src/vagrant/kubeadm_ovsdpdk/examples
diff options
context:
space:
mode:
authorXuan Jia <jason.jiaxuan@gmail.com>2017-11-25 02:37:49 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-25 02:37:49 +0000
commite5d17cb963fdbfaeff7d7274d5b9bc6c86ced23f (patch)
tree6a05a09cc2f6f40481538fa9be8b91db46eb6e34 /src/vagrant/kubeadm_ovsdpdk/examples
parentb80a6c9558a472fad77ef0aadca201f38cfcc841 (diff)
parenta8388222d5d1f11be506e9e79f5e2476c447177e (diff)
Merge "build ovsdpdk cni during deployment"
Diffstat (limited to 'src/vagrant/kubeadm_ovsdpdk/examples')
-rwxr-xr-xsrc/vagrant/kubeadm_ovsdpdk/examples/virtio-user.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vagrant/kubeadm_ovsdpdk/examples/virtio-user.sh b/src/vagrant/kubeadm_ovsdpdk/examples/virtio-user.sh
index dd918de..0cd9d0e 100755
--- a/src/vagrant/kubeadm_ovsdpdk/examples/virtio-user.sh
+++ b/src/vagrant/kubeadm_ovsdpdk/examples/virtio-user.sh
@@ -20,7 +20,7 @@ set -ex
kubectl delete rc --all
kubectl apply -f /vagrant/examples/virtio-user.yaml
r="0"
-while [ $r -ne "4" ]
+while [ $r -ne "6" ]
do
r=$(kubectl get pods --all-namespaces | grep ovsdpdk | grep Run | wc -l)
sleep 20