Rush has uploaded a new change for review. https://gerrit.wikimedia.org/r/252226
Change subject: dhcp: add labs-hosts1-b-codfw subnet definition ...................................................................... dhcp: add labs-hosts1-b-codfw subnet definition Bug: T117097 Change-Id: I1575151646bf403ac059cfb91b2ee73099883315 --- M modules/install_server/files/dhcpd/dhcpd.conf 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/26/252226/1 diff --git a/modules/install_server/files/dhcpd/dhcpd.conf b/modules/install_server/files/dhcpd/dhcpd.conf index 8399de6..5ca3b41 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-hosts1-b-codfw +subnet 10.192.20.0 netmask 255.255.255.0 { + authoritative; + + option subnet-mask 255.255.255.0; + option broadcast-address 10.192.20.255; + option routers 10.192.20.1; + option domain-name "codfw.wmnet"; + + next-server 208.80.153.4; # install2001 (tftp server) +} + # labs-support1-b-codfw subnet 10.192.21.0 netmask 255.255.255.0 { authoritative; -- To view, visit https://gerrit.wikimedia.org/r/252226 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1575151646bf403ac059cfb91b2ee73099883315 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Rush <r...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits