Allow specification docker volume size

Pass through docker_volume_size to the kubenode from kubecluster
template.
This commit is contained in:
Tom Cammann 2015-02-25 09:55:16 +00:00
parent ef48d08f20
commit 7459b176a8
1 changed files with 8 additions and 0 deletions

View File

@ -79,6 +79,13 @@ parameters:
constraints:
- allowed_values: ["true", "false"]
docker_volume_size:
type: string
description: >
size of a cinder volume to allocate to docker for container/image
storage
default: 25
resources:
master_wait_handle:
@ -312,6 +319,7 @@ resources:
kube_master_ip: {get_attr: [kube_master_eth0, fixed_ips, 0, ip_address]}
external_network_id: {get_param: external_network_id}
kube_allow_priv: {get_param: kube_allow_priv}
docker_volume_size: {get_param: docker_volume_size}
outputs: