From 5a31f08afdcc47583a4c453822679dadc64d68d3 Mon Sep 17 00:00:00 2001 From: slin14 Date: Fri, 9 Nov 2018 00:39:23 +0800 Subject: [PATCH] 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 --- bsp-files/filter_out_from_controller | 2 ++ bsp-files/filter_out_from_storage | 1 + 2 files changed, 3 insertions(+) diff --git a/bsp-files/filter_out_from_controller b/bsp-files/filter_out_from_controller index 234f499e..284b156f 100644 --- a/bsp-files/filter_out_from_controller +++ b/bsp-files/filter_out_from_controller @@ -7,6 +7,7 @@ guest-scale-helper heartbeat storageconfig kernel-module-openvswitch +openstack-neutron-openvswitch openstack-neutron-sriov-nic-agent platform-util-noncontroller ceilometer-compute @@ -50,3 +51,4 @@ swtpm-cuse swtpm-libs OVMF openvswitch +openvswitch-config diff --git a/bsp-files/filter_out_from_storage b/bsp-files/filter_out_from_storage index a3ad61b8..5a085cde 100644 --- a/bsp-files/filter_out_from_storage +++ b/bsp-files/filter_out_from_storage @@ -308,6 +308,7 @@ python2-ryu python-ryu-common python2-networking-sfc openvswitch +openvswitch-config platform-kickstarts python-3parclient python-lefthandclient