mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
qa/distros: bump container-hosts from centos 8 to 9
Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
parent
e7ccff5930
commit
bac9e74abf
@ -0,0 +1,14 @@
|
||||
os_type: centos
|
||||
os_version: "9.stream"
|
||||
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 --allowerasing --nobest
|
||||
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf
|
@ -0,0 +1,16 @@
|
||||
os_type: centos
|
||||
os_version: "9.stream"
|
||||
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 --allowerasing --nobest
|
||||
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf
|
||||
- sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf
|
||||
- sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.conf
|
@ -1 +1 @@
|
||||
container-hosts/centos_8.stream_container_tools_crun.yaml
|
||||
container-hosts/centos_9.stream_container_tools_crun.yaml
|
1
qa/suites/orch/cephadm/smoke-small/0-distro/.qa
Symbolic link
1
qa/suites/orch/cephadm/smoke-small/0-distro/.qa
Symbolic link
@ -0,0 +1 @@
|
||||
../.qa
|
@ -1 +0,0 @@
|
||||
../.qa/distros/container-hosts/centos_8.stream_container_tools_crun.yaml
|
@ -0,0 +1 @@
|
||||
.qa/distros/container-hosts/centos_9.stream_container_tools_crun.yaml
|
@ -1,5 +1,5 @@
|
||||
os_type: centos
|
||||
os_version: "8.stream"
|
||||
os_version: "9.stream"
|
||||
|
||||
tasks:
|
||||
- pexec:
|
Loading…
Reference in New Issue
Block a user