Dzahn has submitted this change and it was merged.

Change subject: cache: install the planet SSL cert on misc-web
......................................................................


cache: install the planet SSL cert on misc-web

We would like to move planet.wikimedia.org behind misc-web nginx/varnish.

Planet has its own SSL wildcard cert for *.planet.wikimedia.org because
we serve many language versions like en.planet.wikimedia.org etc.

So before we can move this we need that cert on misc-web. The regular
unified cert won't match it.
Bug: T60048
Bug: T85789

Change-Id: I26af3f3c7efc0652a0bc94aef801c48334f7137e
---
M manifests/role/cache.pp
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index ebf4b55..8236e23 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -660,7 +660,11 @@
             'wmfusercontent.org':
                 certname => 'star.wmfusercontent.org',
                 server_name => 'wmfusercontent.org',
-                server_aliases => ['*.wmfusercontent.org'],
+                server_aliases => ['*.wmfusercontent.org'];
+            'planet.wikimedia.org':
+                certname       => 'star.planet.wikimedia.org',
+                server_name    => 'planet.wikimedia.org',
+                server_aliases => ['*.planet.wikimedia.org'];
         }
     }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/181415
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I26af3f3c7efc0652a0bc94aef801c48334f7137e
Gerrit-PatchSet: 5
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: Cmjohnson <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: John F. Lewis <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to