
This patch also refactor a few things in the OvsdbSbOvnIdl class: * is_provider_network() now returns a boolean, as expected by is_* methods. * The methods get_ports_on_datapath() and _get_ports_by_datapath() were merged since they were the same thing. * The methods get_evpn_info_from_port() and get_evpn_info() are now merged since they were the same thing. * The methods get_evpn_info_from_crlrp_port_name() and get_evpn_info_from_lrp_port_name() were merged into get_evpn_info_from_port_name() * get_ip_from_port_peer() now can raise PortNotFound This patch also adds unittests for the methods in the OvsdbSbOvnIdl class. Story: 2009165 Task: 43262 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com> Change-Id: I3d1e3b20727227f32d094deedc897d034ab6f7f6
OVN BGP Agent
The OVN BGP Agent allows to expose VMs/Containers through BGP on OVN
- Free software: Apache license
- Documentation: https://docs.openstack.org/ovn-bgp-agent/latest
- Source: https://opendev.org/x/ovn-bgp-agent
- Bugs: https://storyboard.openstack.org/#!/project/ovn-bgp-agent
Features
- Expose VMs with FIPs or on Provider Networks through BGP on OVN environments.
- Expose VMs on Tenant Networks through EVPN on OVN environments.
Description
Languages
Python
99%
Shell
0.7%
Jinja
0.3%