coren has uploaded a new change for review.
https://gerrit.wikimedia.org/r/176687
Change subject: Add codfw labs support and labstores to DHCP
......................................................................
Add codfw labs support and labstores to DHCP
Change-Id: I40187504cd7688562543ce84e94a7c420e2377c5
---
M modules/install-server/files/dhcpd/dhcpd.conf
M modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200
2 files changed, 22 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/87/176687/1
diff --git a/modules/install-server/files/dhcpd/dhcpd.conf
b/modules/install-server/files/dhcpd/dhcpd.conf
index 305baa7..a2f6a99 100644
--- a/modules/install-server/files/dhcpd/dhcpd.conf
+++ b/modules/install-server/files/dhcpd/dhcpd.conf
@@ -121,6 +121,18 @@
next-server 208.80.153.4; # install2001 (tftp server)
}
+# labs-support1-b-codfw
+subnet 10.192.21.0 netmask 255.255.255.0 {
+ authoritative;
+
+ option subnet-mask 255.255.252.0;
+ option broadcast-address 10.192.21.255;
+ option routers 10.192.21.1;
+ option domain-name "codfw.wmnet";
+
+ next-server 208.80.153.4; # install2001 (tftp server)
+}
+
# private1-c-codfw
subnet 10.192.32.0 netmask 255.255.252.0 {
authoritative;
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 9ad5613..3ef68a9 100644
--- a/modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -1706,6 +1706,16 @@
fixed-address labstore1003.eqiad.wmnet;
}
+host labstore2001 {
+ hardware ethernet 78:2b:cb:76:1c:d2;
+ fixed-address labstore2001.eqiad.wmnet;
+}
+
+host labstore2002 {
+ hardware ethernet 78:2b:cb:75:8e:43;
+ fixed-address labstore2002.eqiad.wmnet;
+}
+
host labsdb1004 {
hardware ethernet d4:ae:52:76:66:59;
fixed-address labsdb1004.eqiad.wmnet;
--
To view, visit https://gerrit.wikimedia.org/r/176687
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I40187504cd7688562543ce84e94a7c420e2377c5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: coren <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits