Statistics
| Branch: | Revision:

root / defaults @ 3a58e5d7

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