summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-container-tools.templates
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-06-14 19:22:20 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-06-14 19:22:20 +0000
commit34ed2a7257d7500b5ad1af5960f04e172ee7bfe0 (patch)
tree87ee29381d38d842803ca3055fe390dec943f051 /debian/open-infrastructure-container-tools.templates
parentUpdating vcs fields. (diff)
downloadopen-infrastructure-compute-tools-34ed2a7257d7500b5ad1af5960f04e172ee7bfe0.tar.xz
open-infrastructure-compute-tools-34ed2a7257d7500b5ad1af5960f04e172ee7bfe0.zip
Adding debconf handling for setting choosing /var/lib/machines, /etc/container-tools/config, /etc/container-tools/debconf, and /var/cache/container-tools default locations.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'debian/open-infrastructure-container-tools.templates')
-rw-r--r--debian/open-infrastructure-container-tools.templates46
1 files changed, 46 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..580467f
--- /dev/null
+++ b/debian/open-infrastructure-container-tools.templates
@@ -0,0 +1,46 @@
+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.