aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/parts
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-15 12:31:46 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-15 12:40:48 -0700
commit7a04b3d35d26d45191a1afc080981401b55dbb92 (patch)
tree17be64f1c22532b82063962ae38793c79fc80555 /deployment/heat/onap-oom/parts
parentacbbe67aa4fd06c3c445d2a93b6700ae0ecddc23 (diff)
Upgrade helm version to 2.9.1
Change-Id: I7fe74f43ff76a33225fad6102be5d429fd30197f Issue-ID: OOM-1299 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/parts')
-rw-r--r--deployment/heat/onap-oom/parts/onap-oom-1.yaml20
-rw-r--r--deployment/heat/onap-oom/parts/onap-oom-2.yaml1
2 files changed, 21 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/parts/onap-oom-1.yaml b/deployment/heat/onap-oom/parts/onap-oom-1.yaml
index ac0f6b409..8031505b7 100644
--- a/deployment/heat/onap-oom/parts/onap-oom-1.yaml
+++ b/deployment/heat/onap-oom/parts/onap-oom-1.yaml
@@ -56,6 +56,26 @@ parameters:
type: string
default: "onap_key"
+ docker_version:
+ type: string
+ default: "17.03"
+
+ rancher_version:
+ type: string
+ default: "1.6.18"
+
+ rancher_agent_version:
+ type: string
+ default: "1.2.10"
+
+ kubectl_version:
+ type: string
+ default: "1.8.10"
+
+ helm_version:
+ type: string
+ default: "2.9.1"
+
resources:
random-str:
type: OS::Heat::RandomString
diff --git a/deployment/heat/onap-oom/parts/onap-oom-2.yaml b/deployment/heat/onap-oom/parts/onap-oom-2.yaml
index f0a0a8bd0..463635b8a 100644
--- a/deployment/heat/onap-oom/parts/onap-oom-2.yaml
+++ b/deployment/heat/onap-oom/parts/onap-oom-2.yaml
@@ -27,6 +27,7 @@
params:
__docker_proxy__: { get_param: docker_proxy }
__apt_proxy__: { get_param: apt_proxy }
+ __docker_version__: { get_param: docker_version }
__rancher_ip_addr__: { get_attr: [rancher_floating_ip, floating_ip_address] }
__rancher_private_ip_addr__: { get_attr: [rancher_floating_ip, fixed_ip_address] }
template: