From dc2c93ce8ff8c03bcefe8f10143c48b433543926 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Thu, 18 Jun 2026 13:40:29 +0200 Subject: [PATCH] [b/r] add attr package to swift to have getfattr Jira: OSPRH-31535 Signed-off-by: Martin Schuppert --- container-images/tcib/base/os/swift-base/swift-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/container-images/tcib/base/os/swift-base/swift-base.yaml b/container-images/tcib/base/os/swift-base/swift-base.yaml index 353d898b..3918ebdb 100644 --- a/container-images/tcib/base/os/swift-base/swift-base.yaml +++ b/container-images/tcib/base/os/swift-base/swift-base.yaml @@ -7,6 +7,7 @@ tcib_actions: - run: touch /etc/swift/rootwrap.conf && chmod 644 /etc/swift/rootwrap.conf && crudini --set /etc/swift/rootwrap.conf DEFAULT filters_path /etc/swift/rootwrap.d,/usr/share/swift/rootwrap && crudini --set /etc/swift/rootwrap.conf DEFAULT exec_dirs /sbin,/usr/sbin,/bin,/usr/bin && crudini --set /etc/swift/rootwrap.conf DEFAULT use_syslog False && crudini --set /etc/swift/rootwrap.conf DEFAULT syslog_log_facility syslog && crudini --set /etc/swift/rootwrap.conf DEFAULT syslog_log_level ERROR tcib_packages: common: + - attr - nmap-ncat - openstack-swift - rsync-daemon