From f03a04b8036b85ba452ff195bc3fddfc71ba5cb3 Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@suren.me>
Date: Mon, 6 Aug 2018 04:48:23 +0200
Subject: ands0 added

---
 config.php | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/config.php b/config.php
index d7c0035..c8d00e5 100644
--- a/config.php
+++ b/config.php
@@ -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"),
-- 
cgit v1.2.3