X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=source%2Fconfiguration;h=152cc759aeb7ca474f0f39221e5316fe7fed0f3b;hb=d47844280d96fd48566dc59716fe09238311f62a;hp=fc8f8728035d8964cebfaf49dcf9613167ebb84b;hpb=7ab7e9dd797333a9fdc8604554e16e192a32144d;p=bootmanager.git diff --git a/source/configuration b/source/configuration index fc8f872..152cc75 100644 --- a/source/configuration +++ b/source/configuration @@ -4,20 +4,20 @@ # the current version of the bootmanager -VERSION=3.1 +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 @@ -37,20 +37,25 @@ PLCONF_DIR=/etc/planetlab # directory on the boot server containing -# alpina support files and scripts -ALPINA_SERVER_DIR=/alpina-v3 +# support files and scripts +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