From b928c4f50eea276aacebdeb875500e99915e9c92 Mon Sep 17 00:00:00 2001 From: Yifei Xue Date: Fri, 19 May 2017 09:26:43 +0800 Subject: 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 --- deploy/adapters/ansible/roles/common/vars/Debian.yml | 1 - deploy/adapters/ansible/roles/neutron-compute/vars/Debian.yml | 1 - deploy/adapters/ansible/roles/neutron-network/vars/Debian.yml | 1 - 3 files changed, 3 deletions(-) (limited to 'deploy') 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 -- cgit 1.2.3-korg