Giuseppe Lavagetto has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/385343 )
Change subject: Add entry for docker-registry.discovery.wmnet ...................................................................... Add entry for docker-registry.discovery.wmnet For now, this is just a simple CNAME, but given how the docker registry operates it is very easy for us to add more registries in the future. At the same time, this abstracts the internal docker endpoint from the host it resides on from an application point-of-view. Bug: T178606 Change-Id: If768071657009a894209759b110d18bfc92f055b --- M templates/wmnet 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Giuseppe Lavagetto: Looks good to me, approved Alexandros Kosiaris: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/templates/wmnet b/templates/wmnet index 6f70359..82ac630 100644 --- a/templates/wmnet +++ b/templates/wmnet @@ -4807,3 +4807,6 @@ trendingedits 300/10 IN DYNA geoip!disc-trendingedits wdqs 300/10 IN DYNA geoip!disc-wdqs zotero 300/10 IN DYNA geoip!disc-zotero +; Will become a proper discovery endpoint once we add more registries +docker-registry 300 IN CNAME darmstadtium.eqiad.wmnet. + -- To view, visit https://gerrit.wikimedia.org/r/385343 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If768071657009a894209759b110d18bfc92f055b Gerrit-PatchSet: 1 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
