From: Ray Kinsella Date: Mon, 8 Apr 2019 15:29:59 +0000 (+0100) Subject: Add support DHCP Server Support for DNV X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=42e6c422a5ce4f58813a8c3a44ba0e9ac9238c9a Add support DHCP Server Support for DNV Adding DHCP Server support for 2-node and 3-node DNV setups Change-Id: If3d3517fd91ab46308c368910c1e79f5c25cc904 Signed-off-by: Ray Kinsella --- diff --git a/resources/tools/testbed-setup/pxe/dhcpd.conf b/resources/tools/testbed-setup/pxe/dhcpd.conf index 2b30476f7c..d78792da19 100644 --- a/resources/tools/testbed-setup/pxe/dhcpd.conf +++ b/resources/tools/testbed-setup/pxe/dhcpd.conf @@ -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