2018-05-13 19:22:33 -06:00
|
|
|
# Config file
|
|
|
|
# Don't edit this directly unless you really must and don't
|
|
|
|
# keep this tree under git control.
|
|
|
|
# To make changes, put overrides in config.local
|
|
|
|
|
2018-05-13 20:00:21 -06:00
|
|
|
# Directory for configs, templates, etc
|
|
|
|
# Leave undefined to have it auto detect to path where script is
|
|
|
|
# WORKING_DIR=
|
|
|
|
|
|
|
|
|
2018-05-13 19:22:33 -06:00
|
|
|
# KVM pool paths
|
|
|
|
POOL=images
|
|
|
|
POOL_PATH=/data/images
|
|
|
|
|
|
|
|
# vm prefs : specify vm preferences for your guest
|
|
|
|
BACKUP_ISO_FILES=no # yes or no
|
|
|
|
|
|
|
|
net_interface="bridge=${bridge},model=virtio"
|
|
|
|
|
|
|
|
# guest image format: qcow2 or raw
|
|
|
|
FORMAT=raw
|
|
|
|
|
|
|
|
# convert image format : yes or no
|
|
|
|
CONVERT=yes
|
|
|
|
|
2018-05-13 21:18:43 -06:00
|
|
|
# Addresses to use by default for name servers
|
2018-05-13 21:29:40 -06:00
|
|
|
nameserver1="8.8.8.8"
|
2018-05-14 11:24:33 -06:00
|
|
|
nameserver2="1.1.1.1"
|
|
|
|
|
|
|
|
# Create ISO via method (genisoimage, xorriso, or cloud-localds)
|
2018-06-08 10:46:27 -06:00
|
|
|
iso_method="xorriso"
|
|
|
|
|
|
|
|
# CPU model to present to guests
|
|
|
|
# Options: specific cpu type, host-passthrough, host, host-model-only
|
|
|
|
# By default, we'll use host-passthrough since it offers the best perfs for the guests
|
|
|
|
# Don't use host-passthrough if you intend to migrate guests to different hw types live
|
|
|
|
cpumodel="host-passthrough"
|