Ironic AIO-remove baremetal IP address
This patch removes secondary IP address defined on cluster level
on baremetal interface (ens7). This IP (192.168.90.1) intersects with
the same IP address when creating neutron router for
baremetal_flat_network thus it is not possible to reach
ironic node via floating IP
Change-Id: I81d536be32a3fc50bc768a5588b65b86689e40d1
Related-PROD: PROD-24819
diff --git a/classes/cluster/virtual-mcp11-aio-ironic/openstack/init.yml b/classes/cluster/virtual-mcp11-aio-ironic/openstack/init.yml
index c358ad9..f58cf9e 100755
--- a/classes/cluster/virtual-mcp11-aio-ironic/openstack/init.yml
+++ b/classes/cluster/virtual-mcp11-aio-ironic/openstack/init.yml
@@ -22,7 +22,6 @@
cluster_internal_protocol: http
cluster_public_protocol: http
baremetal_interface: ens7
- baremetal_gateway_ip: 192.168.90.1
ironic_version: ${_param:openstack_version}
ironic_service_protocol: ${_param:cluster_internal_protocol}
ironic_api_type: 'public'
@@ -117,14 +116,6 @@
linux:
network:
interface:
- baremetal_interface:
- enabled: true
- name: ${_param:baremetal_interface}
- mtu: ${_param:interface_mtu}
- proto: static
- address: ${_param:baremetal_gateway_ip}
- netmask: 255.255.255.0
- type: eth
br-baremetal:
enabled: true
type: ovs_bridge