From 0bc6983020ff2709f3006c70d19a6fdd548828bb Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 27 Mar 2019 13:58:46 -0700 Subject: Clean up RKE scripts Change-Id: I1508fc314df9a80f09f2dc86194832401f0a7652 Issue-ID: INT-993 Signed-off-by: Gary Wu --- deployment/heat/onap-rke/parts/onap-oom-3.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'deployment/heat/onap-rke/parts') diff --git a/deployment/heat/onap-rke/parts/onap-oom-3.yaml b/deployment/heat/onap-rke/parts/onap-oom-3.yaml index 8dc35b68e..3b3cf7022 100644 --- a/deployment/heat/onap-rke/parts/onap-oom-3.yaml +++ b/deployment/heat/onap-rke/parts/onap-oom-3.yaml @@ -1,4 +1,7 @@ outputs: + docker_proxy: + value: { get_param: docker_proxy } + rancher_vm_ip: description: The IP address of the rancher instance value: { get_attr: [rancher_floating_ip, floating_ip_address] } -- cgit 1.2.3-korg