aboutsummaryrefslogtreecommitdiff
path: root/dhcp
diff options
context:
space:
mode:
authorMaria Högberg <maria.hogberg@linaro.org>2022-07-07 15:37:27 +0100
committerMaria Högberg <maria.hogberg@linaro.org>2022-07-07 15:37:27 +0100
commitfa97c8684b38ca7375cbd2c8fe4cb463dbc88b94 (patch)
tree863e51cef8208f0c2e185977b2b2f9fa93a4fdff /dhcp
parent5a4dafb92a7b6375e6bd3c8fb9601b01bba3dc26 (diff)
Morello: Adding Morello 04 and 05
Signed-off-by: Maria Högberg <maria.hogberg@linaro.org> Change-Id: I57e829d5717c375d41b079e3ca9db42ef773404c
Diffstat (limited to 'dhcp')
-rw-r--r--dhcp/validation.linaro.org/7-0-staticdevices.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/dhcp/validation.linaro.org/7-0-staticdevices.conf b/dhcp/validation.linaro.org/7-0-staticdevices.conf
index a8ed72a..37039ee 100644
--- a/dhcp/validation.linaro.org/7-0-staticdevices.conf
+++ b/dhcp/validation.linaro.org/7-0-staticdevices.conf
@@ -666,3 +666,17 @@ host staging-morello-03{
next-server 10.0.0.10;
filename "/morello/busybox.img";
}
+
+host staging-morello-04{
+ hardware ethernet 00:02:f7:00:97:bd;
+ fixed-address 10.7.0.110;
+ next-server 10.0.0.10;
+ filename "/morello/busybox.img";
+}
+
+host staging-morello-05{
+ hardware ethernet 00:02:f7:00:97:ea;
+ fixed-address 10.7.0.111;
+ next-server 10.0.0.10;
+ filename "/morello/busybox.img";
+}