Filippo Giunchedi has uploaded a new change for review.
https://gerrit.wikimedia.org/r/314251
Change subject: install_server: use http/lpxelinux on install hosts
......................................................................
install_server: use http/lpxelinux on install hosts
Load pxelinux files over http instead of tftp, this makes reinstall of install
machine themselves faster and more reliable.
Default for now is apt.wikimedia.org, though that might change in the future to
use a more specific hostname.
Change-Id: I851a70a5cec9a95606881f6139f32ca4f2c8db10
---
M modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/51/314251/1
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 7f134a5..c3a1e0f 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -336,6 +336,8 @@
fixed-address bast3001.wikimedia.org;
next-server 208.80.154.10; # carbon (tftp server)
+ option pxelinux.pathprefix
"http://apt.wikimedia.org/tftpboot/jessie-installer/";
+ filename "jessie-installer/debian-installer/amd64/lpxelinux.0";
}
host bast4001 {
@@ -343,6 +345,8 @@
fixed-address bast4001.wikimedia.org;
next-server 208.80.153.4; # install2001 (tftp server)
+ option pxelinux.pathprefix
"http://apt.wikimedia.org/tftpboot/jessie-installer/";
+ filename "jessie-installer/debian-installer/amd64/lpxelinux.0";
}
host californium {
@@ -2549,6 +2553,8 @@
fixed-address install1001.wikimedia.org;
next-server 208.80.153.4; # install2001 (tftp server)
+ option pxelinux.pathprefix
"http://apt.wikimedia.org/tftpboot/jessie-installer/";
+ filename "jessie-installer/debian-installer/amd64/lpxelinux.0";
}
host install2001 {
@@ -2556,6 +2562,8 @@
fixed-address install2001.wikimedia.org;
next-server 208.80.154.10; # carbon (tftp server)
+ option pxelinux.pathprefix
"http://apt.wikimedia.org/tftpboot/jessie-installer/";
+ filename "jessie-installer/debian-installer/amd64/lpxelinux.0";
}
host iridium {
--
To view, visit https://gerrit.wikimedia.org/r/314251
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I851a70a5cec9a95606881f6139f32ca4f2c8db10
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits