Ottomata has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/378967 )
Change subject: Add druid-analytics LVS svc name ...................................................................... Add druid-analytics LVS svc name This LVS IP block will refer to all hosts in the druid-analytics cluster. Individual svcs will be configured by addressing specific service ports. Bug: T176223 Change-Id: I8b5270d82b54c7aaaf4ac546f8763080ea4e10f2 --- M templates/10.in-addr.arpa M templates/wmnet 2 files changed, 3 insertions(+), 0 deletions(-) Approvals: Ottomata: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/10.in-addr.arpa b/templates/10.in-addr.arpa index d785d83..c0caeda 100644 --- a/templates/10.in-addr.arpa +++ b/templates/10.in-addr.arpa @@ -83,6 +83,7 @@ 35 1H IN PTR pdfrender.svc.eqiad.wmnet. 36 1H IN PTR logstash.svc.eqiad.wmnet. 37 1H IN PTR recommendation-api.svc.eqiad.wmnet. +38 1H IN PTR druid-analytics.svc.eqiad.wmnet. ; 10.2.3.0/24 - esams LVS low-traffic (internal) services diff --git a/templates/wmnet b/templates/wmnet index e5eecab..c3601b5 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -4742,6 +4742,8 @@ pdfrender 1H IN A 10.2.2.35 logstash 1H IN A 10.2.2.36 recommendation-api 1H IN A 10.2.2.37 +druid-analytics 1H IN A 10.2.2.38 + ganeti01 1H IN A 10.64.32.173 labstore 1H IN A 10.64.37.10 -- To view, visit https://gerrit.wikimedia.org/r/378967 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8b5270d82b54c7aaaf4ac546f8763080ea4e10f2 Gerrit-PatchSet: 2 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Ottomata <[email protected]> Gerrit-Reviewer: Elukey <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
