Alexandros Kosiaris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/315667

Change subject: Set trusty as the installer for the sca VMs
......................................................................

Set trusty as the installer for the sca VMs

Otherwise it defaults to jessie

Change-Id: I3c4af1c83784b9a77792e2e438adc6268edc7ec4
---
M modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/67/315667/1

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 0244347..9c893de 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200
@@ -197,21 +197,29 @@
 host sca1003 {
     hardware ethernet aa:00:00:a1:2d:b1;
     fixed-address sca1003.eqiad.wmnet;
+    option pxelinux.pathprefix "trusty-installer/";
+    filename "trusty-installer/ubuntu-installer/amd64/pxelinux.0";
 }
 
 host sca1004 {
     hardware ethernet aa:00:00:7c:87:74;
     fixed-address sca1004.eqiad.wmnet;
+    option pxelinux.pathprefix "trusty-installer/";
+    filename "trusty-installer/ubuntu-installer/amd64/pxelinux.0";
 }
 
 host sca2003 {
     hardware ethernet aa:00:00:d3:5b:8c;
     fixed-address sca2003.codfw.wmnet;
+    option pxelinux.pathprefix "trusty-installer/";
+    filename "trusty-installer/ubuntu-installer/amd64/pxelinux.0";
 }
 
 host sca2004 {
     hardware ethernet aa:00:00:f1:5b:a4;
     fixed-address sca2004.codfw.wmnet;
+    option pxelinux.pathprefix "trusty-installer/";
+    filename "trusty-installer/ubuntu-installer/amd64/pxelinux.0";
 }
 
 host seaborgium {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3c4af1c83784b9a77792e2e438adc6268edc7ec4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>

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

Reply via email to