ceph/qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml
Sebastian Wagner 0293580b50
qa/distros/podman: Add rhel_8.rhel_8.4_container_tools_3.0.yaml
mainly for the cephfs suite

Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
2021-09-03 10:04:45 +02:00

14 lines
418 B
YAML

os_type: rhel
os_version: "8.4"
overrides:
selinux:
whitelist:
- 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:rhel8
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf