summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-container-tools.templates
blob: 9b9ba256bc21065ca4e866f4724fbcc4fbcdbffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Template: open-infrastructure-container-tools/title
Type: title
Description: container-tools: Setup

Template: open-infrastructure-container-tools/machines
Type: string
Default: /var/lib/machines
Description: machines directory:
 Please specify the directory that will be used to store the
 containers.
 .
 If unsure, use /var/lib/machines (default)
 or /srv/container when using shared storage.

Template: open-infrastructure-container-tools/config
Type: string
Default: /etc/container-tools/config
Description: config directory:
 Please specify the directory that will be used to store the
 container configuration files.
 .
 If unsure, use /etc/container-tools/config (default)
 or /srv/container/container-tools/config when using
 shared storage.

Template: open-infrastructure-container-tools/debconf
Type: string
Default: /etc/container-tools/debconf
Description: debconf directory:
 Please specify the directory that will be used to store the
 container preseed files.
 .
 If unsure, use /etc/container-tools/debconf (default)
 or /srv/container/container-tools/debconf when using
 shared storage.

Template: open-infrastructure-container-tools/cache
Type: string
Default: /var/cache/container-tools
Description: cache directory:
 Please specify the directory that will be used to cache
 files during creation of containers.
 .
 If unsure, use /var/cache/container-tools (default) or
 /srv/container/container-tools/cache when using shared
 storage.

Template: open-infrastructure-container-tools/script
Type: select
Choices: ${SCRIPT_CHOICES}
Default: ${SCRIPT_DEFAULT}
Description: create script:
 Please select the script that will be used by default to
 create containers.
 .
 If unsure, use debian (default).