diff options
-rw-r--r-- | deployment/heat/onap-oom/onap-oom.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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] } |