Statistics
| Branch: | Revision:

root / defaults @ c3e07762

History | View | Annotate | Download (921 Bytes)

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 fcce5224 Lance Albertson
# CDINSTALL="yes"
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 b05b1ab6 Lance Albertson
# IMAGE_TYPE: Either qemu disk images or tarball based images.
18 b05b1ab6 Lance Albertson
# Use either qemu or tarball (default is qemu)
19 b05b1ab6 Lance Albertson
# IMAGE_TYPE=qemu
20 b05b1ab6 Lance Albertson
21 2e0988ec Lance Albertson
# IMAGE_DIR: directory location for disk images
22 2e0988ec Lance Albertson
# IMAGE_DIR=""
23 2e0988ec Lance Albertson
24 134c11c3 Lance Albertson
# ARCH: Define the ARCH of the image to use
25 134c11c3 Lance Albertson
# Use either x86 or x86_64
26 134c11c3 Lance Albertson
# ARCH=""
27 134c11c3 Lance Albertson
28 79224631 Lance Albertson
# CUSTOMIZE_DIR: a directory containing scripts to customize the installation.
29 79224631 Lance Albertson
# The scripts are executed using run-parts
30 fcce5224 Lance Albertson
# By default /etc/ganeti/instance-image.d
31 fcce5224 Lance Albertson
# CUSTOMIZE_DIR="/etc/ganeti/instance-image.d"