From f107bfc329f5ac77335413d960737c393f63d276 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Tue, 3 Nov 2015 17:14:04 +0100 Subject: Expose the IP of the Endpoints We expose all of the other parameters, so expose the IP too for consistency Change-Id: I5c31befde51e398318c7b8c744310212288ad892 --- network/endpoints/endpoint.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'network') 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]} -- cgit 1.2.3-korg