CSIT-1488: Add data to the Report 1904
[csit.git] / resources / tools / testbed-setup / pxe / dhcpd.conf
index 00b5ed1..d78792d 100644 (file)
@@ -110,12 +110,12 @@ subnet 10.30.51.0 netmask 255.255.255.0 {
     filename "pxelinux.0";
   }
   host s5-t22-sut1 {
-    hardware ethernet ac:1f:6b:8a:04:78;
+    hardware ethernet ac:1f:6b:ab:d9:ae;
     fixed-address 10.30.51.52;
     filename "pxelinux.0";
   }
   host s6-t22-tg1 {
-    hardware ethernet ac:1f:6b:8a:06:80;
+    hardware ethernet ac:1f:6b:ab:d7:4a;
     fixed-address 10.30.51.53;
     filename "pxelinux.0";
   }
@@ -130,7 +130,7 @@ subnet 10.30.51.0 netmask 255.255.255.0 {
     filename "pxelinux.0";
   }
   host s9-t24-sut1 {
-    hardware ethernet ac:1f:6b:8b:55:d8;
+    hardware ethernet ac:1f:6b:ab:d7:92;
     fixed-address 10.30.51.56;
     filename "pxelinux.0";
   }
@@ -196,4 +196,28 @@ subnet 10.30.51.0 netmask 255.255.255.0 {
 #    fixed-address 10.30.51.42;
 #    filename "ubuntu-installer/arm64/bootnetaa64.efi";
 #  }
-}
+
+# 2-Node DNV
+  host s28-t26-sut1 {
+    hardware ethernet ac:1f:6b:8b:54:c8;
+    fixed-address 10.30.51.70;
+    filename "pxelinux.0";
+  }
+  host s29-t27-sut1 {
+    hardware ethernet ac:1f:6b:5b:40:41;
+    fixed-address 10.30.51.71;
+    filename "pxelinux.0";
+  }
+
+# 3-Node DNV
+  host s30-t35-sut1 {
+    hardware ethernet 0c:c4:7a:fc:c9:56;
+    fixed-address 10.30.51.72;
+    filename "pxelinux.0";
+  }
+  host s31-t35-sut2 {
+    hardware ethernet 0c:c4:7a:fc:ca:8e;
+    fixed-address 10.30.51.73;
+    filename "pxelinux.0";
+  }
+}
\ No newline at end of file