From: Mark Chappell Date: Tue, 3 Nov 2015 16:14:04 +0000 (+0100) Subject: Expose the IP of the Endpoints X-Git-Tag: opnfv-6.0.0~2308^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f107bfc329f5ac77335413d960737c393f63d276;p=apex-tripleo-heat-templates.git Expose the IP of the Endpoints We expose all of the other parameters, so expose the IP too for consistency Change-Id: I5c31befde51e398318c7b8c744310212288ad892 --- diff --git a/network/endpoints/endpoint.yaml b/network/endpoints/endpoint.yaml index 4d6efdb6..6246cfdd 100644 --- a/network/endpoints/endpoint.yaml +++ b/network/endpoints/endpoint.yaml @@ -32,6 +32,7 @@ outputs: value: port: {get_param: [EndpointMap, {get_param: EndpointName }, port] } protocol: {get_param: [EndpointMap, {get_param: EndpointName }, protocol] } + ip: {get_param: IP} host: str_replace: template: {get_param: [EndpointMap, {get_param: EndpointName }, host]}