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: I22ccb9172861f3f0f1bbcfa9285bf09931d46a12
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 a0cbdfc..3a9e710 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