Alexandros Kosiaris has submitted this change and it was merged. Change subject: restbase: allocate LVS internal service ip ......................................................................
restbase: allocate LVS internal service ip Bug: T89636 Change-Id: I1af894432f57df379f2953cdb090becba4cb2de6 --- M templates/10.in-addr.arpa M templates/wmnet 2 files changed, 2 insertions(+), 0 deletions(-) Approvals: Alexandros Kosiaris: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index 20e197a..1fad3b9 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -26,6 +26,7 @@ 1 1H IN PTR appservers.svc.eqiad.wmnet. 3 1H IN PTR hhvm-api.svc.eqiad.wmnet. +17 1H IN PTR restbase.svc.eqiad.wmnet. 18 1H IN PTR cxserver.svc.eqiad.wmnet. 19 1H IN PTR citoid.svc.eqiad.wmnet. 20 1H IN PTR mathoid.svc.eqiad.wmnet. diff --git a/templates/wmnet b/templates/wmnet index f0f71eb..e8f11bd 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -3052,6 +3052,7 @@ appservers 1H IN A 10.2.2.1 hhvm-api 1H IN A 10.2.2.3 +restbase 1H IN A 10.2.2.17 cxserver 1H IN A 10.2.2.18 citoid 1H IN A 10.2.2.19 mathoid 1H IN A 10.2.2.20 -- To view, visit https://gerrit.wikimedia.org/r/190784 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1af894432f57df379f2953cdb090becba4cb2de6 Gerrit-PatchSet: 2 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
