Skip to content

Commit 8ecf876

Browse files
committed
images/server: Use centos-release-ceph for default CentOS
Instead of updating the Storage SIG release package for ceph during every release we could use the common 'centos-release-ceph' package which is supposed to get automatically updated. Signed-off-by: Anoop C S <[email protected]>
1 parent 7a7a9ad commit 8ecf876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/server/install-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ get_samba_nightly_repo() {
4747
get_distro_ceph_repo() {
4848
if [[ "${OS_BASE}" = centos ]]; then
4949
dnf install --setopt=install_weak_deps=False -y \
50-
centos-release-ceph-squid
50+
centos-release-ceph
5151
fi
5252
}
5353

0 commit comments

Comments
 (0)