diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-10-18 19:59:55 -0400 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-10-18 21:39:52 -0400 |
commit | eecc28839b7088f6bd6be9538db7ddc1986b369f (patch) | |
tree | 54294a98be0d406907a3928a1d72b449bd7990e9 /src/vagrant/k8s_kubeadm/ovsdpdk/install.sh | |
parent | e5476e92b95b4cca079381ceac7e3a7b147c38a2 (diff) |
seperate k8s basic installation and ovsdpdk installation
Change-Id: I9ba3b52feebb7be6037d88f07f8c861ddbfe9bdf
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'src/vagrant/k8s_kubeadm/ovsdpdk/install.sh')
-rw-r--r-- | src/vagrant/k8s_kubeadm/ovsdpdk/install.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vagrant/k8s_kubeadm/ovsdpdk/install.sh b/src/vagrant/k8s_kubeadm/ovsdpdk/install.sh deleted file mode 100644 index f565025..0000000 --- a/src/vagrant/k8s_kubeadm/ovsdpdk/install.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -set -ex -sudo apt-get update -sudo apt-get install -y openvswitch-switch-dpdk pciutils vim -sudo update-alternatives --set ovs-vswitchd /usr/lib/openvswitch-switch-dpdk/ovs-vswitchd-dpdk |