diff options
author | Yang Xu <yang.xu3@huawei.com> | 2018-11-09 01:53:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-09 01:53:59 +0000 |
commit | f6798b6488efc4e2fa03e928baaa5f8984545c76 (patch) | |
tree | 99c1d7b214ff57d27ea4d63205eaa9d767e78136 /deployment/heat/onap-oom/parts/onap-oom-1.yaml | |
parent | 9a0edf15482bbd75a0cb337ee68e7ec7c58aaaeb (diff) | |
parent | 48a3294079b0fee0ad9d33f7c7262f6c87255947 (diff) |
Merge "Alleviate startup disk contention issues"
Diffstat (limited to 'deployment/heat/onap-oom/parts/onap-oom-1.yaml')
-rw-r--r-- | deployment/heat/onap-oom/parts/onap-oom-1.yaml | 9 |
1 files changed, 9 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 3c34f7544..a96c9a373 100644 --- a/deployment/heat/onap-oom/parts/onap-oom-1.yaml +++ b/deployment/heat/onap-oom/parts/onap-oom-1.yaml @@ -84,6 +84,15 @@ parameters: type: string default: "2.9.1" + helm_deploy_delay: + type: string + default: "2m" + + use_ramdisk: + type: string + description: Set to "true" if you want to use a RAM disk for /dockerdata-nfs/. + default: "false" + resources: random-str: type: OS::Heat::RandomString |