Merge "Add RoleNetIpMap output to overcloud.j2.yaml"

This commit is contained in:
Jenkins 2017-04-18 11:51:41 +00:00 committed by Gerrit Code Review
commit 6226e53227
1 changed files with 6 additions and 0 deletions

View File

@ -699,4 +699,10 @@ outputs:
value:
{% for role in roles %}
{{role.name}}: {get_attr: [{{role.name}}ServiceChain, role_data]}
{% endfor %}
RoleNetIpMap:
description: Mapping of each network to a list of IPs for each role
value:
{% for role in roles %}
{{role.name}}: {get_attr: [{{role.name}}IpListMap, net_ip_map]}
{% endfor %}