Skip to content

Commit

Permalink
Use podman for Ceph on CentOS (#2398)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 21, 2024
1 parent ecf9112 commit 0594c5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/deploy/100-ceph-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ if [[ $MANAGER_VERSION == "latest" && $CEPH_VERSION == "pacific" ]]; then
sed -i "s/osism.commons.still_alive/community.general.yaml/" /opt/configuration/environments/ansible.cfg
fi

# On CentOS the Ceph deployment only works with podman.
if [[ -e /etc/redhat-release ]]; then
osism apply podman
fi

if [[ $MANAGER_VERSION =~ ^4\.[0-9]\.[0-9]$ ]]; then
osism apply ceph-base
osism apply ceph-mdss
Expand Down

0 comments on commit 0594c5b

Please sign in to comment.