Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BGP] Enable OVN routing #429

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions examples/dt/bgp/bgp_dt01/edpm/computes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ data:
ansiblePort: 22
ansibleVars:
edpm_ovn_encap_ip: "{{ lookup('vars', 'bgpmainnet_ip') }}"
edpm_ovn_bridge_mappings: ['bgp:br-provider']
edpm_ovn_bgp_agent_expose_tenant_networks: false
edpm_ovn_bgp_agent_local_ovn_routing: true
edpm_ovn_bgp_agent_exposing_method: ovn
edpm_frr_bgp_ipv4_src_network: bgpmainnet
edpm_frr_bgp_ipv6_src_network: bgpmainnetv6
edpm_frr_bgp_neighbor_password: f00barZ
Expand Down Expand Up @@ -49,6 +52,9 @@ data:
{%- endfor %}
{% set min_viable_mtu = mtu_list | max %}
network_config:
- type: ovs_bridge
name: br-provider
use_dhcp: false
- type: ovs_bridge
name: {{ neutron_physical_bridge_name }}
use_dhcp: false
Expand Down
6 changes: 6 additions & 0 deletions examples/dt/bgp/bgp_dt01/edpm/networkers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ data:
ansiblePort: 22
ansibleVars:
edpm_ovn_encap_ip: "{{ lookup('vars', 'bgpmainnet_ip') }}"
edpm_ovn_bridge_mappings: ['bgp:br-provider']
edpm_ovn_bgp_agent_expose_tenant_networks: false
edpm_ovn_bgp_agent_local_ovn_routing: true
edpm_ovn_bgp_agent_exposing_method: ovn
edpm_frr_bgp_ipv4_src_network: bgpmainnet
edpm_frr_bgp_ipv6_src_network: bgpmainnetv6
edpm_frr_bgp_neighbor_password: f00barZ
Expand Down Expand Up @@ -49,6 +52,9 @@ data:
{%- endfor %}
{% set min_viable_mtu = mtu_list | max %}
network_config:
- type: ovs_bridge
name: br-provider
use_dhcp: false
- type: ovs_bridge
name: {{ neutron_physical_bridge_name }}
use_dhcp: false
Expand Down