aboutsummaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-24 16:11:18 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-24 16:14:25 +0200
commit2d8d96270684ed959ad6fbc8cb8c98c4ecedf973 (patch)
tree7509ba7d7f70453208db74da79b289c81ac2c5bf /packer
parent225ea11602c4033955f8ec4e037fd60c94156b12 (diff)
Add volume size flag as well
Change-Id: If06ca887d6afca794645382949ec75fae30c72ee Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'packer')
-rw-r--r--packer/templates/basebuild-agl-test-slave.json1
-rw-r--r--packer/templates/basebuild-control-slave.json1
-rw-r--r--packer/templates/basebuild.json1
3 files changed, 3 insertions, 0 deletions
diff --git a/packer/templates/basebuild-agl-test-slave.json b/packer/templates/basebuild-agl-test-slave.json
index c003932b..7ac32151 100644
--- a/packer/templates/basebuild-agl-test-slave.json
+++ b/packer/templates/basebuild-agl-test-slave.json
@@ -31,6 +31,7 @@
"flavor": "v2-standard-16-iops",
"image_disk_format": "qcow2",
"use_blockstorage_volume": true,
+ "volume_size": "400",
"metadata": {
"ci_managed": "yes"
}
diff --git a/packer/templates/basebuild-control-slave.json b/packer/templates/basebuild-control-slave.json
index ace0cf7b..4a4be691 100644
--- a/packer/templates/basebuild-control-slave.json
+++ b/packer/templates/basebuild-control-slave.json
@@ -31,6 +31,7 @@
"flavor": "v2-standard-16-iops",
"image_disk_format": "qcow2",
"use_blockstorage_volume": true,
+ "volume_size": "10",
"metadata": {
"ci_managed": "yes"
}
diff --git a/packer/templates/basebuild.json b/packer/templates/basebuild.json
index 8e181fe2..c55d53af 100644
--- a/packer/templates/basebuild.json
+++ b/packer/templates/basebuild.json
@@ -31,6 +31,7 @@
"flavor": "v2-standard-16-iops",
"image_disk_format": "qcow2",
"use_blockstorage_volume": true,
+ "volume_size": "10",
"metadata": {
"ci_managed": "yes"
}