Add ceph repo key to the system

Change-Id: Ic301602c7aada2b64d119b829b6919ee93a5870f
This commit is contained in:
Ivan Kolodyazhny 2020-10-13 17:22:38 +03:00
parent 49bae2c4d5
commit 76496e8234
1 changed files with 1 additions and 0 deletions

View File

@ -954,6 +954,7 @@ function configure_repo_ceph {
if is_ubuntu; then
sudo apt-add-repository -y "deb https://download.ceph.com/debian-${ceph_release}/ ${distro_release} main"
wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key add -
sudo ${package_manager} -y update
elif is_fedora; then
dnf_add_repository_ceph ${ceph_release} ${distro_release}