Add vbmc ironic baremetal IPs to stack outputs

Related-Prod: PRODX-4769
Change-Id: I4dac0a5bbdff39000fd71dad69151ce81c6b90a5
diff --git a/de/heat-templates/top.yaml b/de/heat-templates/top.yaml
index 6ec1e76..e14423c 100644
--- a/de/heat-templates/top.yaml
+++ b/de/heat-templates/top.yaml
@@ -634,6 +634,9 @@
   vbmcs_ips:
     description: Private IP addresses of the deployed virtualbmcs instances
     value: { get_attr: [vbmcs, server_public_ip] }
+  vbmc_ironic_baremetal_ips:
+    description: The IPs of ironic baremetal network assigned to vbmc hosts.
+    value: { get_attr: [vbmcs, server_ironic_baremetal_ip] }
   worker_private_floating_ips:
     description: IPs might be used as gateway
     value: { get_attr: [workers, server_private_floating_ip] }