RexOps / rex-build

Rex Build and Test Scripts
7 stars 1 forks source link

more test images #3

Open krimdomu opened 11 years ago

krimdomu commented 11 years ago

Build of basic/minimal OS images for:

krimdomu commented 11 years ago

These basic images can also be used for Rex::Boxes

ferki commented 11 years ago

Added Debian 6 i386 and amd64 standard installation images/VMs. Based on Debian developer Aurelien Jarno's stable images. The following steps were needed to be run as root before they could be used for testing:

apt-get update && apt-get install openssh-server
rm /etc/udev/rules.d/70-persistent-net.rules
mv /lib/udev/rules.d/75-persistent-net-generator.rules /lib/udev/rules.d/75-persistent-net-generator.rules.disabled
echo root:box | chpasswd
krimdomu commented 11 years ago

Thanks much for the images. They had no errors.

I've just fixed the tests / and the development branch of rex, so the tests are now running.

krimdomu commented 11 years ago

added opensuse 12.3

krimdomu commented 10 years ago

added fedora 18 and 19 added opensuse 13.1 added mageia 3

krimdomu commented 10 years ago

freebsd was also added a while ago

ferki commented 10 years ago

Thanks to @roa, we have a Gentoo VM for functional tests now.