Yuvipanda has submitted this change and it was merged. Change subject: labs: Make docker_registry cname be absolute ......................................................................
labs: Make docker_registry cname be absolute Otherwise it ends up being tools-docker-registry-01.tools.eqiad.wmflabs.tools.eqiad.wmflabs. Change-Id: I20534facc0923d8a69061181df2635a9ebc1add8 --- M modules/toollabs/templates/cnames.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Yuvipanda: Verified; Looks good to me, approved diff --git a/modules/toollabs/templates/cnames.erb b/modules/toollabs/templates/cnames.erb index bf351af..a140252 100644 --- a/modules/toollabs/templates/cnames.erb +++ b/modules/toollabs/templates/cnames.erb @@ -1 +1 @@ -tools-docker-registry 300 IN CNAME <%= @docker_registry %> +tools-docker-registry 300 IN CNAME <%= @docker_registry %>. -- To view, visit https://gerrit.wikimedia.org/r/274163 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I20534facc0923d8a69061181df2635a9ebc1add8 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Yuvipanda <[email protected]> Gerrit-Reviewer: Yuvipanda <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
