diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-06-26 14:27:41 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-06-26 16:54:46 -0700 |
commit | c4749702f342ccba051fa081e4efa0b9c46286d1 (patch) | |
tree | 0c91e4142f9b5a3ecab16a36dfd772a5eacafe7f /deployment/heat/onap-oom/parts | |
parent | b529fa1824be51fac31f6d3d3bd1b82a21161f2e (diff) |
Test using RAM disk for /dockerdata-nfs
Change-Id: I82d461caa7d9be77af366f8186f1b7851a914ac9
Issue-ID: INT-532
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.yaml | 12 |
1 files changed, 12 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 e29f6cd81..78e6f103b 100644 --- a/deployment/heat/onap-oom/parts/onap-oom-1.yaml +++ b/deployment/heat/onap-oom/parts/onap-oom-1.yaml @@ -32,6 +32,18 @@ parameters: type: string description: Content for integration_override.yaml + gerrit_branch: + type: string + default: "master" + + gerrit_refspec: + type: string + default: "refs/heads/master" + + docker_manifest: + type: string + default: "docker-manifest.csv" + resources: random-str: type: OS::Heat::RandomString |