Add volume size flag as well 47/21147/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 24 Apr 2019 14:11:18 +0000 (16:11 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 24 Apr 2019 14:14:25 +0000 (16:14 +0200)
Change-Id: If06ca887d6afca794645382949ec75fae30c72ee
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
packer/templates/basebuild-agl-test-slave.json
packer/templates/basebuild-control-slave.json
packer/templates/basebuild.json

index c003932..7ac3215 100644 (file)
@@ -31,6 +31,7 @@
       "flavor": "v2-standard-16-iops",
       "image_disk_format": "qcow2",
       "use_blockstorage_volume": true,
+      "volume_size": "400",
       "metadata": {
         "ci_managed": "yes"
       }
index ace0cf7..4a4be69 100644 (file)
@@ -31,6 +31,7 @@
       "flavor": "v2-standard-16-iops",
       "image_disk_format": "qcow2",
       "use_blockstorage_volume": true,
+      "volume_size": "10",
       "metadata": {
         "ci_managed": "yes"
       }
index 8e181fe..c55d53a 100644 (file)
@@ -31,6 +31,7 @@
       "flavor": "v2-standard-16-iops",
       "image_disk_format": "qcow2",
       "use_blockstorage_volume": true,
+      "volume_size": "10",
       "metadata": {
         "ci_managed": "yes"
       }