summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-container-tools.templates
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-06-09 11:08:48 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-07-01 09:48:41 +0000
commit4a4581983d7a5cbe34aea09d46a3c48d5677fc57 (patch)
tree5c8193aeb5bd1bd538a59cb6bdd3a637798e0459 /debian/open-infrastructure-container-tools.templates
parentBumping upstream version (DEV). (diff)
downloadcompute-tools-4a4581983d7a5cbe34aea09d46a3c48d5677fc57.tar.xz
compute-tools-4a4581983d7a5cbe34aea09d46a3c48d5677fc57.zip
Adding debian packaging (DEV).
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'debian/open-infrastructure-container-tools.templates')
-rw-r--r--debian/open-infrastructure-container-tools.templates52
1 files changed, 52 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..97281d9
--- /dev/null
+++ b/debian/open-infrastructure-container-tools.templates
@@ -0,0 +1,52 @@
+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).