From 2fd940af6e52da067592bb2edb149785352ddb69 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mar 21 2020 19:36:33 +0000 Subject: add in mgmt addresses for copr boxes --- diff --git a/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.fedorainfracloud.org b/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.fedorainfracloud.org index 3e4a832..7bd34bb 100644 --- a/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.fedorainfracloud.org +++ b/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.fedorainfracloud.org @@ -393,6 +393,13 @@ shared-network pubcloud { next-server 38.145.48.10; filename "/uefi/grubx64.efi"; } + host copr-vmhost03 { + hardware ethernet f4:02:70:d3:42:48 ; + fixed-address 38.145.48.33; + option host-name "copr-vmhost03.fedorainfracloud.org"; + next-server 38.145.48.10; + filename "/uefi/grubx64.efi"; + } host retrace03 { hardware ethernet f4:02:70:fa:79:84; 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 21e7361..788afdb 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1276,7 +1276,7 @@ subnet 10.5.130.0 netmask 255.255.255.0 { host qa-vmhost01-mgmt { hardware ethernet f4:02:70:cf:c2:ca; fixed-address 10.5.130.175; - option host-name "copr-vmhost03-mgmt"; + option host-name "qa-vmhost01-mgmt"; } @@ -1290,7 +1290,16 @@ subnet 10.5.130.0 netmask 255.255.255.0 { fixed-address 10.5.130.126; option host-name "copr-vmhost02-mgmt"; } - + host copr-vmhost03-mgmt { + hardware ethernet f4:02:70:d3:fa:58; + fixed-address 10.5.130.127; + option host-name "copr-vmhost02-mgmt"; + } + host copr-vmhost04-mgmt { + hardware ethernet f4:02:70:d3:12:86; + fixed-address 10.5.130.128; + option host-name "copr-vmhost02-mgmt"; + } host retrace03-mgmt { hardware ethernet f4:02:70:fa:79:7e; fixed-address 10.5.130.129;