coren has submitted this change and it was merged.
Change subject: Adding subnet labs-hosts1-c-eqiad to DHCP
......................................................................
Adding subnet labs-hosts1-c-eqiad to DHCP
Change-Id: I262a3806e302f2b2361b486e483fb2a40eeaba8e
---
M files/dhcpd/dhcpd.conf
1 file changed, 12 insertions(+), 0 deletions(-)
Approvals:
Lcarr: Looks good to me, approved
jenkins-bot: Verified
diff --git a/files/dhcpd/dhcpd.conf b/files/dhcpd/dhcpd.conf
index ed888fe..f7257fa 100644
--- a/files/dhcpd/dhcpd.conf
+++ b/files/dhcpd/dhcpd.conf
@@ -197,6 +197,18 @@
next-server 208.80.154.10; # carbon (tftp server)
}
+# labs-hosts1-c-eqiad subnet
+subnet 10.64.37.0 netmask 255.255.255.0 {
+ authoritative;
+
+ option subnet-mask 255.255.255.0;
+ option broadcast-address 10.64.37.255;
+ option routers 10.64.37.1;
+ option domain-name "eqiad.wmnet";
+
+ next-server 208.80.154.10; # carbon (tftp server)
+}
+
# analytics1-b-eqiad subnet
subnet 10.64.21.0 netmask 255.255.255.0 {
authoritative;
--
To view, visit https://gerrit.wikimedia.org/r/57329
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I262a3806e302f2b2361b486e483fb2a40eeaba8e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: coren <[email protected]>
Gerrit-Reviewer: Lcarr <[email protected]>
Gerrit-Reviewer: coren <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits