X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tools%2Fcicdansible%2Fheat%2Finstaller.yaml;fp=tools%2Fcicdansible%2Fheat%2Finstaller.yaml;h=101c5263ba8afea4ff38632815510d16278bb51a;hb=6df828a11cf31250d62b2303251c8f32059fe4fe;hp=b0e5d2662aa7884c057f3faa810eed9f0bc03659;hpb=632891dd505db333ac3ee401eb9eb1a9431d5d60;p=oom%2Foffline-installer.git diff --git a/tools/cicdansible/heat/installer.yaml b/tools/cicdansible/heat/installer.yaml index b0e5d266..101c5263 100644 --- a/tools/cicdansible/heat/installer.yaml +++ b/tools/cicdansible/heat/installer.yaml @@ -103,6 +103,10 @@ parameters: type: string description: "specifies id of network used for demo usecases" default: "" + docker_storage_size: + label: "nodes' docker storage size" + type: number + description: "Size of the volume for the docker storage on nodes" conditions: #Condition for nfs volume usage. use_volume_for_nfs: { get_param: use_volume_for_nfs } @@ -212,6 +216,7 @@ resources: notify_command: { get_attr: ["instance_wait_handle", "curl_cli"] } security_group: { get_resource: secgroup } demo_network: { get_param: demo_network } + docker_storage_size: { get_param: docker_storage_size } scheduler_hints: group: { get_resource: anti_affinity_group } depends_on: [routercon, instance_wait_handle]