Skip to content

Commit

Permalink
[BGP] Set edpm_ovn_encap_ip value to bgpmainnet_ip
Browse files Browse the repository at this point in the history
In order to route traffic from geneve tunnels through BGP networks, the
OVN encap IP should be set to the loopback IPs whose routes are
advertized via BGP.
  • Loading branch information
eduolivares committed Jul 3, 2024
1 parent c23d789 commit db68aed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion automation/vars/bgp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ vas:
oc -n openstack wait openstackdataplanedeployment
edpm-deployment
--for condition=Ready
--timeout=2400s
--timeout=3800s
values:
- name: edpm-deployment-values
src_file: values.yaml
Expand Down
1 change: 1 addition & 0 deletions examples/dt/bgp/bgp_dt01/edpm/computes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ data:
ansibleUser: cloud-admin
ansiblePort: 22
ansibleVars:
edpm_ovn_encap_ip: "{{ lookup('vars', 'bgpmainnet_ip') }}"
edpm_ovn_bgp_agent_expose_tenant_networks: false
edpm_frr_bgp_ipv4_src_network: bgpmainnet
edpm_frr_bgp_ipv6_src_network: bgpmainnetv6
Expand Down
1 change: 1 addition & 0 deletions examples/dt/bgp/bgp_dt01/edpm/networkers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ data:
ansibleUser: cloud-admin
ansiblePort: 22
ansibleVars:
edpm_ovn_encap_ip: "{{ lookup('vars', 'bgpmainnet_ip') }}"
edpm_ovn_bgp_agent_expose_tenant_networks: false
edpm_frr_bgp_ipv4_src_network: bgpmainnet
edpm_frr_bgp_ipv6_src_network: bgpmainnetv6
Expand Down

0 comments on commit db68aed

Please sign in to comment.