RedHatSatellite / soe-ci

Jenkins integration scripts for use in an SOE Build Factory based on Red Hat Satellite 6.
GNU General Public License v3.0
42 stars 32 forks source link

add ability to use image-based installs #121

Open pcfe opened 4 years ago

pcfe commented 4 years ago

This PR adds the ability to instantiate the systems under test from images instead of normal kickstart.

Basically it boils down to the addition of buildtestvms-from-image.sh and a note in the Jenkinsfile. it is quite intentional that the rest of soe-ci is unchanged.

(I need to do image-based installs at my current customer.)