summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-storage-tools.templates
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-04-10 22:20:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-04-10 22:20:46 +0000
commitd2e2ffd9f8a1103cb7a671ad2289dae6b00b2637 (patch)
tree1573b7a8a0d3799aedfca016af69ff326bb0ea96 /debian/open-infrastructure-storage-tools.templates
parentAnnotating recommends and suggests in control. (diff)
downloadopen-infrastructure-storage-tools-d2e2ffd9f8a1103cb7a671ad2289dae6b00b2637.tar.xz
open-infrastructure-storage-tools-d2e2ffd9f8a1103cb7a671ad2289dae6b00b2637.zip
Adding debconf handling for /etc/default/storage-tools.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/open-infrastructure-storage-tools.templates')
-rw-r--r--debian/open-infrastructure-storage-tools.templates105
1 files changed, 105 insertions, 0 deletions
diff --git a/debian/open-infrastructure-storage-tools.templates b/debian/open-infrastructure-storage-tools.templates
new file mode 100644
index 0000000..2aa1152
--- /dev/null
+++ b/debian/open-infrastructure-storage-tools.templates
@@ -0,0 +1,105 @@
+Template: open-infrastructure-storage-tools/title
+Type: title
+_Description: storage-tools: Setup
+
+Template: open-infrastructure-storage-tools/ceph-log
+Type: boolean
+Default: false
+_Description: ceph-log:
+ ceph-log stores Ceph cluster log as a logfile, see ceph-log(1).
+ .
+ Should ceph-log be enabled?
+
+Template: open-infrastructure-storage-tools/ceph-info
+Type: boolean
+Default: false
+_Description: ceph-info:
+ ceph-info shows Ceph cluster information as a website, see ceph-info(1).
+ .
+ Should ceph-info be enabled?
+
+Template: open-infrastructure-storage-tools/cephfs-snap
+Type: boolean
+Default: false
+_Description: cephfs-snap:
+ cephfs-snap creates CephFS snapshots periodically, see cephfs-snap(1).
+ .
+ Should cephfs-snap be enabled?
+
+Template: open-infrastructure-storage-tools/cephfs-snap-directories
+Type: string
+_Default:
+_Description: cephfs-snap directories:
+ Please specify the directories (space separated) where CephFS are mounted
+ that should be snapshoted.
+ .
+ If unsure, leave empty.
+
+Template: open-infrastructure-storage-tools/cephfs-snap-hourly
+Type: string
+_Default: 168
+_Description: cephfs-snap hourly:
+ Please specify the number of hourly snapshots that should be kept.
+ .
+ Depending on the use case a reasonable default might be to keep hourly
+ snapshots for 1 week, means: (24 * 7) + 1 = 169
+ .
+ If unsure, leave empty (no automatic hourly snapshot rotation).
+
+Template: open-infrastructure-storage-tools/cephfs-snap-daily
+Type: string
+_Default: 32
+_Description: cephfs-snap daily:
+ Please specify the number of daily snapshots that should be kept.
+ .
+ Depending on the use case a reasonable default might be to keep daily
+ snapshots for 1 month, means: (31 * 1) + 1 = 32
+ .
+ If unsure, leave empty (no automatic daily snapshot rotation).
+
+Template: open-infrastructure-storage-tools/cephfs-snap-weekly
+Type: string
+_Default: 25
+_Description: cephfs-snap weekly:
+ Please specify the number of weekly snapshots that should be kept.
+ .
+ Depending on the use case a reasonable default might be to keep weekly
+ snapshots for 6 months, means: (6 * 4) + 1 = 25
+ .
+ If unsure, leave empty (no automatic weekly snapshot rotation).
+
+Template: open-infrastructure-storage-tools/cephfs-snap-monthly
+Type: string
+_Default: 13
+_Description: cephfs-snap monthly:
+ Please specify the number of monthly snapshots that should be kept.
+ .
+ Depending on the use case a reasonable default might be to keep monthly
+ snapshots for 1 year, means: (12 * 1) + 1 = 13
+ .
+ If unsure, leave empty (no automatic monthly snapshot rotation).
+
+Template: open-infrastructure-storage-tools/cephfs-snap-yearly
+Type: string
+_Default: 11
+_Description: cephfs-snap yearly:
+ Please specify the number of yearly snapshots that should be kept.
+ .
+ Depending on the use case a reasonable default might be to keep yearly
+ snapshots for 10 years, means: (10 * 1) + 1 = 11
+ .
+ If unsure, leave empty (no automatic yearly snapshot rotation).
+
+Template: open-infrastructure-storage-tools/irc
+Type: string
+_Default:
+_Description: IRC notifications:
+ The cephfs-snap 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).