From 2d29ea9c7c99fb87593eac3bb53b9f144767d5fc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 Feb 2023 12:31:14 +0100 Subject: Renaming ceph-tools to storage-tools to avoid future NEW processing for adding additional tools. Signed-off-by: Daniel Baumann --- debian/open-infrastructure-storage-tools.templates | 105 +++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 debian/open-infrastructure-storage-tools.templates (limited to 'debian/open-infrastructure-storage-tools.templates') diff --git a/debian/open-infrastructure-storage-tools.templates b/debian/open-infrastructure-storage-tools.templates new file mode 100644 index 0000000..3c024f3 --- /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 HTML page, 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: 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-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). -- cgit v1.2.3