Lucas Alvares Gomes
770914f98d
[OVN] Enhanced external port scheduling
This patch introduces a new configuration for OVN CMS Options called "enable-chassis-as-extport-host". This configuration can be used by ML2/OVN to identify nodes that are eligible for scheduling OVN's external ports. Prior to this patch, external ports were always scheduled on centralized networked nodes tagged with the "enable-chassis-as-gw" flag in the OVN CMS Options but, when it comes to deploying OpenStack on OpenShift requiring services such as the OVN Metadata Agent or DHCP Agent to serve those external ports and running them on control plane nodes are not ideal. This is where this patch comes handy allowing these ports to have more flexibility in where they are scheduled. The patch is also backward compatible and if the new configuration is not present on the OVN CMS Options, ML2/OVN will continue to schedule the external ports on nodes configured with the previous configuration like always. Documentation will be updated on a follow up patch. Closes-Bug: 2037294 Change-Id: Ic46d847e3aebfe543d5a7ab49d18d1f1abf1342e Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
OpenStack Neutron
Neutron is an OpenStack project to provide "network connectivity as a service" between interface devices (e.g., vNICs) managed by other OpenStack services (e.g., Nova).
To learn more about neutron:
- Documentation: https://docs.openstack.org/neutron/latest/
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
- Source: https://opendev.org/openstack/neutron
If you would like to contribute to Neutron, please read the file CONTRIBUTING.rst or see the Neutron contributor guide:
https://docs.openstack.org/neutron/latest/contributor/contributing.html
Get in touch via email. Use [Neutron] in your subject.
Description
Languages
Python
99.7%
Shell
0.3%