From 6103408b92afc8a51f095d74846c863467c866d8 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Mon, 22 Jan 2018 12:48:50 -0800 Subject: Add output of rancher instance IP Change-Id: Ia0ec05870b03e80a251c81cb294497c33604199d Issue-ID: INT-381 Signed-off-by: Gary Wu --- deployment/heat/onap-oom/onap-oom.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deployment/heat/onap-oom/onap-oom.yaml') diff --git a/deployment/heat/onap-oom/onap-oom.yaml b/deployment/heat/onap-oom/onap-oom.yaml index 6241c0ae3..b594194c5 100644 --- a/deployment/heat/onap-oom/onap-oom.yaml +++ b/deployment/heat/onap-oom/onap-oom.yaml @@ -164,6 +164,10 @@ resources: get_file: k8s_vm_entrypoint.sh outputs: + rancher_vm_ip: + description: The IP address of the rancher instance + value: { get_attr: [rancher_vm, first_address] } + k8s_vm_ip: description: The IP address of the k8s instance value: { get_attr: [k8s_vm, first_address] } -- cgit 1.2.3-korg