neutron/neutron/agent/common
Rodolfo Alonso Hernandez 3ebdfe612a Support for minimum bandwidth rules in tunnelled networks
This patch adds support for QoS minimum bandwidth rules in tunnelled
networks. Now the ML2/OVS and ML2/OVN mechanism drivers can represent
in the Placement API the available bandwidth of the tunnelled networks
in each compute host.

Both mechanism drivers represent the compute VTEP (VXLAN) or TEP
(Geneve) interface as an IP address. This new resource provider
(by default called "rp_tunnelled") represents the available bandwidth
of this interface. Any new port created in a compute node that belongs
to a tunnelled network, will request to the Placement API the
corresponding bandwidth from the resource provider inventory.

This patch does not provide backend enforcement support for minimum
bandwidth rules.

RFE spec: https://review.opendev.org/c/openstack/neutron-specs/+/860859

What is missing and will be added in next patches:
* Tempest tests, that will be pushed to the corresponding repository.

Depends-On: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/863880

Partial-Bug: #1991965
Related-Bug: #1578989
Change-Id: I3bfc2c0f9566bcc6861ca91339e32257ea92c7e9
2023-01-02 11:14:50 +00:00
..
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
async_process.py Add process name to AsyncProcess 2020-11-06 09:17:52 +00:00
base_polling.py OVS agent support on Hyper-V 2015-03-25 13:48:33 -07:00
ip_lib.py Fix neutron-openvswitch-agent Windows support 2018-07-18 14:41:21 +03:00
ovs_lib.py Fix some pylint indentation warnings 2022-12-01 16:22:24 +00:00
ovsdb_monitor.py Fix unused 'timeout' in OvsdbMonitor start 2021-01-28 13:41:38 +00:00
placement_report.py Support for minimum bandwidth rules in tunnelled networks 2023-01-02 11:14:50 +00:00
polling.py Use ovs constants from neutron-lib 2022-06-17 10:36:44 +05:30
resource_processing_queue.py Improve terminology in the Neutron tree 2020-08-19 16:47:53 -04:00
utils.py Support for minimum bandwidth rules in tunnelled networks 2023-01-02 11:14:50 +00:00