]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: Adapt Vagrantfile to use octopus instead of master repo on shaman 35988/head
authorVolker Theile <vtheile@suse.com>
Thu, 9 Jul 2020 10:08:20 +0000 (12:08 +0200)
committerVolker Theile <vtheile@suse.com>
Thu, 9 Jul 2020 10:08:20 +0000 (12:08 +0200)
Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/cephadm/Vagrantfile

index 5cb85f7aff45fdd88063c0428298eaf303f1db38..e3ca948330e3a76be78ff50f76def30dfe6187a6 100644 (file)
@@ -33,7 +33,7 @@ Vagrant.configure("2") do |config|
     sudo yum install -y yum-utils
     sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
     sudo rpm --import 'https://download.ceph.com/keys/release.asc'
-    curl -L https://shaman.ceph.com/api/repos/ceph/master/latest/centos/7/repo/ | sudo tee /etc/yum.repos.d/shaman.repo
+    curl -L https://shaman.ceph.com/api/repos/ceph/octopus/latest/centos/7/repo/ | sudo tee /etc/yum.repos.d/shaman.repo
     sudo yum install -y python36 podman ceph
     sudo ln -s /usr/bin/python36 /usr/bin/python3 || true
   SHELL