Skip to content

Commit

Permalink
Update ceph client to quincy
Browse files Browse the repository at this point in the history
  • Loading branch information
poquirion authored Mar 19, 2024
1 parent 7ee0020 commit efc26ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/manifests/ceph.pp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
yumrepo { 'ceph-stable':
ensure => present,
enabled => true,
baseurl => "https://download.ceph.com/rpm-nautilus/el${$::facts['os']['release']['major']}/${::facts['architecture']}/",
baseurl => "https://download.ceph.com/rpm-quincy/el${$::facts['os']['release']['major']}/${::facts['architecture']}/",
gpgcheck => 1,
gpgkey => 'https://download.ceph.com/keys/release.asc',
repo_gpgcheck => 0,
Expand Down

0 comments on commit efc26ac

Please sign in to comment.