diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-03-30 15:30:42 +0000 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-03-31 08:01:01 +0000 |
commit | 321cee7616186e83e9a5eff9e9a9abe9b9f82fab (patch) | |
tree | f2150887947fd3f94071b7ceaf4af96673980704 | |
parent | d2710b871b9f0141f0e7150590f896ab1fd71ba7 (diff) |
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
-rw-r--r-- | overcloud.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |