# snf-image defaults file # IMAGE_NAME: Name of the image to use # Generally you use the name of the image with the version of the OS included. # Examples include: # centos-5.4 debian-4.0 fedora-12 # IMAGE_NAME="" # IMAGE_DIR: directory location for disk images # IMAGE_DIR="@localstatedir@/lib/snf-image" # IMAGE_DEBUG: turn on debugging output for the scripts # IMAGE_DEBUG=no # VERSION_CHECK: Check if snf-image and snf-image-helper have the same version. # This is usefull if snf-image is installed as debian package and not from # source. # VERSION_CHECK="@VERSION_CHECK@" # HELPER_DIR: Directory hosting the helper files # HELPER_DIR="@localstatedir@/lib/snf-image/helper/" # HELPER_SIZE: Size of the helper VM image in MB # HELPER_SIZE="600" # HELPER_TIMOUT: Soft and hard timeout limits for helper instance. The helper # instance will be terminated after a given time if it hasn't exited by itself. # A TERM signal will be send if the instance is running after a # HELPER_SOFT_TIMEOUT interval. A KILL signal will be sent, if the instance is # still running after a HELPER_HARD_TIMEOUT interval since the initial signal # was sent. The timeout values are integer numbers with an optional suffix: `s' # for seconds (the default), `m' for minutes, `h' for hours or `d' for days. # HELPER_SOFT_TIMEOUT="120" # HELPER_HARD_TIMEOUT="5" # HELPER_USER: For security reasons, it is recommended that the helper VM # runs as an unprivileged user. KVM drops root privileges and runs as # HELPER_USER imeddiately before starting execution of the helper VM. # HELPER_USER="nobody" # MULTISTRAP_CONFIG: Configuration file to be used with multistrap to create # the rootfs of the helper image. # MULTISTRAP_CONFIG="@MULTISTRAP_CONFIG@" # MULTISTRAP_APTPREFDIR: Directory where apt preference files are hosted. Those # files will be injected to the helper image before multistrap is called. # MULTISTRAP_APTPREFDIR="@MULTISTRAP_APTPREFDIR@" # XEN_SCRIPTS_DIR: Directory where the Xen scripts are stored # XEN_SCRIPTS_DIR=="@sysconfdir@/xen/scripts" # PITHOS_DB: Pithos database in SQLAlchemy format # PITHOS_DB="sqlite:////@localstatedir@/lib/pithos/backend.db" # PITHOS_DATA: Directory where pithos data are hosted # PITHOS_DATA="/@localstatedir@/lib/pithos/data" # PROGRESS_MONITOR: External program that monitors the progress of the image # deployment. The snf-image monitor messages will be redirected to the standard # input of this program. # PROGRESS_MONITOR="@PROGRESS_MONITOR@" # UNATTEND: This variables overwrites the unattend.xml file used when deploying # a windows image. snf-image-helper will use its own unattend.xml file if this # variable is empty. Please unless you really know what you are doing, leave # this empty. # UNATTEND="@UNATTEND@" # Paths for needed programs. Uncommend and change the variables below if you # don't want to use the default one. # LOSETUP="losetup" # KPARTX="kpartx" # SFDISK="sfdisk" # QEMU_IMG="qemu-img" # INSTALL_MBR="install-mbr" # TIMEOUT="timeout" # CURL="curl" # TAR="tar"