Add to stack outputs ceph frontend network ips

Related-Prod: PRODX-57906
Change-Id: I57e7a6b81b9e269090896357adc49fc59e24f024
diff --git a/hco/top.yaml b/hco/top.yaml
index 9060e25..9a34116 100644
--- a/hco/top.yaml
+++ b/hco/top.yaml
@@ -283,6 +283,9 @@
   workers_ips:
     description: Public IP addresses of the deployed worker instances
     value: { get_attr: [workers, server_public_ip] }
+  masters_storage_ips:
+    description: Ceph storage frontend IP addresses of the deployed masters instances
+    value: { get_attr: [masters, server_ceph_frontend_ip] }
   storage_frontend_network_cidr:
     description: Storage network which is used as clientNet in Ceph CR
     value: { get_param: storage_frontend_network_cidr }