Skip to content

Commit

Permalink
Deploy podman on CentOS with deploy-manager.sh (#2400)
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 d49e082 commit 241032e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions scripts/deploy-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ osism apply operator -u $IMAGE_NODE_USER -l testbed-nodes
osism apply --environment custom facts
osism apply bootstrap

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

# copy network configuration
osism apply network

Expand Down
5 changes: 0 additions & 5 deletions scripts/deploy/100-ceph-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ 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 241032e

Please sign in to comment.