summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-container-tools.templates
blob: d2510281aaf68514e2d4d8d82ca7b65b6637b87e (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
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/system
 when using shared storage.

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

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

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

Template: open-infrastructure-container-tools/keys
Type: string
_Default: /etc/open-infrastructure/container/keys
_Description: debconf directory:
 Please specify the directory that will be used to store the container
 keys for verifying container image downloads.
 .
 If unsure, use /etc/open-infrastructure/container/keys (default) or
 /srv/container/keys when using shared storage.

Template: open-infrastructure-container-tools/cache
Type: string
_Default: /var/cache/open-infrastructure/container
_Description: cache directory:
 Please specify the directory that will be used to cache files during
 creation of containers.
 .
 If unsure, use /var/cache/open-infrastructure/container (default) or
 /srv/container/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).

Template: open-infrastructure-container-tools/irc
Type: string
_Default: 
_Description: IRC notifications:
 The container command can send IRC notifications via irker to one or more
 (whitespace separated) IRC channels.
 .
 The following example will send IRC notifications to the
 open-infrastructure channel on irc.oftc.net:
 .
   irc://irc.oftc.net:6668/open-infrastructure
 .
 If unsure, leave empty (default).