diff options
| -rw-r--r-- | config.php | 20 | 
1 files changed, 19 insertions, 1 deletions
@@ -37,6 +37,23 @@ $IPE_SERVERS = array_merge($KATRIN_SERVERS, array(      "skip_home" => false,  )); +$ANDS_SERVERS = array_merge($IPE_SERVERS, array( +    "ks" => "ipe.ks", +    "cidr" => 24, +    "base_net" => "192.168.26.", +    "base_ip" => 140, +    "gw" => "192.168.26.117", +    "sysdisks" => "sda,sdb", +    "append_sol" => "console=tty1 console=ttyS1,115200 earlyprint=serial,ttyS1,115200", +    "raid" => "RAID1", +    "size" => "200000", +//    "home_size" => "200000", +    "bootsize" => "2048", +    "eth" => array("eno1", "eno2"), +    "skip_security" => false, +    "skip_minimal" => false, +    "skip_home" => true, +));  $CAMERA_SERVERS = array_merge($IPE_SERVERS, array(      "raid" => "RAID0", @@ -80,9 +97,10 @@ $SERVER_LIST = array(  	"macs" => array("0c:c4:7a:a8:81:3e", "0c:c4:7a:a8:81:3f"),  	"eth" => array("eno2", "eno1"),      )), -    "ands1" => array_merge($KATRIN_SERVERS, array( +    "ands0" => array_merge($ANDS_SERVERS, array(  	"macs" => array("00:25:90:da:82:58", "00:25:90:da:82:59"),  	"eth" => array("enp9s0", "enp10s0"), +	"sysdisks" => "sdb,sdc", // IPMI CDROM is emulates a disk which occasionaly get assigned to sdb/sdc, rebooting-retrying few times helps (it gets to sdd)      )),      "ipecamera0" => array_merge($CAMERA_SERVERS, array(  	"macs" => array("bc:5f:f4:ad:96:e3", "bc:5f:f4:ad:96:eb"),  | 
