Skip to content

Commit fb965e0

Browse files
Merge pull request #1248 from eduolivares/bgp-adoption-OSPRH-26192-OSPRH-26038
[BGP] Remove unused IPs from dataplane nodes
2 parents 8511e7c + a57952b commit fb965e0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • tests/roles/dataplane_adoption/defaults

tests/roles/dataplane_adoption/defaults/main.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ edpm_network_config_template_bgp: |
204204
addresses:
205205
- ip_netmask: {{ lookup('vars', 'bgpmainnet_ip') }}/32
206206
- ip_netmask: {{ lookup('vars', 'bgpmainnetv6_ip') }}/128
207-
- ip_netmask: {{ lookup('vars', 'internalapi_ip') }}/32
208-
- ip_netmask: {{ lookup('vars', 'storage_ip') }}/32
209-
- ip_netmask: {{ lookup('vars', 'tenant_ip') }}/32
210207
{% endraw %}
211208
neutron_physical_bridge_name: br-ctlplane
212209
neutron_public_interface_name: "{{ dataplane_public_iface | default('eth0') }}"

0 commit comments

Comments
 (0)