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:
f19734c
)
Use ubuntu 16.04 image name parameter
03/28703/1
author
Gary Wu
<gary.i.wu@huawei.com>
Fri, 19 Jan 2018 22:53:12 +0000
(14:53 -0800)
committer
Gary Wu
<gary.i.wu@huawei.com>
Fri, 19 Jan 2018 22:53:12 +0000
(14:53 -0800)
Change-Id: I87655d6d22e4a34c49e065c587890123a9013f65
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
ee16ffc
..
25dd61b
100644
(file)
--- a/
deployment/heat/onap-oom/onap-oom.yaml
+++ b/
deployment/heat/onap-oom/onap-oom.yaml
@@
-109,7
+109,7
@@
resources:
type: OS::Nova::Server
properties:
name: rancher
- image:
xenial
+ image:
{ get_param: ubuntu_1604_image }
flavor: { get_param: rancher_vm_flavor }
key_name: onap_key
networks:
@@
-127,7
+127,7
@@
resources:
type: OS::Nova::Server
properties:
name: k8s
- image:
xenial
+ image:
{ get_param: ubuntu_1604_image }
flavor: { get_param: k8s_vm_flavor }
key_name: onap_key
networks: