Files
puppet-ovn/releasenotes/notes/add_support_for_bridge_mappings-aa515381c28ab06b.yaml
Babu Shanmugam c3e5717561 Add support for bridge mappings
When OVN virtual networks wants to access the provider networks it does
so with the help of a special port type 'localnet'. For the localnet ports
to be present in the agent side, the agent has to carry some details
in the vswitch DB as well a bridge has to be setup for the same.

This patch help to setup up the bridge for provider network mapping and to
add appropriate interfaces to the bridge

Change-Id: Ia6d66fa954571328c0ac3542af17303def382c1a
2017-01-05 16:11:08 -05:00

6 lines
231 B
YAML

---
features:
- Setup up the bridge for provider network mapping and to add appropriate interfaces to the bridge.
issues:
- Documentation for ovn_remote has been update to reflect what values are expected to be passed into it.