Code Review
/
integration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
be84471
)
Add output of rancher instance IP
09/28809/1
author
Gary Wu
<gary.i.wu@huawei.com>
Mon, 22 Jan 2018 20:48:50 +0000
(12:48 -0800)
committer
Gary Wu
<gary.i.wu@huawei.com>
Mon, 22 Jan 2018 20:48:50 +0000
(12:48 -0800)
Change-Id: Ia0ec05870b03e80a251c81cb294497c33604199d
Issue-ID: INT-381
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
deployment/heat/onap-oom/onap-oom.yaml
patch
|
blob
|
history
diff --git
a/deployment/heat/onap-oom/onap-oom.yaml
b/deployment/heat/onap-oom/onap-oom.yaml
index
6241c0a
..
b594194
100644
(file)
--- 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] }