aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/onap-oom.yaml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-01-22 12:48:50 -0800
committerGary Wu <gary.i.wu@huawei.com>2018-01-22 12:48:50 -0800
commit6103408b92afc8a51f095d74846c863467c866d8 (patch)
treedd5a5b264be6260a6786fdb2e0d8b8ee6cefcbe7 /deployment/heat/onap-oom/onap-oom.yaml
parentbe84471233b3067e57cf3d9dbbb0154b60eb21f2 (diff)
Add output of rancher instance IP
Change-Id: Ia0ec05870b03e80a251c81cb294497c33604199d Issue-ID: INT-381 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/onap-oom.yaml')
-rw-r--r--deployment/heat/onap-oom/onap-oom.yaml4
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] }