From 6af097c45c2e19bff19284b7bab57cdb8c6f3ba7 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mar 21 2020 16:26:51 +0000 Subject: add dhcp items for copr boxes --- diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org index 4f9df16..6b239b5 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1272,10 +1272,23 @@ subnet 10.5.130.0 netmask 255.255.255.0 { fixed-address 10.5.130.143; option host-name "openqa-aarch64-02"; } + + + host copr-vmhost01-mgmt { + hardware ethernet f4:02:70:d3:11:90; + fixed-address 10.5.130.125; + option host-name "copr-vmhost01-mgmt"; + } + host copr-vmhost02-mgmt { + hardware ethernet f4:02:70:d3:13:70; + fixed-address 10.5.130.126; + option host-name "copr-vmhost02-mgmt"; + } + host retrace03-mgmt { hardware ethernet f4:02:70:fa:79:7e; fixed-address 10.5.130.129; - option host-name "openqa-aarch64-02"; + option host-name "retrace03-mgmt"; }