Skip to content

Commit 939a107

Browse files
committed
images/server: Use Storage SIG ceph tentacle for ceph20
Signed-off-by: Anoop C S <[email protected]>
1 parent 0b8869b commit 939a107

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

images/server/install-packages.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,7 @@ case "${install_packages_from}" in
161161
;;
162162
ceph20)
163163
get_sig_samba_repo "4.22"
164-
# Replace the following with 'get_distro_ceph_repo "tentacle"'
165-
# once tentacle builds are out and remove the shellcheck waiver
166-
# for get_distro_ceph_repo
167-
CEPH_REPO_REF=tentacle
168-
get_ceph_shaman_repo
164+
get_distro_ceph_repo "tentacle"
169165
package_selection=${package_selection:-stable}
170166
;;
171167
*)

0 commit comments

Comments
 (0)