Merge "Add ironic_baremetal_provisioning_interface"
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: