From 6cb71b84b2e6be147594015c4942891ee9e021e0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 28 Feb 2022 09:32:51 +0100 Subject: DEBIAN Signed-off-by: Daniel Baumann --- .../open-infrastructure-container-tools.templates | 86 ++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 debian/open-infrastructure-container-tools.templates (limited to 'debian/open-infrastructure-container-tools.templates') diff --git a/debian/open-infrastructure-container-tools.templates b/debian/open-infrastructure-container-tools.templates new file mode 100644 index 0000000..98335a6 --- /dev/null +++ b/debian/open-infrastructure-container-tools.templates @@ -0,0 +1,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/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 +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 +Type: string +Default: /etc/compute-tools/hooks +_Description: debconf 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 +Type: string +Default: /etc/compute-tools/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/compute-tools/keys (default) or + /srv/container/keys when using shared storage. + +Template: open-infrastructure-container-tools/cache +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/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). -- cgit v1.2.3