From 522dab442a86380f86d6cf707b69cd06517f43ea Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 28 Sep 2022 15:32:50 -0700 Subject: [PATCH] noc01 / dhcp: add mgmt interfaces for new arm boxes 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 f92031c427..17ffd11633 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org @@ -1707,5 +1707,35 @@ host bvmhost-p09-05-mgmt { option host-name "bvmhost-p09-05-mgmt"; } +host bvmhost-a64-12-mgmt { + hardware ethernet d8:5e:d3:8b:5f:72; + fixed-address 10.3.160.80; + option host-name "bvmhost-a64-12-mgmt"; +} + +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-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-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-16-mgmt { + hardware ethernet d8:5e:d3:8b:73:d8; + fixed-address 10.3.160.84; + option host-name "bvmhost-a64-16-mgmt"; +} + ## End of file