Statistics
| Branch: | Revision:

root / defaults @ be751693

History | View | Annotate | Download (1.5 kB)

1 fcce5224 Lance Albertson
# ganeti-instance-image defaults file
2 79224631 Lance Albertson
3 fcce5224 Lance Albertson
# CDINSTALL: Only setup disks for a cd based install
4 fcce5224 Lance Albertson
# Just setup the disks so that you can boot a machine up on a cd to create a
5 fcce5224 Lance Albertson
# new image
6 3a58e5d7 Lance Albertson
# CDINSTALL="no"
7 79224631 Lance Albertson
8 e21b8802 Lance Albertson
# SWAP: Create a swap partition
9 e21b8802 Lance Albertson
# SWAP=yes
10 e21b8802 Lance Albertson
11 fd786991 Lance Albertson
# SWAP_SIZE: Manually set the size of the swap partition (in MB)
12 fd786991 Lance Albertson
# If left empty, it will set the size equal to the memory for the instance.
13 fd786991 Lance Albertson
# Make sure you have enough disk space for the swap partition!
14 fd786991 Lance Albertson
# SWAP_SIZE=""
15 fd786991 Lance Albertson
16 4c96e490 Lance Albertson
# FILESYSTEM: Set which filesystem to format the disks as. Currently only
17 4c96e490 Lance Albertson
# supports ext3 or ext4. Default is ext3.
18 4c96e490 Lance Albertson
# FILESYSTEM="ext3"
19 4c96e490 Lance Albertson
20 c40fd6ae Lance Albertson
# KERNEL_ARGS: Add additional kernel boot arguments to an instance. This only
21 c40fd6ae Lance Albertson
# works on instances booting a kernel from inside.
22 c40fd6ae Lance Albertson
# KERNEL_ARGS=""
23 c40fd6ae Lance Albertson
24 134c11c3 Lance Albertson
# IMAGE_NAME: Name of the image to use
25 134c11c3 Lance Albertson
# Generally you use the name of the image with the version of the OS included.
26 134c11c3 Lance Albertson
# Examples include:
27 134c11c3 Lance Albertson
#   centos-5.4 debian-4.0 fedora-12
28 134c11c3 Lance Albertson
# IMAGE_NAME=""
29 134c11c3 Lance Albertson
30 3a58e5d7 Lance Albertson
# IMAGE_TYPE: Either qemu disk images, tarball, or dump based images.
31 be751693 Lance Albertson
# Use either qemu, tarball, dump (default is dump)
32 be751693 Lance Albertson
# IMAGE_TYPE="dump"
33 b05b1ab6 Lance Albertson
34 2e0988ec Lance Albertson
# IMAGE_DIR: directory location for disk images
35 3a58e5d7 Lance Albertson
# ( default is @localstatedir@/cache/ganeti-instance-image )
36 2e0988ec Lance Albertson
# IMAGE_DIR=""
37 2e0988ec Lance Albertson
38 134c11c3 Lance Albertson
# ARCH: Define the ARCH of the image to use
39 134c11c3 Lance Albertson
# Use either x86 or x86_64
40 134c11c3 Lance Albertson
# ARCH=""
41 134c11c3 Lance Albertson
42 79224631 Lance Albertson
# CUSTOMIZE_DIR: a directory containing scripts to customize the installation.
43 79224631 Lance Albertson
# The scripts are executed using run-parts
44 fcce5224 Lance Albertson
# By default /etc/ganeti/instance-image.d
45 fcce5224 Lance Albertson
# CUSTOMIZE_DIR="/etc/ganeti/instance-image.d"
46 611fa6b0 Lance Albertson
47 611fa6b0 Lance Albertson
# IMAGE_DEBUG: turn on debugging output for the scripts
48 611fa6b0 Lance Albertson
# IMAGE_DEBUG=0