updated node partition configuration
[bootmanager.git] / source / configuration
1 # this file contains a list of variables
2 # to import to the INSTALL_STORE before
3 # any of the steps run.
4
5
6 # the current version of the bootmanager
7 VERSION=5.3
8
9 # this is the server to contact if we don't have a bootcd
10 DEFAULT_BOOT_SERVER=boot.planet-lab.org
11 # full url to which api server to contact
12 BOOT_API_SERVER=https://boot.planet-lab.org:443/PLCAPI/
13
14 # keep redundant information to plc_config for simplicity
15 BOOT_SERVER=boot.planet-lab.org
16
17 # hostname for MyOps server
18 MONITOR_SERVER=monitor.planet-lab.org
19 #UPLOAD_LOG_SCRIPT=/monitor/upload
20 UPLOAD_LOG_SCRIPT=/boot/upload-bmlog.php
21
22 # bootcd variables : use {path} for path relative to bootcd
23 BOOTCD_VERSION_FILE='{path}/bootme/ID'
24 SERVER_CERT_DIR=/tmp/source/cacert
25 CACERT_NAME=cacert.pem
26
27
28 # path to store temporary files during the install,
29 # do not include trailing slashes
30 TEMP_PATH=/tmp/mnt
31
32
33 # path to the system mount point
34 SYSIMG_PATH=/tmp/mnt/sysimg
35
36
37 # where the cacerts for the boot cd can be found
38 # currently, this must start with /mnt/cdrom
39 # which is hardcoded in the installer
40 CACERT_PATH=/mnt/cdrom/bootme/cacert
41
42
43 # the nonce the boot cd created, need to authenticate
44 # requests that are made to the boot server
45 NONCE_FILE=/tmp/nonce
46
47
48 # directory containing planetlab specific configuration
49 # files, like the http_proxy file
50 PLCONF_DIR=/etc/planetlab
51
52
53 # this sets the size of the root logical volume,
54 # after the root and swap has been created, remaining
55 # goes to the vserver partition
56 vs_ROOT_SIZE=14G
57 lxc_ROOT_SIZE=12G
58
59
60 # override the swap size
61 SWAP_SIZE=4G
62
63
64 # in raw disk mode, the size of /vservers
65 # if unset or -1, use the entire first disk
66 VSERVERS_SIZE=-1
67
68
69 # whether or not to skip hardware requirement check
70 SKIP_HARDWARE_REQUIREMENT_CHECK=0
71
72
73 # minimum amount of memory needed for installer, in kb
74 MINIMUM_MEMORY=511000
75
76
77 # minimum block disk size in GB to be added to lvm.
78 # if any block devices are smaller than this, they are ignored.
79 MINIMUM_DISK_SIZE=17
80
81
82 # total minimum disk size in GB if all usable disks are below this
83 # size, the node cannot be installed
84 vs_TOTAL_MINIMUM_DISK_SIZE=50
85 lxc_TOTAL_MINIMUM_DISK_SIZE=50
86
87
88 # set of langugase for install (used in /etc/rpm/macros)
89 INSTALL_LANGS=en_US
90
91
92 # number of auth failures before starting debug mode
93 NUM_AUTH_FAILURES_BEFORE_DEBUG=2
94
95
96 # location of file containing http/https proxy info, if needed
97 PROXY_FILE=/etc/planetlab/http_proxy
98
99 ONE_PARTITION=0