Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#318 from eduolivares/bgp_t…
Browse files Browse the repository at this point in the history
…unnels_loopback

[BGP] Set edpm_ovn_encap_ip value to bgpmainnet_ip

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.

Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
2 parents c21c52a + db68aed commit 6a7e08b
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 6a7e08b

Please sign in to comment.