]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/distros/podman: Add rhel_8.rhel_8.4_container_tools_3.0.yaml 43021/head
authorSebastian Wagner <sewagner@redhat.com>
Thu, 2 Sep 2021 09:48:13 +0000 (11:48 +0200)
committerSebastian Wagner <sewagner@redhat.com>
Fri, 3 Sep 2021 08:04:45 +0000 (10:04 +0200)
mainly for the cephfs suite

Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
qa/distros/podman/rhel_8.4_container_tools_3.0.yaml [new file with mode: 0644]
qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke/distro/centos_8.2_container_tools_3.0.yaml [new symlink]
qa/suites/orch/cephadm/smoke/distro/rhel_8.4_container_tools_3.0.yaml [new symlink]
qa/suites/orch/cephadm/smoke/distro/rhel_8.4_container_tools_rhel8.yaml [new symlink]

diff --git a/qa/distros/podman/rhel_8.4_container_tools_3.0.yaml b/qa/distros/podman/rhel_8.4_container_tools_3.0.yaml
new file mode 100644 (file)
index 0000000..a01eec9
--- /dev/null
@@ -0,0 +1,13 @@
+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:3.0
+    - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf
diff --git a/qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml b/qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml
new file mode 100644 (file)
index 0000000..fdce9e8
--- /dev/null
@@ -0,0 +1,13 @@
+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
diff --git a/qa/suites/orch/cephadm/smoke/distro/centos_8.2_container_tools_3.0.yaml b/qa/suites/orch/cephadm/smoke/distro/centos_8.2_container_tools_3.0.yaml
new file mode 120000 (symlink)
index 0000000..d1965f3
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/podman/centos_8.2_container_tools_3.0.yaml
\ No newline at end of file
diff --git a/qa/suites/orch/cephadm/smoke/distro/rhel_8.4_container_tools_3.0.yaml b/qa/suites/orch/cephadm/smoke/distro/rhel_8.4_container_tools_3.0.yaml
new file mode 120000 (symlink)
index 0000000..9e1ab9a
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/podman/rhel_8.4_container_tools_3.0.yaml
\ No newline at end of file
diff --git a/qa/suites/orch/cephadm/smoke/distro/rhel_8.4_container_tools_rhel8.yaml b/qa/suites/orch/cephadm/smoke/distro/rhel_8.4_container_tools_rhel8.yaml
new file mode 120000 (symlink)
index 0000000..b4b0a78
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml
\ No newline at end of file