]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/orch/cephadm/smoke: centos 8.2 -> 8.3
authorSage Weil <sage@newdream.net>
Wed, 14 Jul 2021 15:25:28 +0000 (10:25 -0500)
committerSage Weil <sage@newdream.net>
Wed, 14 Jul 2021 15:25:28 +0000 (10:25 -0500)
Signed-off-by: Sage Weil <sage@newdream.net>
qa/distros/podman/centos_8.3_kubic_stable.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke/distro/centos_8.2_kubic_stable.yaml [deleted symlink]
qa/suites/orch/cephadm/smoke/distro/centos_8.3_kubic_stable.yaml [new symlink]

diff --git a/qa/distros/podman/centos_8.3_kubic_stable.yaml b/qa/distros/podman/centos_8.3_kubic_stable.yaml
new file mode 100644 (file)
index 0000000..81827e6
--- /dev/null
@@ -0,0 +1,18 @@
+os_type: centos
+os_version: "8.3"
+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 disable container-tools
+    - sudo dnf -y install 'dnf-command(copr)'
+    - sudo dnf -y copr enable rhcontainerbot/container-selinux
+    - sudo curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable.repo https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_8/devel:kubic:libcontainers:stable.repo
+    - sudo dnf remove -y podman
+    - sudo dnf -y install podman
+    - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf
diff --git a/qa/suites/orch/cephadm/smoke/distro/centos_8.2_kubic_stable.yaml b/qa/suites/orch/cephadm/smoke/distro/centos_8.2_kubic_stable.yaml
deleted file mode 120000 (symlink)
index 3afeed7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.qa/distros/podman/centos_8.2_kubic_stable.yaml
\ No newline at end of file
diff --git a/qa/suites/orch/cephadm/smoke/distro/centos_8.3_kubic_stable.yaml b/qa/suites/orch/cephadm/smoke/distro/centos_8.3_kubic_stable.yaml
new file mode 120000 (symlink)
index 0000000..adbc087
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/podman/centos_8.3_kubic_stable.yaml
\ No newline at end of file