diff options
-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 |