From 99706996235fe2e65d7a06fdb77f503ff1336242 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 28 Sep 2022 15:57:00 -0700 Subject: [PATCH] noc01 / dhcp: add host ips for new arm hardware Signed-off-by: Kevin Fenzi --- .../dhcpd.conf.noc01.iad2.fedoraproject.org | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org index 17ffd11633..1097700a6f 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org @@ -1713,29 +1713,59 @@ host bvmhost-a64-12-mgmt { option host-name "bvmhost-a64-12-mgmt"; } +host bvmhost-a64-12 { + hardware ethernet 0c:42:a1:4a:0b:f4; + fixed-address 10.3.170.23; + option host-name "bvmhost-a64-12"; +} + host bvmhost-a64-13-mgmt { hardware ethernet d8:5e:d3:8b:5d:da; fixed-address 10.3.160.81; option host-name "bvmhost-a64-13-mgmt"; } +host bvmhost-a64-13 { + hardware ethernet 0c:42:a1:49:9b:d0; + fixed-address 10.3.170.24; + option host-name "bvmhost-a64-13"; +} + host bvmhost-a64-14-mgmt { hardware ethernet d8:5e:d3:8b:89:6e; fixed-address 10.3.160.82; option host-name "bvmhost-a64-14-mgmt"; } +host bvmhost-a64-14 { + hardware ethernet 0c:42:a1:5a:00:b8; + fixed-address 10.3.170.25; + option host-name "bvmhost-a64-14"; +} + host bvmhost-a64-15-mgmt { hardware ethernet d8:5e:d3:8b:5f:3a; fixed-address 10.3.160.83; option host-name "bvmhost-a64-15-mgmt"; } +host bvmhost-a64-15 { + hardware ethernet 0c:42:a1:45:6c:fc; + fixed-address 10.3.170.26; + option host-name "bvmhost-a64-15"; +} + host bvmhost-a64-16-mgmt { hardware ethernet d8:5e:d3:8b:73:d8; fixed-address 10.3.160.84; option host-name "bvmhost-a64-16-mgmt"; } +host bvmhost-a64-16 { + hardware ethernet 0c:42:a1:5a:08:b0; + fixed-address 10.3.170.27; + option host-name "bvmhost-a64-16"; +} + ## End of file