summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-container-tools.templates
diff options
context:
space:
mode:
Diffstat (limited to 'debian/open-infrastructure-container-tools.templates')
-rw-r--r--debian/open-infrastructure-container-tools.templates99
1 files changed, 99 insertions, 0 deletions
diff --git a/debian/open-infrastructure-container-tools.templates b/debian/open-infrastructure-container-tools.templates
new file mode 100644
index 0000000..3362b5f
--- /dev/null
+++ b/debian/open-infrastructure-container-tools.templates
@@ -0,0 +1,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).