Statistics
| Branch: | Revision:

root / defaults @ fd786991

History | View | Annotate | Download (1.3 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 134c11c3 Lance Albertson
# IMAGE_NAME: Name of the image to use
17 134c11c3 Lance Albertson
# Generally you use the name of the image with the version of the OS included.
18 134c11c3 Lance Albertson
# Examples include:
19 134c11c3 Lance Albertson
#   centos-5.4 debian-4.0 fedora-12
20 134c11c3 Lance Albertson
# IMAGE_NAME=""
21 134c11c3 Lance Albertson
22 3a58e5d7 Lance Albertson
# IMAGE_TYPE: Either qemu disk images, tarball, or dump based images.
23 3a58e5d7 Lance Albertson
# Use either qemu, tarball, dump (default is qemu)
24 3a58e5d7 Lance Albertson
# IMAGE_TYPE="qemu"
25 b05b1ab6 Lance Albertson
26 2e0988ec Lance Albertson
# IMAGE_DIR: directory location for disk images
27 3a58e5d7 Lance Albertson
# ( default is @localstatedir@/cache/ganeti-instance-image )
28 2e0988ec Lance Albertson
# IMAGE_DIR=""
29 2e0988ec Lance Albertson
30 134c11c3 Lance Albertson
# ARCH: Define the ARCH of the image to use
31 134c11c3 Lance Albertson
# Use either x86 or x86_64
32 134c11c3 Lance Albertson
# ARCH=""
33 134c11c3 Lance Albertson
34 79224631 Lance Albertson
# CUSTOMIZE_DIR: a directory containing scripts to customize the installation.
35 79224631 Lance Albertson
# The scripts are executed using run-parts
36 fcce5224 Lance Albertson
# By default /etc/ganeti/instance-image.d
37 fcce5224 Lance Albertson
# CUSTOMIZE_DIR="/etc/ganeti/instance-image.d"
38 611fa6b0 Lance Albertson
39 611fa6b0 Lance Albertson
# IMAGE_DEBUG: turn on debugging output for the scripts
40 611fa6b0 Lance Albertson
# IMAGE_DEBUG=0