charm-neutron-openvswitch/unit_tests
Dmitrii Shcherbakov 0cbc2a8c0f Deprecate linux bridge usage in data-port config
f832f1073d addressed LP: #1635067 by
adding support for using pre-created Linux bridges in the data-port
config option.

The same use-case of reusing a single physical interface for VLAN
interfaces and plugging it into an OVS bridge can be addressed in a
different way by plugging the physical interface directly into the OVS
bridge and creating VLAN interfaces on that physical interface - this
does not require the use of veth pairs which is problematic due to the
performance reasons and lack of support for in netplan for veth pairs at
the time of writing.

There is a procedure to move from the setup with Linux bridge and veth
pair used to the one that does not which will be documented to migrate
the existing environments in-place.

Partial-Bug: #1877594
Change-Id: I5e455fa701cc2f5248ccfd9ed15f3c902aacb1ef
Co-authored-by: Aurelien Lourot <aurelien.lourot@canonical.com>
2021-06-23 15:54:51 +02:00
..
16.07-dpdk-openvswitch-switch Migrate openvswitch-switch file to avoid restarts 2017-08-23 15:39:36 -07:00
16.10-openvswitch-switch Migrate openvswitch-switch file to avoid restarts 2017-08-23 15:39:36 -07:00
__init__.py Update to run under Python 3 2017-11-20 08:54:31 -08:00
package-provided-openvswitch-switch Migrate openvswitch-switch file to avoid restarts 2017-08-23 15:39:36 -07:00
pci_responses.py Update to run under Python 3 2017-11-20 08:54:31 -08:00
test_actions_cleanup.py Add cleanup action and OVS to OVN migration test 2020-09-11 16:30:52 +02:00
test_neutron_ovs_context.py Merge "Disable vrrp healthchecks by default" 2021-05-20 12:47:32 +00:00
test_neutron_ovs_hooks.py Implementation of deferred restarts 2021-04-09 12:53:58 +00:00
test_neutron_ovs_utils.py Deprecate linux bridge usage in data-port config 2021-06-23 15:54:51 +02:00
test_os_actions.py Implementation of deferred restarts 2021-04-09 12:53:58 +00:00
test_pci.py Refactor SR-IOV support 2020-03-18 10:59:21 +00:00
test_pci_helper.py Update SR-IOV support for >= Mitaka 2017-02-07 14:55:32 +01:00
test_utils.py Resync charmhelpers 2020-03-18 10:49:55 +00:00