Hi, On Wed, 2010-07-21 at 12:39 +0200, Thomas Neumann wrote: > > Have a look at > > http://faiwiki.informatik.uni-koeln.de/index.php/FaiTemplates > > > This may help you. > > This should work with Debian / Ubuntu. My concern is SuSE. Especially > SLES10 - because of the filenames. > > SLES 10 (Probably the same for OpenSuSE 10) > network config for eth0 -> /etc/sysconfig/network/ifcfg-eth-id-<mac-eth0> > network config for eth1 -> /etc/sysconfig/network/ifcfg-eth-id-<mac-eth1> > routing for eth0/eth1 -> /etc/sysconfig/network/routes > > SLES 10 (Probably the same for OpenSuSE 11) > network config for eth0 -> /etc/sysconfig/network/ifcfg-eth0 > network config for eth1 -> /etc/sysconfig/network/ifcfg-eth1 > routing for eth0 -> /etc/sysconfig/network/ifroute-eth0 > routing for eth1 -> /etc/sysconfig/network/ifroute-eth1
For those things, I tend to propose a "pluggable" mechanism. For (DC)² I'll write a network configuration "module", which can deal with several distros, the only work here is to provide a "plugin" for the distro, to fill in the right data, into the right files or templates. Regards, \ſh
