summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-storage-tools.config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-02 08:45:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-02 08:58:31 +0000
commitc63767cdee7fb4fcf625ec57b6cd6360ef82bdbb (patch)
tree635d2045cba6d19ac488c2b12601f899534276e0 /debian/open-infrastructure-storage-tools.config
parentRepeating Section for binary packages in control. (diff)
downloadopen-infrastructure-storage-tools-c63767cdee7fb4fcf625ec57b6cd6360ef82bdbb.tar.xz
open-infrastructure-storage-tools-c63767cdee7fb4fcf625ec57b6cd6360ef82bdbb.zip
Renaming binary package to open-infrastructure-ceph-tools for consistency and future-proofing.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/open-infrastructure-storage-tools.config')
-rw-r--r--debian/open-infrastructure-storage-tools.config68
1 files changed, 0 insertions, 68 deletions
diff --git a/debian/open-infrastructure-storage-tools.config b/debian/open-infrastructure-storage-tools.config
deleted file mode 100644
index daf26c6..0000000
--- a/debian/open-infrastructure-storage-tools.config
+++ /dev/null
@@ -1,68 +0,0 @@
-#!/bin/sh
-
-set -e
-
-CONFFILE="/etc/default/storage-tools"
-
-. /usr/share/debconf/confmodule
-
-if [ -e "${CONFFILE}" ]
-then
- . ${CONFFILE} || true
-
- db_set open-infrastructure-storage-tools/ceph-log "${CEPH_LOG}"
- db_set open-infrastructure-storage-tools/ceph-info "${CEPH_INFO}"
-
- db_set open-infrastructure-storage-tools/cephfs-snap "${CEPHFS_SNAP}"
- db_set open-infrastructure-storage-tools/cephfs-snap-directories "${CEPHFS_SNAP_DIRECTORIES}"
-
- db_set open-infrastructure-storage-tools/cephfs-snap-hourly "${CEPHFS_SNAP_HOURLY}"
- db_set open-infrastructure-storage-tools/cephfs-snap-daily "${CEPHFS_SNAP_DAILY}"
- db_set open-infrastructure-storage-tools/cephfs-snap-weekly "${CEPHFS_SNAP_WEEKLY}"
- db_set open-infrastructure-storage-tools/cephfs-snap-monthly "${CEPHFS_SNAP_MONTHLY}"
- db_set open-infrastructure-storage-tools/cephfs-snap-yearly "${CEPHFS_SNAP_YEARLY}"
-
- db_set open-infrastructure-storage-tools/irc "${IRK_TARGETS}"
-fi
-
-db_settitle open-infrastructure-storage-tools/title
-db_input low open-infrastructure-storage-tools/ceph-log || true
-db_go
-
-db_settitle open-infrastructure-storage-tools/title
-db_input low open-infrastructure-storage-tools/ceph-info || true
-db_go
-
-db_settitle open-infrastructure-storage-tools/title
-db_input low open-infrastructure-storage-tools/cephfs-snap || true
-db_go
-
-db_settitle open-infrastructure-storage-tools/title
-db_input low open-infrastructure-storage-tools/cephfs-snap-directories || true
-db_go
-
-db_settitle open-infrastructure-storage-tools/title
-db_input low open-infrastructure-storage-tools/cephfs-snap-hourly || true
-db_go
-
-db_settitle open-infrastructure-storage-tools/title
-db_input low open-infrastructure-storage-tools/cephfs-snap-daily || true
-db_go
-
-db_settitle open-infrastructure-storage-tools/title
-db_input low open-infrastructure-storage-tools/cephfs-snap-weekly || true
-db_go
-
-db_settitle open-infrastructure-storage-tools/title
-db_input low open-infrastructure-storage-tools/cephfs-snap-monthly || true
-db_go
-
-db_settitle open-infrastructure-storage-tools/title
-db_input low open-infrastructure-storage-tools/cephfs-snap-yearly || true
-db_go
-
-db_settitle open-infrastructure-storage-tools/title
-db_input low open-infrastructure-storage-tools/irc || true
-db_go
-
-db_stop