Skip to content

Commit

Permalink
Add doca openvswitch support
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Filanov <[email protected]>
  • Loading branch information
filanov committed Jul 11, 2024
1 parent 5d35a38 commit 8c5933a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sos/report/plugins/openvswitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,17 +406,16 @@ def get_port_list(self, bridge):
self.add_cmd_output(
f"{self.actl} netdev-dpdk/get-mempool-info {port}")


class RedHatOpenVSwitch(OpenVSwitch, RedHatPlugin):

packages = ('openvswitch', 'openvswitch[2-9].*',
'openvswitch-dpdk', 'nuage-openvswitch'
'6windgate-fp')
'6windgate-fp', 'doca-openvswitch')


class DebianOpenVSwitch(OpenVSwitch, DebianPlugin, UbuntuPlugin):

packages = ('openvswitch-switch', 'nuage-openvswitch')
packages = ('openvswitch-switch', 'nuage-openvswitch', 'doca-openvswitch')

files = (
'/var/snap/openstack-hypervisor/common/etc/openvswitch/system-id.conf',
Expand Down

0 comments on commit 8c5933a

Please sign in to comment.