refactor openvswitch

openvswitch-config is created for openvswitch config file
configuration. Add it to the filter the same as openvswitch.

openstack-neutron-openvswitch is filtered from controller node.
It is a Neutron plugin that implements virtual networks using
Open vSwitch. Should be for compute node only.
Otherwise, due to it depends on openvswitch, it will causes
openvswitch is installed in controller node also.

Test:
Pass build and multi node deploy test.

Story: 2003768
Task: 27601

Change-Id: Ieaaa1e5db31bca5262cbbcd61ebfc0390be10528
Signed-off-by: slin14 <shuicheng.lin@intel.com>
This commit is contained in:
slin14 2018-11-09 00:39:23 +08:00
parent 0d9bb5e7da
commit 5a31f08afd
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ guest-scale-helper
heartbeat heartbeat
storageconfig storageconfig
kernel-module-openvswitch kernel-module-openvswitch
openstack-neutron-openvswitch
openstack-neutron-sriov-nic-agent openstack-neutron-sriov-nic-agent
platform-util-noncontroller platform-util-noncontroller
ceilometer-compute ceilometer-compute
@ -50,3 +51,4 @@ swtpm-cuse
swtpm-libs swtpm-libs
OVMF OVMF
openvswitch openvswitch
openvswitch-config

View File

@ -308,6 +308,7 @@ python2-ryu
python-ryu-common python-ryu-common
python2-networking-sfc python2-networking-sfc
openvswitch openvswitch
openvswitch-config
platform-kickstarts platform-kickstarts
python-3parclient python-3parclient
python-lefthandclient python-lefthandclient