From: Gary Wu Date: Mon, 22 Jan 2018 20:48:50 +0000 (-0800) Subject: Add output of rancher instance IP X-Git-Tag: sniroemulator-1.0.0~299 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6103408b92afc8a51f095d74846c863467c866d8;p=integration.git Add output of rancher instance IP Change-Id: Ia0ec05870b03e80a251c81cb294497c33604199d Issue-ID: INT-381 Signed-off-by: Gary Wu --- 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] }