Dzahn has submitted this change and it was merged. Change subject: fermium: add to DHCP and netboot ......................................................................
fermium: add to DHCP and netboot Bug:T108070 Change-Id: I215db1749b9a6b7b7aafe90756205084ce16e3b0 --- M modules/install_server/files/autoinstall/netboot.cfg M modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200 2 files changed, 8 insertions(+), 1 deletion(-) Approvals: John F. Lewis: Looks good to me, but someone else must approve jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/modules/install_server/files/autoinstall/netboot.cfg b/modules/install_server/files/autoinstall/netboot.cfg index 7ad438a..7e7be34 100755 --- a/modules/install_server/files/autoinstall/netboot.cfg +++ b/modules/install_server/files/autoinstall/netboot.cfg @@ -68,7 +68,7 @@ einsteinium) echo partman/raid1-lvm-ext4.cfg;; \ elastic10[0-2][0-9]|elastic103[0-1]) echo partman/elasticsearch.cfg ;; \ etcd100[1-9]) echo partman/lvm-etcd.cfg virtual.cfg;; \ - etherpad[12]001|planet1001|bromine|krypton) echo partman/flat.cfg virtual.cfg ;; \ + bromine|etherpad[12]001|fermium|krypton|planet1001) echo partman/flat.cfg virtual.cfg ;; \ eventlog[1-2]001|labcontrol2001|ocg100[1-3]|sca100[1-2]) echo partman/raid1.cfg ;; \ francium) echo partman/raid10-gpt.cfg ;; \ ganeti100[1-9]) echo partman/ganeti-raid1.cfg ;; \ diff --git a/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200 b/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200 index 98bf9a4..e7d3c61 100644 --- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200 +++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200 @@ -31,6 +31,13 @@ filename "jessie-installer/debian-installer/amd64/pxelinux.0"; } +host fermium.eqiad.wmnet { + hardware ethernet aa:00:00:a4:ac:f1; + fixed-address fermium.eqiad.wmnet; + option pxelinux.pathprefix "jessie-installer/"; + filename "jessie-installer/debian-installer/amd64/pxelinux.0"; +} + host krypton.eqaid.wmnet { hardware ethernet aa:00:00:7e:e0:22; fixed-address krypton.eqiad.wmnet; -- To view, visit https://gerrit.wikimedia.org/r/229983 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I215db1749b9a6b7b7aafe90756205084ce16e3b0 Gerrit-PatchSet: 4 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <dz...@wikimedia.org> Gerrit-Reviewer: Dzahn <dz...@wikimedia.org> Gerrit-Reviewer: John F. Lewis <johnflewi...@gmail.com> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits