From d117d08a6f019602189ff608e2336a5955957fc9 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 8 Apr 2020 10:24:02 -0400 Subject: [PATCH] ceph-container-engine: add CentOS 8 support This adds CentOS 8 support for containerized deployment allowing podman installation as the default container engine for this distribution. Closes: #5130 Signed-off-by: Dimitri Savineau --- roles/ceph-container-engine/vars/CentOS-8.yml | 1 + 1 file changed, 1 insertion(+) create mode 120000 roles/ceph-container-engine/vars/CentOS-8.yml diff --git a/roles/ceph-container-engine/vars/CentOS-8.yml b/roles/ceph-container-engine/vars/CentOS-8.yml new file mode 120000 index 000000000..d49e1cd59 --- /dev/null +++ b/roles/ceph-container-engine/vars/CentOS-8.yml @@ -0,0 +1 @@ +RedHat-8.yml \ No newline at end of file