Skip to content

Commit

Permalink
Make sure that ceph_docker_registry is removed on CentOS (#2399)
Browse files Browse the repository at this point in the history
Related to ecf9112

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 21, 2024
1 parent 0594c5b commit d49e082
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/prepare-ceph-configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,9 @@ if [[ $MANAGER_VERSION =~ ^7\.[0-9]\.[0-9]$ || $MANAGER_VERSION == "latest" ]];
# of the play for the Ceph OSDs. The openstack_config parameter is therefore removed
# and the new ceph-pools play is then used.
sed -i "/^openstack_config:/d" /opt/configuration/environments/ceph/configuration.yml

# Looks like it is not possible to use Nexus with authentication with Podman.
if [[ -e /etc/redhat-release ]]; then
sed -i "/^ceph_docker_registry:/d" /opt/configuration/environments/configuration.yml
fi
fi

0 comments on commit d49e082

Please sign in to comment.