diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-04-09 15:01:20 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-04-09 15:01:20 +0000 |
commit | 8d663e09fabc357d35b16b945c5eaced1f05c2a8 (patch) | |
tree | 4f71b7ed3b39a2828e9b2ff2b4e83248aa50958f | |
parent | 2198be81563cc68551fa8defbba36ae3bf98d222 (diff) | |
parent | 321cee7616186e83e9a5eff9e9a9abe9b9f82fab (diff) |
Merge "Add EndpointMap as output"
-rw-r--r-- | overcloud.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/overcloud.yaml b/overcloud.yaml index cd724b3e..30c60c58 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -1708,6 +1708,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 |