Cmjohnson has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/383609 )

Change subject: Adding macs to dhcpd file & updated netboot.cfg db1107/1108 
T177405
......................................................................


Adding macs to dhcpd file & updated netboot.cfg db1107/1108 T177405

Change-Id: I6aa853f92b2002ebf5f008a3192b38c705560744
---
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(-)

Approvals:
  Cmjohnson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/install_server/files/autoinstall/netboot.cfg 
b/modules/install_server/files/autoinstall/netboot.cfg
index 34b60fa..39d81e5 100755
--- a/modules/install_server/files/autoinstall/netboot.cfg
+++ b/modules/install_server/files/autoinstall/netboot.cfg
@@ -63,7 +63,7 @@
         conf200[123]) echo partman/raid1-lvm-ext4-srv.cfg ;; \
         cp1008|cp300[3-9]|cp3010) echo partman/varnish-oldssd.cfg ;; \
         cp[12345][0-9][0-9][0-9]) echo partman/varnish.cfg ;; \
-        db1059|db109[6-9]|db110[0-6]) echo partman/db.cfg ;; \
+        db1059|db109[6-9]|db110[0-8]) echo partman/db.cfg ;; \
         db207[1-9]|db208[0-9]|db209[0-2]) echo partman/db.cfg ;; \
         
db[0-8][0-9]|db10[0-8][0-9]|db109[0-5]|db20[0-2][0-9]|db2030|db203[3-9]|db20[4-7][0-9]|dbstore[1-2]00[1-9]|es[1-2]01[1-9])
 echo partman/db-no-srv-format.cfg ;; \
         deploy[12]001|flerovium|furud) echo 
partman/raid1-lvm-ext4-srv-noswap.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 c1ef322..9a030aa 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -1319,6 +1319,16 @@
     fixed-address db1106.eqiad.wmnet;
 }
 
+host db1107 {
+    hardware ethernet 80:18:44:DE:FE:D4;
+    fixed-address db1107.eqiad.wmnet;
+}
+
+host db1108 {
+    hardware ethernet 80:18:44:DE:E7:E4;
+    fixed-address db1108.eqiad.wmnet;
+}
+
 host db2011 {
     hardware ethernet 78:2b:cb:66:aa:3e;
     fixed-address db2011.codfw.wmnet;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6aa853f92b2002ebf5f008a3192b38c705560744
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Cmjohnson <cmjohn...@wikimedia.org>
Gerrit-Reviewer: Cmjohnson <cmjohn...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to