summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorThomas Bechtold <tbechtold@suse.com>2019-09-24 12:12:35 +0200
committerJacek Tomasiak <jacek.tomasiak@gmail.com>2020-03-16 23:05:36 +0100
commitbfb41571b23d04c9e8fc74caf3d9f94911b8e414 (patch)
tree611b936b8e79253e0358b88dbccf4e755cf3faf0 /etc
parent443e0b10934f435b5504fcf7b32daeaf0f8ee23b (diff)
downloadironic-bfb41571b23d04c9e8fc74caf3d9f94911b8e414.tar.gz
Drop rootwrap.d/ironic-lib.filters file
The file is included in the ironic-lib module and there is no difference (beside some comments) in the files. For packagers, this solves the problem that ironic-lib and ironic are currently not installable together given that both packages contain the same file. Story: 2006604 Task: 36772 Depends-On: https://review.opendev.org/684771 Change-Id: I2d800d4c2616ccd9d9f12a2fe59e259def15dc6b
Diffstat (limited to 'etc')
-rw-r--r--etc/ironic/rootwrap.d/ironic-lib.filters28
1 files changed, 0 insertions, 28 deletions
diff --git a/etc/ironic/rootwrap.d/ironic-lib.filters b/etc/ironic/rootwrap.d/ironic-lib.filters
deleted file mode 100644
index 342ab69eb..000000000
--- a/etc/ironic/rootwrap.d/ironic-lib.filters
+++ /dev/null
@@ -1,28 +0,0 @@
-# An ironic-lib.filters to be used with rootwrap command.
-# The following commands should be used in filters for disk manipulation.
-# This file should be owned by (and only-writable by) the root user.
-
-# NOTE: this file is a copy of ironic-lib.filters from the ironic-lib
-# repository that should ultimately be remove. At this point, we still
-# need it to avoid gate breakage and preserve compatibily with existing
-# installation.
-
-[Filters]
-# ironic_lib/disk_utils.py
-blkid: CommandFilter, blkid, root
-blockdev: CommandFilter, blockdev, root
-hexdump: CommandFilter, hexdump, root
-lsblk: CommandFilter, lsblk, root
-qemu-img: CommandFilter, qemu-img, root
-wipefs: CommandFilter, wipefs, root
-sgdisk: CommandFilter, sgdisk, root
-partprobe: CommandFilter, partprobe, root
-
-# ironic_lib/utils.py
-mkswap: CommandFilter, mkswap, root
-mkfs: CommandFilter, mkfs, root
-dd: CommandFilter, dd, root
-
-# ironic_lib/disk_partitioner.py
-fuser: CommandFilter, fuser, root
-parted: CommandFilter, parted, root