Project

General

Profile

Support #20621

Updated by David Galloway almost 7 years ago

It has been suggested (again) that we spend some time researching reimaging testnodes after every job.    I'm going to do some research and see what can be done to get reimaging done as fast as possible. 

 Some ideas: 
 # Revisit edeploy 
 # Either bake or find a *bare minimum* OS install of each distro and let ceph-cm-ansible do most of the heavy lifting 
 # Tweaks to kickstarts 
 # @minimal instead of @base package group for EL 
 # https://xcat-docs.readthedocs.io/en/stable/advanced/sysclone/sysclone.html or similar solution 
 # After reimage or even during teuthology jobs, run ceph-cm-ansible playbooks on localhost (the testnode) instead of from Cobbler or teuthology.front. 
 # Make sure NIC boot order is set on each testnode to *only* try booting from the cabled NIC (would save about 5-10sec since that's how long it takes PXE to time out).

Back