Project

General

Profile

Feature #13681

Updated by Yuri Weinstein over 8 years ago

Currently in sepia lab major suites don't have yaml configuration for distro (os/versions) and run on available machines with pre-installed os/version. 

 In openstack ovh lab we can run against os/versions as defined here:   

 <pre> 
 https://github.com/ceph/teuthology/blob/master/teuthology/openstack/__init__.py#L60 
 </pre> 

 We need to add ability to: 
 - run tests with an option to randomize distro from a list 
 - report os/version    in the summary yaml for each machine and in pulpito

Back