Rush has submitted this change and it was merged. Change subject: labtest* hosts pxe and install setup ......................................................................
labtest* hosts pxe and install setup Bug: T117097 Change-Id: Ibeba47ba87c3281eaeb748752285ae6ccf3e71cd --- M modules/install_server/files/autoinstall/netboot.cfg M modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200 2 files changed, 43 insertions(+), 0 deletions(-) Approvals: Andrew Bogott: Looks good to me, but someone else must approve Rush: Verified; Looks good to me, approved diff --git a/modules/install_server/files/autoinstall/netboot.cfg b/modules/install_server/files/autoinstall/netboot.cfg index f55cf48..e801b8e 100755 --- a/modules/install_server/files/autoinstall/netboot.cfg +++ b/modules/install_server/files/autoinstall/netboot.cfg @@ -86,6 +86,7 @@ labsdb100[45]) echo partman/osmlabsdb.cfg ;; \ labsdb100[67]) echo partman/raid5-gpt-lvm.cfg ;; \ labsdb[1-3]|labsdb100[1-3]) echo partman/mw.cfg ;; \ + labtest*) echo partman/raid1.cfg ;; \ labvirt100[1-9]) echo partman/virt-hp.cfg ;; \ labvirt101[0-1]) echo partman/labvirt-ssd.cfg ;; \ logstash100[1-3]) echo partman/raid1-lvm-ext4.cfg ;; \ 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 1e58e07..88ba725 100644 --- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200 +++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200 @@ -2631,6 +2631,48 @@ fixed-address labservices1001.wikimedia.org; } +host labtestcontrol2001 { + hardware ethernet 90:B1:1C:23:31:85; + fixed-address labtestcontrol2001.wikimedia.org; + option pxelinux.pathprefix "trusty-installer/"; + filename "trusty-installer/ubuntu-installer/amd64/pxelinux.0"; +} + +host labtestmetal2001 { + hardware ethernet 78:2b:cb:49:00:15; + fixed-address labtestmetal2001.codfw.wmnet; + option pxelinux.pathprefix "trusty-installer/"; + filename "trusty-installer/ubuntu-installer/amd64/pxelinux.0"; +} + +host labtestnet2001 { + hardware ethernet 90:B1:1C:23:20:4D; + fixed-address labtestnet2001.codfw.wmnet; + option pxelinux.pathprefix "trusty-installer/"; + filename "trusty-installer/ubuntu-installer/amd64/pxelinux.0"; +} + +host labtestneutron2001 { + hardware ethernet 78:2b:cb:48:f9:61; + fixed-address labtestneutron2001.codfw.wmnet; + option pxelinux.pathprefix "trusty-installer/"; + filename "trusty-installer/ubuntu-installer/amd64/pxelinux.0"; +} + +host labtestservices2001 { + hardware ethernet d4:be:d9:af:68:4f; + fixed-address labtestservices2001.wikimedia.org; + option pxelinux.pathprefix "trusty-installer/"; + filename "trusty-installer/ubuntu-installer/amd64/pxelinux.0"; +} + +host labtestvirt2001 { + hardware ethernet 90:B1:1C:2D:7E:B9; + fixed-address labtestvirt2001.codfw.wmnet; + option pxelinux.pathprefix "trusty-installer/"; + filename "trusty-installer/ubuntu-installer/amd64/pxelinux.0"; +} + host labvirt1001 { hardware ethernet 28:80:23:9a:d4:08; fixed-address labvirt1001.eqiad.wmnet; -- To view, visit https://gerrit.wikimedia.org/r/251648 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibeba47ba87c3281eaeb748752285ae6ccf3e71cd Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Rush <r...@wikimedia.org> Gerrit-Reviewer: Andrew Bogott <abog...@wikimedia.org> Gerrit-Reviewer: Rush <r...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits