RobH has submitted this change and it was merged. Change subject: backup4001 dns setup ......................................................................
backup4001 dns setup Change-Id: I3b0ee7925863d8825bcc7ccdb476347830c2feba --- M templates/10.in-addr.arpa M templates/wmnet 2 files changed, 6 insertions(+), 0 deletions(-) Approvals: RobH: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index 262bd55..556b60d 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -3411,6 +3411,7 @@ 4 1H IN PTR lvs4004.mgmt.ulsfo.wmnet. 10 1H IN PTR bast4001.mgmt.ulsfo.wmnet. +11 1H IN PTR backup4001.mgmt.ulsfo.wmnet. 101 1H IN PTR cp4001.mgmt.ulsfo.wmnet. 102 1H IN PTR cp4002.mgmt.ulsfo.wmnet. @@ -3440,6 +3441,8 @@ 13 1H IN PTR lvs4003.ulsfo.wmnet. 14 1H IN PTR lvs4004.ulsfo.wmnet. +20 1H IN PTR backup4001.ulsfo.wmnet. + 101 1H IN PTR cp4001.ulsfo.wmnet. 102 1H IN PTR cp4002.ulsfo.wmnet. 103 1H IN PTR cp4003.ulsfo.wmnet. diff --git a/templates/wmnet b/templates/wmnet index 254233f..ca5ba48 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -2988,6 +2988,7 @@ lvs4004 1H IN A 10.128.129.4 bast4001 1H IN A 10.128.129.10 +backup4001 1H IN A 10.128.129.11 cp4001 1H IN A 10.128.129.101 cp4002 1H IN A 10.128.129.102 @@ -3023,6 +3024,8 @@ lvs4003 1H IN A 10.128.0.13 lvs4004 1H IN A 10.128.0.14 +backup4001 1H IN A 10.128.0.20 + cp4001 1H IN A 10.128.0.101 cp4002 1H IN A 10.128.0.102 cp4003 1H IN A 10.128.0.103 -- To view, visit https://gerrit.wikimedia.org/r/89113 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3b0ee7925863d8825bcc7ccdb476347830c2feba Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: RobH <[email protected]> Gerrit-Reviewer: RobH <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
