Project

General

Profile

Bug #55673

Updated by Volker Theile almost 2 years ago

Deploying a small cluster for testing/development purpose using the src/pybind/mgr/cephadm/Vagrantfile fails because the following error: 

 <pre> 
 mgr0: CentOS Linux 8 - AppStream                        536    B/s |    38    B       00:00 
     mgr0: Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist 
 </pre> 

 This is because the Vagrant box is out-dated and the yum repository configuration is wrong. This can be fixed according to https://techglimpse.com/failed-metadata-repo-appstream-centos-8/. 

 In addition make sure not to install the 'ceph' package which does not exist in the package repo on shaman anymore. 

Back