From d3222e79e37b7187223224444e369f060f60ad34 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 28 Feb 2022 14:36:36 -0800 Subject: [PATCH] move 2 power9 mgmt interfaces to the same vlan their hosts are on because openbmc is anoying Signed-off-by: Kevin Fenzi --- .../files/dhcpd.conf.noc01.iad2.fedoraproject.org | 12 ++++++++++++ 1 file changed, 12 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 0db4ba9100..252059ed79 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org @@ -1651,5 +1651,17 @@ host openqa-x86-worker06 { option subnet-mask 255.255.255.0; } +host bvmhost-p09-01-stg-mgmt { + hardware ethernet 08:94:ef:81:30:86; + fixed-address 10.3.167.18; + option host-name "bvmhost-p09-01-stg-mgmt" +} + +host bvmhost-p09-05-mgmt { + hardware ethernet 08:94:ef:81:30:46; + fixed-address 10.3.171.20; + option host-name "vmhost-iad-11-mgmt"; +} + ## End of file