Skip to content

Commit a57952b

Browse files
committed
[BGP] Remove unused IPs from dataplane nodes
The following dataplane IPs, which were not used in BGP adoption, have been removed: - internalapi_ip - storage_ip - tenant_ip OSPRH-26192 OSPRH-26038 Signed-off-by: Eduardo Olivares <eolivare@redhat.com>
1 parent 1401c14 commit a57952b

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)