Faidon Liambotis has submitted this change and it was merged.

Change subject: autoinstall: add ms-be3004's second NIC to dhcpd
......................................................................


autoinstall: add ms-be3004's second NIC to dhcpd

ms-be3004 has a strange issue where the primary NIC cannot PXE, with no
packets arriving on brewster at all, despite being on the right LAN and
everything. This may be an esams core router issue or, more likely, some
bootrom bug. We should probably try a new firmware version for the NIC
bootrom, but in the meantime we've disabled the PXE flag from the
primary NIC and enabled it on the secondary one, which is also cabled.

This has been confirmed to work, with the system booting off the
secondary NIC but then the installer DHCPing and installing properly
from the primary normally.

This is a very strange way to operate, so add the MAC address to
dhcp.conf and document it in comments to avoid further confusion in the
future.

Change-Id: I57f95aadcb7a3af0c93c7418628fc0716b87cad8
---
M modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Faidon Liambotis: Verified; Looks good to me, approved



diff --git a/modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200 
b/modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200
index 3f7cf91..5a109c9 100644
--- a/modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -1750,6 +1750,14 @@
        fixed-address ms-be3004.esams.wikimedia.org;
 }
 
+# ms-be3004's primary NIC is broken and can't PXE(?). The secondary NIC works
+# for PXE, and the primary NIC works otherwise, so add an entry here as to
+# allow for this strange mode of booting the installer.
+host ms-be3004-B {
+       hardware ethernet 24:B6:FD:F6:1C:3D;
+       fixed-address ms-be3004.esams.wikimedia.org;
+}
+
 host ms-fe1 {
        hardware ethernet d4:be:d9:af:84:27;
        fixed-address ms-fe1.pmtpa.wmnet;

-- 
To view, visit https://gerrit.wikimedia.org/r/119035
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I57f95aadcb7a3af0c93c7418628fc0716b87cad8
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <fai...@wikimedia.org>
Gerrit-Reviewer: Faidon Liambotis <fai...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to