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:
558ac6e
)
Add output of k8s instance IP
05/28705/1
author
Gary Wu
<gary.i.wu@huawei.com>
Fri, 19 Jan 2018 23:03:59 +0000
(15:03 -0800)
committer
Gary Wu
<gary.i.wu@huawei.com>
Fri, 19 Jan 2018 23:03:59 +0000
(15:03 -0800)
Change-Id: I683df9b2370be79e08e4021f3bbb7034aa45d05a
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
25dd61b
..
6241c0a
100644
(file)
--- a/
deployment/heat/onap-oom/onap-oom.yaml
+++ b/
deployment/heat/onap-oom/onap-oom.yaml
@@
-163,3
+163,7
@@
resources:
template:
get_file: k8s_vm_entrypoint.sh
+outputs:
+ k8s_vm_ip:
+ description: The IP address of the k8s instance
+ value: { get_attr: [k8s_vm, first_address] }