summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-ceph-tools.templates
diff options
context:
space:
mode:
Diffstat (limited to 'debian/open-infrastructure-ceph-tools.templates')
-rw-r--r--debian/open-infrastructure-ceph-tools.templates105
1 files changed, 105 insertions, 0 deletions
diff --git a/debian/open-infrastructure-ceph-tools.templates b/debian/open-infrastructure-ceph-tools.templates
new file mode 100644
index 0000000..f1fa09b
--- /dev/null
+++ b/debian/open-infrastructure-ceph-tools.templates
@@ -0,0 +1,105 @@
+Template: open-infrastructure-ceph-tools/title
+Type: title
+_Description: ceph-tools: Setup
+
+Template: open-infrastructure-ceph-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-ceph-tools/ceph-info
+Type: boolean
+Default: false
+_Description: ceph-info:
+ ceph-info shows Ceph cluster information as a HTML page, see ceph-info(1).
+ .
+ Should ceph-info be enabled?
+
+Template: open-infrastructure-ceph-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-ceph-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-ceph-tools/cephfs-snap-hourly
+Type: string
+_Default: 169
+_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-ceph-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-ceph-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-ceph-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-ceph-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-ceph-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).