Reduce disk requirements for metal installations

We don't need that much storage when doing on metal, as we don't
need the lxc containers.

Change-Id: I11f1692bfcbe8cde6cb55f59799c3c2cab858cda
This commit is contained in:
Jean-Philippe Evrard 2019-06-28 11:40:32 +02:00
parent a63b3cbcb2
commit 00f63042f3

View File

@ -153,7 +153,8 @@ bootstrap_host_data_disk_device_force: no
#
# If the storage capacity on this device is greater than or equal to this
# size (in GB), the bootstrap process will use it.
bootstrap_host_data_disk_min_size: 50
# If metal, we don't need that much storage space.
bootstrap_host_data_disk_min_size: "{{ (bootstrap_host_scenario is search('metal')) | ternary(10,50) }}"
#
# Set the data disk formats table. If the backing store is set to lvm the option
# the partition will not actually be formatted however for parted, ext2 is used.