search for vol_id and use retrocompatible options
[ext/instance-debootstrap.git] / defaults
1 # ganeti-instance-debootstrap defaults file
2
3 # if you want to change from the default of installing debian stable
4 # on the next instance, customize this file before the instance
5 # installation
6
7 # PROXY: if non-null, use this as an http-proxy in order to speed up
8 # non-cached installs; not that if not set, debootstrap might still
9 # use a system-wide proxy setting if it is exported in the
10 # ganeti-noded daemon environment
11 # PROXY="http://proxy.example.com:3128/"
12
13 # MIRROR: do not customize MIRROR if you want to be able to install
14 # both debian and ubuntu, since they have different defaults; or
15 # customize it before each install
16 # MIRROR="http://ftp.debian.org/debian"
17
18 # ARCH: define ARCH only if you want a different architecture than the
19 # current one; the known use case is to install a 32-bit instance on a
20 # 64-bit node; choose either "i386" or "amd64":
21 # ARCH="i386"
22
23 # SUITE: change suite to any of the ones supported by deboostrap; this
24 # could be unstable, etch, etc.:
25 # SUITE="lenny"
26
27 # EXTRA_PKGS: depending on the suite and architecture you are using,
28 # different extra packages are needed for Xen support; if you are not
29 # using Xen, then Xen packages should not be installed and you should
30 # use a different, if any, value for it
31
32 # for etch/lenny i386:
33 # EXTRA_PKGS="linux-image-xen-686,libc6-xen"
34
35 # for etch amd64 (lenny doesn't have xen support in amd64):
36 # EXTRA_PKGS="linux-image-xen-amd64"
37
38 # GENERATE_CACHE: if set to yes (the default), create new cache files;
39 # any other value will disable the generation of cache files (but they
40 # will still be used if they exist)
41 GENERATE_CACHE="yes"
42
43 # CLEAN_CACHE: should be set to the number of days after which to
44 # clean the cache; the default is 14 (two weeks); to disable cache
45 # cleaning, set it to an empty value ("")
46 CLEAN_CACHE="14"