RobH has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/365173 )

Change subject: labweb100[12] install params
......................................................................

labweb100[12] install params

update to dhcp lease file as well as netboot.cfg

Bug:T167820
Change-Id: Id4de307ffea0720d4b63af8b09fd48d1b549a0ed
---
M modules/install_server/files/autoinstall/netboot.cfg
M modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
2 files changed, 11 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/73/365173/1

diff --git a/modules/install_server/files/autoinstall/netboot.cfg 
b/modules/install_server/files/autoinstall/netboot.cfg
index b39bc85..d9291ea 100755
--- a/modules/install_server/files/autoinstall/netboot.cfg
+++ b/modules/install_server/files/autoinstall/netboot.cfg
@@ -98,7 +98,7 @@
         labsdb100[67]) echo partman/raid5-gpt-lvm.cfg ;; \
         labsdb[1-3]|labsdb100[1-3]) echo partman/mw.cfg ;; \
         sodium) echo partman/lvm-ext-srv.cfg ;; \
-        labpuppetmaster100[12]|labnodepool1002) echo 
partman/raid1-lvm-ext4-srv-noswap.cfg;; \
+        labpuppetmaster100[12]|labnodepool1002|labweb100[12]) echo 
partman/raid1-lvm-ext4-srv-noswap.cfg;; \
         labstore200[1-4]) echo partman/labstore-lvm-noraid.cfg ;; \
         labtestneutron2001) echo partman/mw.cfg ;; \
         labtestnet2001) echo partman/raid1.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 9f9b323..d358ca8 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -3013,6 +3013,16 @@
     filename "trusty-installer/ubuntu-installer/amd64/pxelinux.0";
 }
 
+host labweb1001 {
+    hardware ethernet 18:66:DA:A5:0B:57;
+    fixed-address labweb1001.wikimedia.org;
+}
+
+host labweb1002 {
+    hardware ethernet 18:66:DA:A5:07:E1;
+    fixed-address labweb1002.wikimedia.org;
+}
+
 host lithium {
     hardware ethernet C8:1F:66:BF:7F:EA;
     fixed-address lithium.eqiad.wmnet;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4de307ffea0720d4b63af8b09fd48d1b549a0ed
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: RobH <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to