Getting it from our own service avoids exposing us to
supply chain attacks in our QA infrastructure.
Fixes: https://tracker.ceph.com/issues/76927
Signed-off-by: Laura Flores <lflores@ibm.com>
cbt_depends += ['pdsh', 'pdsh-rcmd-ssh']
self.log.info('Installing collectl')
- collectl_location = "https://sourceforge.net/projects/collectl/files/collectl/collectl-4.3.1/collectl-4.3.1.src.tar.gz/download"
+ collectl_location = "https://download.ceph.com/qa/collectl-4.3.1.src.tar.gz"
self.first_mon.run(
args=[
'sudo', 'mkdir', 'collectl', run.Raw('&&'),