[CentOS-devel] Kickstart for Automated distro testing for CentOS

Thu Apr 8 10:23:29 UTC 2010
Karanbir Singh <mail-lists at karan.org>

Hi,

On 04/08/2010 11:12 AM, Baptiste AGASSE wrote:
> Hi all,
>
> I have read that you search for some kickstart in order to test CentOS deployments.

Thanks! this looks good.

> # Network configuration
> network --device eth0 --onboot yes --bootproto static --ip 192.168.2.99 --netmask 255.255.255.240 --gateway 192.168.2.106 --nameserver 192.168.1.10 --hostname sirislanxen1.exemple.com
> network --device eth5 --onboot yes --bootproto static --ip 192.168.2.99 --netmask 255.255.255.240 --gateway 192.168.2.106 --nameserver 192.168.1.10 --hostname sirislanxen1.exemple.com
> network --device eth1 --onboot yes --bootproto static --ip 10.1.1.51 --mtu 9000 --netmask 255.255.255.0 --hostname node1.exemple.com
> network --device eth2 --onboot yes --bootproto static --ip 10.1.1.52 --mtu 9000 --netmask 255.255.255.0 --hostname node1.exemple.com
> network --device eth3 --onboot yes --bootproto static --ip 10.1.0.2 --netmask 255.255.255.0 --hostname node1.exemple.com
> network --device eth4 --onboot yes --bootproto static --ip 10.1.0.2 --netmask 255.255.255.0 --hostname node1.exemple.com
^^ this is going to be non trivial to emulate and mockout. But lets give 
it a shot!

I'll import this script in later today. We're not quite ready to start 
testing the 5.5 installer as yet - but that should happen early next week.

- KB