Reduce minimum data disk size for the AIO to 50GB

Some OpenStack-CI providers do not meet the current minimum
of 60GB. Bluebox in particular is providing instances with
a root disk size of around 58GB.

With the updates to reduce the repo build size and the
implementation of overlayfs-based container builds, we have
reduced our disk space requirements to just over 40GB.

This patch sets a new minimum of 50GB.

Change-Id: Id949549906260dbe57a6b413dcc99497f9492310
This commit is contained in:
Jesse Pretorius
2016-08-20 16:21:59 +01:00
parent 512e86d887
commit 40493573d8
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ they're great for smaller proof-of-concept deployments.
Absolute minimum server resources (currently used for gate checks): Absolute minimum server resources (currently used for gate checks):
* 8 vCPU's * 8 vCPU's
* 60GB free disk space on the root partition * 50GB free disk space on the root partition
* 8GB RAM * 8GB RAM
Recommended server resources: Recommended server resources:

View File

@@ -77,7 +77,7 @@ bootstrap_host_data_disk_device_force: no
# #
# If the storage capacity on this device is greater than or equal to this # If the storage capacity on this device is greater than or equal to this
# size (in GB), the bootstrap process will use it. # size (in GB), the bootstrap process will use it.
bootstrap_host_data_disk_min_size: 60 bootstrap_host_data_disk_min_size: 50
### Optional Settings ### ### Optional Settings ###