Add ironic_baremetal_provisioning_interface

The option defines interface that will be used by ironic to find local IP
where to bind its services. For virtualized environment set to br-baremetal

Related-Prod: PRODX-4769
Change-Id: I022b56b51cc560f3ab0c585010ac30305aa6d6d3
diff --git a/de/heat-templates/top.yaml b/de/heat-templates/top.yaml
index 8a8b388..a227e09 100644
--- a/de/heat-templates/top.yaml
+++ b/de/heat-templates/top.yaml
@@ -121,6 +121,10 @@
     type: string
     default: 'veth-bm'
     description: 'The name of interface that should be added to ovs bridge with taps from vbms VMs.'
+  ironic_baremetal_provisioning_interface:
+    type: string
+    default: 'br-baremetal'
+    description: 'The name of interface on node to which IP ironic services will bind.'
   ucp_metadata:
     type: json
     default: {"role":"ucp"}
@@ -641,6 +645,8 @@
     value: { get_param: ironic_baremetal_network_pool_end }
   ironic_baremetal_network_interface:
     value: { get_param: ironic_baremetal_network_interface }
+  ironic_baremetal_provisioning_interface:
+    value: { get_param: ironic_baremetal_provisioning_interface }
   tunnel_interface:
     value: { get_param: tunnel_interface }
   live_migration_interface: