From: Juan Antonio Osorio Robles Date: Wed, 30 Mar 2016 15:30:42 +0000 (+0000) Subject: Add EndpointMap as output X-Git-Tag: opnfv-6.0.0~2047^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=321cee7616186e83e9a5eff9e9a9abe9b9f82fab;p=apex-tripleo-heat-templates.git Add EndpointMap as output The endpoint map contains, not only the hosts and protocols that the resulting services will use, but also the ports. This information is useful, and the aim of this patch is to make it available for the tripleoclient to use it. Change-Id: I4cc5bbf2e7200f78cd90b93659c326a9200278d7 --- diff --git a/overcloud.yaml b/overcloud.yaml index 19e847a5..3a76a10f 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -1692,6 +1692,12 @@ outputs: SwiftInternalVip: description: VIP for Swift Proxy internal endpoint value: {get_attr: [VipMap, net_ip_map, {get_param: [ServiceNetMap, SwiftProxyNetwork]}]} + EndpointMap: + description: | + Mapping of the resources with the needed info for their endpoints. + This includes the protocol used, the IP, port and also a full + representation of the URI. + value: {get_attr: [EndpointMap, endpoint_map]} HostsEntry: description: | The content that should be appended to your /etc/hosts if you want to get