diff --git a/devstack/lib/ceph b/devstack/lib/ceph index 7d20415c..7eebbb8f 100644 --- a/devstack/lib/ceph +++ b/devstack/lib/ceph @@ -835,9 +835,9 @@ function install_ceph { if [ $os_CODENAME != 'xenial' ]; then die $LINENO "Need Ubuntu xenial to setup Manila with CephFS NFS-Ganesha driver" fi - curl -L https://shaman.ceph.com/api/repos/ceph/luminous/latest/ubuntu/$os_CODENAME/repo | \ + curl -L https://shaman.ceph.com/api/repos/ceph/kraken/latest/ubuntu/$os_CODENAME/repo | \ sudo tee /etc/apt/sources.list.d/ceph.list - curl -L https://shaman.ceph.com/api/repos/nfs-ganesha/next/latest/ubuntu/$os_CODENAME/flavors/ceph_luminous/repo | \ + curl -L https://shaman.ceph.com/api/repos/nfs-ganesha/next/latest/ubuntu/$os_CODENAME/flavors/ceph_kraken/repo | \ sudo tee /etc/apt/sources.list.d/ext-nfs-ganesha.list CEPH_PACKAGES="${CEPH_PACKAGES} ceph-mds libcephfs2 nfs-ganesha nfs-ganesha-ceph" else @@ -889,9 +889,9 @@ function install_ceph { if is_ceph_enabled_for_service manila; then if [ $MANILA_CEPH_DRIVER == 'cephfsnfs' ]; then if [ $DISTRO_TYPE == 'centos' ] && [ $RELEASE == 7 ]; then - curl -L https://shaman.ceph.com/api/repos/ceph/luminous/latest/$DISTRO_TYPE/$RELEASE/repo | \ + curl -L https://shaman.ceph.com/api/repos/ceph/kraken/latest/$DISTRO_TYPE/$RELEASE/repo | \ sudo tee /etc/yum.repos.d/ext-ceph.repo - curl -L https://shaman.ceph.com/api/repos/nfs-ganesha/next/latest/$DISTRO_TYPE/$RELEASE/flavors/ceph_luminous/repo | \ + curl -L https://shaman.ceph.com/api/repos/nfs-ganesha/next/latest/$DISTRO_TYPE/$RELEASE/flavors/ceph_kraken/repo | \ sudo tee /etc/yum.repos.d/ext-ganesha.repo fi CEPH_PACKAGES="${CEPH_PACKAGES} nfs-ganesha nfs-ganesha-ceph"

AltStyle によって変換されたページ (->オリジナル) /