]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/distros: bump podman from centos 8 to 9
authorCasey Bodley <cbodley@redhat.com>
Mon, 9 Oct 2023 21:25:13 +0000 (17:25 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 1 Jul 2024 15:56:26 +0000 (11:56 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 00b3eef5b846dee6e9aae1f1295271c89f2801e5)

qa/distros/podman/centos_9.stream_container_tools.yaml [new file with mode: 0644]
qa/suites/fs/upgrade/mds_upgrade_sequence/centos_9.stream_container_tools.yaml [new symlink]
qa/suites/orch/cephadm/mgr-nfs-upgrade/0-centos_8.stream_container_tools.yaml [deleted symlink]
qa/suites/orch/cephadm/mgr-nfs-upgrade/0-centos_9.stream_container_tools.yaml [new symlink]
qa/suites/orch/cephadm/workunits/task/test_iscsi_container/centos_8.stream_container_tools.yaml [deleted symlink]
qa/suites/orch/cephadm/workunits/task/test_iscsi_container/centos_9.stream_container_tools.yaml [new symlink]

diff --git a/qa/distros/podman/centos_9.stream_container_tools.yaml b/qa/distros/podman/centos_9.stream_container_tools.yaml
new file mode 100644 (file)
index 0000000..eb542a9
--- /dev/null
@@ -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
diff --git a/qa/suites/fs/upgrade/mds_upgrade_sequence/centos_9.stream_container_tools.yaml b/qa/suites/fs/upgrade/mds_upgrade_sequence/centos_9.stream_container_tools.yaml
new file mode 120000 (symlink)
index 0000000..0ad8250
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/podman/centos_9.stream_container_tools.yaml
\ No newline at end of file
diff --git a/qa/suites/orch/cephadm/mgr-nfs-upgrade/0-centos_8.stream_container_tools.yaml b/qa/suites/orch/cephadm/mgr-nfs-upgrade/0-centos_8.stream_container_tools.yaml
deleted file mode 120000 (symlink)
index 7a86f96..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.qa/distros/podman/centos_8.stream_container_tools.yaml
\ No newline at end of file
diff --git a/qa/suites/orch/cephadm/mgr-nfs-upgrade/0-centos_9.stream_container_tools.yaml b/qa/suites/orch/cephadm/mgr-nfs-upgrade/0-centos_9.stream_container_tools.yaml
new file mode 120000 (symlink)
index 0000000..0ad8250
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/podman/centos_9.stream_container_tools.yaml
\ No newline at end of file
diff --git a/qa/suites/orch/cephadm/workunits/task/test_iscsi_container/centos_8.stream_container_tools.yaml b/qa/suites/orch/cephadm/workunits/task/test_iscsi_container/centos_8.stream_container_tools.yaml
deleted file mode 120000 (symlink)
index 7a86f96..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.qa/distros/podman/centos_8.stream_container_tools.yaml
\ No newline at end of file
diff --git a/qa/suites/orch/cephadm/workunits/task/test_iscsi_container/centos_9.stream_container_tools.yaml b/qa/suites/orch/cephadm/workunits/task/test_iscsi_container/centos_9.stream_container_tools.yaml
new file mode 120000 (symlink)
index 0000000..0ad8250
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/podman/centos_9.stream_container_tools.yaml
\ No newline at end of file