summaryrefslogtreecommitdiffstats
path: root/tools/cicdansible/heat/node.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cicdansible/heat/node.yaml')
-rw-r--r--tools/cicdansible/heat/node.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/cicdansible/heat/node.yaml b/tools/cicdansible/heat/node.yaml
index 12097770..bee089fe 100644
--- a/tools/cicdansible/heat/node.yaml
+++ b/tools/cicdansible/heat/node.yaml
@@ -25,13 +25,15 @@ parameters:
demo_network:
type: string
default: ""
+ docker_storage_size:
+ type: number
resources:
#Volume for storing /var/lib/docker for node.
docker_storage:
type: OS::Cinder::Volume
properties:
name: docker_storage
- size: 120
+ size: { get_param: docker_storage_size }
#Call generic instance template.
instance:
type: instance.yaml