From 0293580b502da3dc874430861c6cfac976403a67 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 2 Sep 2021 11:48:13 +0200 Subject: [PATCH] qa/distros/podman: Add rhel_8.rhel_8.4_container_tools_3.0.yaml mainly for the cephfs suite Signed-off-by: Sebastian Wagner --- qa/distros/podman/rhel_8.4_container_tools_3.0.yaml | 13 +++++++++++++ .../podman/rhel_8.4_container_tools_rhel8.yaml | 13 +++++++++++++ .../distro/centos_8.2_container_tools_3.0.yaml | 1 + .../smoke/distro/rhel_8.4_container_tools_3.0.yaml | 1 + .../distro/rhel_8.4_container_tools_rhel8.yaml | 1 + 5 files changed, 29 insertions(+) create mode 100644 qa/distros/podman/rhel_8.4_container_tools_3.0.yaml create mode 100644 qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml create mode 120000 qa/suites/orch/cephadm/smoke/distro/centos_8.2_container_tools_3.0.yaml create mode 120000 qa/suites/orch/cephadm/smoke/distro/rhel_8.4_container_tools_3.0.yaml create mode 120000 qa/suites/orch/cephadm/smoke/distro/rhel_8.4_container_tools_rhel8.yaml 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 index 00000000000..a01eec95228 --- /dev/null +++ b/qa/distros/podman/rhel_8.4_container_tools_3.0.yaml @@ -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 index 00000000000..fdce9e83749 --- /dev/null +++ b/qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml @@ -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 index 00000000000..d1965f3d659 --- /dev/null +++ b/qa/suites/orch/cephadm/smoke/distro/centos_8.2_container_tools_3.0.yaml @@ -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 index 00000000000..9e1ab9a0e2a --- /dev/null +++ b/qa/suites/orch/cephadm/smoke/distro/rhel_8.4_container_tools_3.0.yaml @@ -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 index 00000000000..b4b0a7892ce --- /dev/null +++ b/qa/suites/orch/cephadm/smoke/distro/rhel_8.4_container_tools_rhel8.yaml @@ -0,0 +1 @@ +.qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml \ No newline at end of file -- 2.39.5