Add vbmc ironic baremetal IPs to stack outputs

Related-Prod: PRODX-4769
Change-Id: I4dac0a5bbdff39000fd71dad69151ce81c6b90a5
diff --git a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
index ed5bf0d..8ba5d55 100644
--- a/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
+++ b/de/heat-templates/fragments/SrvInstancesVMCephOSD.yaml
@@ -211,6 +211,9 @@
   server_private_floating_ip:
     description: IP address of server in private floating network
     value: { get_attr: [private_floating_server_port, fixed_ips, 0, ip_address] }
+  server_ironic_baremetal_ip:
+    description: IP address of server in ironic baremetal network
+    value: { get_attr: [ironic_baremetal_server_port, fixed_ips, 0, ip_address] }
   server_public_ip:
     description: Floating IP address of server in public network
     value: { get_attr: [ server_floating_ip, floating_ip_address ] }