RobH has uploaded a new change for review. https://gerrit.wikimedia.org/r/185069
Change subject: setting mgmt dns for incoming wtp order ...................................................................... setting mgmt dns for incoming wtp order just getting the basic mgmt setup done in advance T86807 Change-Id: Ia08f6a3a3a5bcc9c451b118731de8d08a8c5933a --- M templates/10.in-addr.arpa M templates/wmnet 2 files changed, 40 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/dns refs/changes/69/185069/1 diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index 06ffbee..32d1533 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -2980,6 +2980,26 @@ 13 1H IN PTR WMF3903.mgmt.codfw.wmnet. 14 1H IN PTR graphite2001.mgmt.codfw.wmnet. 14 1H IN PTR WMF6160.mgmt.codfw.wmnet. +15 1H IN PTR wtp2001.mgmt.codfw.wmnet. +16 1H IN PTR wtp2002.mgmt.codfw.wmnet. +17 1H IN PTR wtp2003.mgmt.codfw.wmnet. +18 1H IN PTR wtp2004.mgmt.codfw.wmnet. +19 1H IN PTR wtp2005.mgmt.codfw.wmnet. +20 1H IN PTR wtp2006.mgmt.codfw.wmnet. +21 1H IN PTR wtp2007.mgmt.codfw.wmnet. +22 1H IN PTR wtp2008.mgmt.codfw.wmnet. +23 1H IN PTR wtp2009.mgmt.codfw.wmnet. +24 1H IN PTR wtp2010.mgmt.codfw.wmnet. +25 1H IN PTR wtp2011.mgmt.codfw.wmnet. +26 1H IN PTR wtp2012.mgmt.codfw.wmnet. +27 1H IN PTR wtp2013.mgmt.codfw.wmnet. +28 1H IN PTR wtp2014.mgmt.codfw.wmnet. +29 1H IN PTR wtp2015.mgmt.codfw.wmnet. +30 1H IN PTR wtp2016.mgmt.codfw.wmnet. +31 1H IN PTR wtp2017.mgmt.codfw.wmnet. +32 1H IN PTR wtp2018.mgmt.codfw.wmnet. +33 1H IN PTR wtp2019.mgmt.codfw.wmnet. +34 1H IN PTR wtp2020.mgmt.codfw.wmnet. ; 10.195.0.0/25 - frack.codfw subnets diff --git a/templates/wmnet b/templates/wmnet index 7fd9c59..9fcf129 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -2497,7 +2497,26 @@ virt2009 1H IN A 10.193.1.20 virt2010 1H IN A 10.193.1.21 virt2011 1H IN A 10.193.1.22 - +wtp2001 1H IN A 10.193.2.15 +wtp2002 1H IN A 10.193.2.16 +wtp2003 1H IN A 10.193.2.17 +wtp2004 1H IN A 10.193.2.18 +wtp2005 1H IN A 10.193.2.19 +wtp2006 1H IN A 10.193.2.20 +wtp2007 1H IN A 10.193.2.21 +wtp2008 1H IN A 10.193.2.22 +wtp2009 1H IN A 10.193.2.23 +wtp2010 1H IN A 10.193.2.24 +wtp2011 1H IN A 10.193.2.25 +wtp2012 1H IN A 10.193.2.26 +wtp2013 1H IN A 10.193.2.27 +wtp2014 1H IN A 10.193.2.28 +wtp2015 1H IN A 10.193.2.29 +wtp2016 1H IN A 10.193.2.30 +wtp2017 1H IN A 10.193.2.31 +wtp2018 1H IN A 10.193.2.32 +wtp2019 1H IN A 10.193.2.33 +wtp2020 1H IN A 10.193.2.34 ; Servers MGMT - Alphabetical by asset tag -- To view, visit https://gerrit.wikimedia.org/r/185069 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia08f6a3a3a5bcc9c451b118731de8d08a8c5933a Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: RobH <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
