Cmjohnson has uploaded a new change for review.

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

Change subject: Adding netboot cfg and dhcpd entries for maps1001-4
......................................................................

Adding netboot cfg and dhcpd entries for maps1001-4

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/90/293790/1

diff --git a/modules/install_server/files/autoinstall/netboot.cfg 
b/modules/install_server/files/autoinstall/netboot.cfg
index 7444cb0..507ef2f 100755
--- a/modules/install_server/files/autoinstall/netboot.cfg
+++ b/modules/install_server/files/autoinstall/netboot.cfg
@@ -104,7 +104,7 @@
         lvs[12]*) echo partman/flat.cfg ;; \
         lvs[34]*) echo partman/raid1-lvm.cfg ;; \
         mc[0-9]*) echo partman/mc.cfg ;; \
-        maps200[1-4]) echo partman/raid1-lvm-ext4-srv.cfg ;; \
+        maps100[1-4]|maps200[1-4]) echo partman/raid1-lvm-ext4-srv.cfg ;; \
         maps-test200[1-4]) echo partman/lvm.cfg ;; \
         ms-be100[0-9]|ms-be101[0-5]) echo partman/ms-be-eqiad.cfg ;; \
         ms-be101[6-9]|ms-be102[0-1]) echo partman/ms-be-eqiad-hp.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 8352197..a0037fb 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -3245,6 +3245,26 @@
     fixed-address maerlant.wikimedia.org;
 }
 
+host maps1001 {
+    hardware ethernet 1c:98:ec:21:88:9c;
+    fixed-address maps1001.eqiad.wmnet;
+}
+
+host maps1002 {
+    hardware ethernet 1c:98:ec:21:88:b4;
+    fixed-address maps1002.eqiad.wmnet;
+}
+
+host maps1003 {
+    hardware ethernet 1c:98:ec:21:bc:80;
+    fixed-address maps1003.eqiad.wmnet;
+}
+
+host maps1004 {
+    hardware ethernet 1c:98:ec:21:d8:24;
+    fixed-address maps1004.eqiad.wmnet;
+}
+
 host maps2001 {
     hardware ethernet 1c:98:ec:2c:92:58;
     fixed-address maps2001.codfw.wmnet;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a35a3fd9280351f3ee5b2325e4068ee887f7272
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Cmjohnson <cmjohn...@wikimedia.org>

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

Reply via email to