Merge "Add VipMap output"

This commit is contained in:
Jenkins 2017-06-26 23:59:14 +00:00 committed by Gerrit Code Review
commit d24690765c
2 changed files with 11 additions and 0 deletions

View File

@ -806,3 +806,9 @@ outputs:
{% for role in roles %}
{{role.name}}: {get_attr: [{{role.name}}, attributes, os_collect_config]}
{% endfor %}
VipMap:
description: Mapping of each network to VIP addresses. Also includes the Redis VIP.
value:
map_merge:
- {get_attr: [VipMap, net_ip_map]}
- redis: {get_attr: [RedisVirtualIP, ip_address]}

View File

@ -0,0 +1,5 @@
---
features:
- Add VipMap output to the top level stack output. VipMap is a mapping from
each network to the VIP address on that network. Also includes the Redis
VIP.