From 321cee7616186e83e9a5eff9e9a9abe9b9f82fab Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Wed, 30 Mar 2016 15:30:42 +0000 Subject: 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 --- overcloud.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'overcloud.yaml') 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 -- cgit 1.2.3-korg