summaryrefslogtreecommitdiffstats
path: root/qa/distros/container-hosts/centos_9.stream.yaml
blob: d2eafe6f0a9054c19c8345c3101ef70ccd675540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
os_type: centos
os_version: "9.stream"
overrides:
  selinux:
    allowlist:
      - scontext=system_u:system_r:logrotate_t:s0
      - scontext=system_u:system_r:getty_t:s0

tasks:
- pexec:
    all:
    # in order to work around a possible nvme-cli <-> libnvme linking issue
    # See https://tracker.ceph.com/issues/67684
    - sudo dnf remove nvme-cli -y
    - sudo dnf install nvmetcli nvme-cli -y