X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fconfiguration;h=152cc759aeb7ca474f0f39221e5316fe7fed0f3b;hb=662b49c8efbe89581f6adda297e51dcdd8bfbfa4;hp=28c7486b121f62b81053bc271aa10b973c7048d8;hpb=77424d1b2780e4d39cc8be34d85bee2f6c07b6f8;p=bootmanager.git diff --git a/source/configuration b/source/configuration index 28c7486..152cc75 100644 --- a/source/configuration +++ b/source/configuration @@ -4,20 +4,20 @@ # the current version of the bootmanager -VERSION=3.1.2 +VERSION=3.2 # full url to which api server to contact -BOOT_API_SERVER=https://www.planet-lab.org:443/PLCAPI/ +BOOT_API_SERVER=https://boot.planet-lab.org:443/PLCAPI/ # path to store temporary files during the install, # do not include trailing slashes -TEMP_PATH=/mnt/tmp +TEMP_PATH=/tmp/mnt # path to the system mount point -SYSIMG_PATH=/mnt/tmp/sysimg +SYSIMG_PATH=/tmp/mnt/sysimg # where the cacerts for the boot cd can be found @@ -44,13 +44,18 @@ SUPPORT_FILE_DIR=/boot # this sets the size of the root logical volume, # after the root and swap has been created, remaining # goes to the vserver partition -ROOT_SIZE=3G +ROOT_SIZE=7G # override the swap size SWAP_SIZE=1G +# in raw disk mode, the size of /vservers +# if unset or -1, use the entire first disk +VSERVERS_SIZE=-1 + + # whether or not to skip hardware requirement check SKIP_HARDWARE_REQUIREMENT_CHECK=0 @@ -61,7 +66,7 @@ MINIMUM_MEMORY=511000 # minimum block disk size in GB to be added to lvm. # if any block devices are smaller than this, they are ignored. -MINIMUM_DISK_SIZE=5 +MINIMUM_DISK_SIZE=17 # total minimum disk size in GB if all usable disks are below this