mirror of
https://github.com/ceph/ceph
synced 2025-02-08 11:29:17 +00:00
https://github.com/ceph/teuthology/pull/1757 introduced this change, however, qa/distros continued to use `whitelist' keyword. Signed-off-by: Venky Shankar <vshankar@redhat.com>
15 lines
444 B
YAML
15 lines
444 B
YAML
os_type: centos
|
|
os_version: "8.stream"
|
|
overrides:
|
|
selinux:
|
|
allowlist:
|
|
- scontext=system_u:system_r:logrotate_t:s0
|
|
|
|
tasks:
|
|
- pexec:
|
|
all:
|
|
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
|
|
- sudo dnf -y module reset container-tools
|
|
- sudo dnf -y module install container-tools --allowerasing --nobest
|
|
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf
|