summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-container-tools.templates
blob: 3362b5f4e6cbb083e3ab158762a6fc7a8f415676 (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
87
88
89
90
91
92
93
94
95
96
97
98
99
Template: open-infrastructure-container-tools/title
Type: title
_Description: container-tools: Setup

Template: open-infrastructure-container-tools/machines-directory
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-directory
Type: string
Default: /etc/compute-tools/config
_Description: config directory:
 Please specify the directory that will be used to store the container
 configuration files.
 .
 If unsure, use /etc/compute-tools/config (default) or
 /srv/container/config when using shared storage.

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

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

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

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

Template: open-infrastructure-container-tools/directory-permissions
Type: select
Choices-C: 0700, 0755
Choices: root-only, read-only
Default: root-only
_Description: Do you want system-wide readable container directories?
 By default, the machines directory (and a few non-critical additional
 directories such as 'cache' and 'config') is only readable by the root
 user. If you want any user to be able to see what machines are available,
 you can select read-only instead of root-only (default).
 .
 If unsure, leave at root-only (default).

Template: open-infrastructure-container-tools/build-script
Type: select
Choices: ${SCRIPT_CHOICES}
Default: debian
_Description: default build 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).