Add tsrvs_private_floating_ips to the stack output
Related-Prod: PRODX-3456
Change-Id: I919e1ac8d081a9627283c2aab88d1a9e44047a33
diff --git a/de/heat-templates/top.yaml b/de/heat-templates/top.yaml
index 81cbbe5..1446d0a 100644
--- a/de/heat-templates/top.yaml
+++ b/de/heat-templates/top.yaml
@@ -1120,8 +1120,11 @@
description: IPs might be used as gateway
value: {if: [aio_deploy, {get_attr: [ucp, server_private_floating_ip]}, {get_attr: [workers, server_private_floating_ip]}]}
tsrvs_ips:
- description: Private IP addresses of the deployed tsrv instances
+ description: Public IP addresses of the deployed tsrv instances
value: { get_attr: [tsrvs, server_public_ip] }
+ tsrvs_private_floating_ips:
+ description: Private IP addresses of the deployed tsrv instances
+ value: { get_attr: [tsrvs, server_private_floating_ip] }
private_floating_cidr:
value: { get_param: private_floating_network_cidr }
private_floating_network_pool_start: