# snf-image defaults file # 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 useful 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_TIMEOUT: 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 immediately before starting execution of the helper VM. # HELPER_USER="nobody" # HELPER_MEMORY: Virtual RAM size in megabytes to be given to the helper VM. # HELPER_MEMORY="512" # 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_BACKEND_STORAGE: Select Pithos backend storage. Possible values are # 'nfs' and 'rados'. According to the value you select, you need to set the # corresponding variables that follow. # If you select 'nfs' that's 'PITHOS_DATA'. If you select 'rados' then you need # to set all the "*_RADOS_*" ones. # PITHOS_BACKEND_STORAGE="nfs" # PITHOS_DATA: Directory where Pithos data are hosted # PITHOS_DATA="/@localstatedir@/lib/pithos/data" # # PITHOS_RADOS_CEPH_CONF: RADOS configuration file # PITHOS_RADOS_CEPH_CONF="@sysconfdir@/ceph/ceph.conf" # PITHOS_RADOS_POOL_MAPS: RADOS pool for storing Pithos maps # PITHOS_RADOS_POOL_MAPS="maps" # PITHOS_RADOS_POOL_BLOCKS: RADOS pool for storing Pithos blocks # PITHOS_RADOS_POOL_BLOCKS="blocks" # PITHOS_ARCHIPELAGO_CONF: Archipelago configuration file # PITHOS_ARCHIPELAGO_CONF="@sysconfdir@/archipelago/archipelago.conf" # # 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 variable 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 leave this empty, unless you really know what you # are doing. # UNATTEND="@UNATTEND@" # Paths for needed programs. Uncomment and change the variables below if you # don't want to use the default one. # KVM="kvm" # LOSETUP="losetup" # KPARTX="kpartx" # SFDISK="sfdisk" # INSTALL_MBR="install-mbr" # TIMEOUT="timeout" # CURL="curl" # TAR="tar"