From ea3ccc4fa46c04df1525c332dacc697dc4563ebc Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Thu, 9 Jul 2020 12:08:20 +0200 Subject: [PATCH] mgr/cephadm: Adapt Vagrantfile to use octopus instead of master repo on shaman Signed-off-by: Volker Theile --- src/pybind/mgr/cephadm/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/Vagrantfile b/src/pybind/mgr/cephadm/Vagrantfile index 5cb85f7aff45f..e3ca948330e3a 100644 --- a/src/pybind/mgr/cephadm/Vagrantfile +++ b/src/pybind/mgr/cephadm/Vagrantfile @@ -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 -- 2.39.5