aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYifei Xue <xueyifei@huawei.com>2017-05-19 09:26:43 +0800
committerYifei Xue <xueyifei@huawei.com>2017-05-19 09:58:49 +0800
commitb928c4f50eea276aacebdeb875500e99915e9c92 (patch)
tree76e75b96d53920b89563b6e000f3dd9c755f4175
parentf20effca792bb5dfa2898585f3431de5d296064f (diff)
Remove ovs-dpdk package
JIRA: COMPASS-483 "openvswitch-switch-dpdk" is not useful for current scenarios and it will be incompatible with SFC scenarios. So we remove it in this patch for the preparation of SFC online. Change-Id: If48f63266101f0bc91faaab4ff330eac20e893c8 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
-rw-r--r--deploy/adapters/ansible/roles/common/vars/Debian.yml1
-rw-r--r--deploy/adapters/ansible/roles/neutron-compute/vars/Debian.yml1
-rw-r--r--deploy/adapters/ansible/roles/neutron-network/vars/Debian.yml1
3 files changed, 0 insertions, 3 deletions
diff --git a/deploy/adapters/ansible/roles/common/vars/Debian.yml b/deploy/adapters/ansible/roles/common/vars/Debian.yml
index ed11bdd6..4dbf885e 100644
--- a/deploy/adapters/ansible/roles/common/vars/Debian.yml
+++ b/deploy/adapters/ansible/roles/common/vars/Debian.yml
@@ -11,7 +11,6 @@ packages:
- ubuntu-cloud-keyring
- python-dev
- openvswitch-switch
- - openvswitch-switch-dpdk
- python-memcache
- python-iniparse
- python-lxml
diff --git a/deploy/adapters/ansible/roles/neutron-compute/vars/Debian.yml b/deploy/adapters/ansible/roles/neutron-compute/vars/Debian.yml
index d0ae2bdd..fbe5bc3e 100644
--- a/deploy/adapters/ansible/roles/neutron-compute/vars/Debian.yml
+++ b/deploy/adapters/ansible/roles/neutron-compute/vars/Debian.yml
@@ -11,7 +11,6 @@
packages:
- neutron-common
- neutron-plugin-ml2
- - openvswitch-switch-dpdk
- openvswitch-switch
- neutron-plugin-openvswitch-agent
diff --git a/deploy/adapters/ansible/roles/neutron-network/vars/Debian.yml b/deploy/adapters/ansible/roles/neutron-network/vars/Debian.yml
index 3597f587..559566ee 100644
--- a/deploy/adapters/ansible/roles/neutron-network/vars/Debian.yml
+++ b/deploy/adapters/ansible/roles/neutron-network/vars/Debian.yml
@@ -9,7 +9,6 @@
---
packages:
- neutron-plugin-ml2
- - openvswitch-switch-dpdk
- openvswitch-switch
- neutron-l3-agent
- neutron-dhcp-agent