Mark Bergsma has submitted this change and it was merged.
Change subject: Use the appserver cluster as default backend
......................................................................
Use the appserver cluster as default backend
Change-Id: Ie0500759dfbf94436c535bad57e02f0813dc524d
---
M manifests/role/cache.pp
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Mark Bergsma: Looks good to me, approved
jenkins-bot: Verified
diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 26e35f2..528b18c 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -385,13 +385,13 @@
$varnish_be_directors = {
"pmtpa" => {
- "backend" =>
$role::cache::configuration::backends[$::realm]['test_appservers'][$::mw_primary],
+ "backend" =>
$role::cache::configuration::backends[$::realm]['appservers'][$::mw_primary],
"api" =>
$role::cache::configuration::backends[$::realm]['api'][$::mw_primary],
"image_scalers" =>
$role::cache::configuration::backends[$::realm]['rendering'][$::mw_primary],
"test_wikipedia" =>
$role::cache::configuration::backends[$::realm]['test_appservers'][$::mw_primary],
},
"eqiad" => {
- "backend" =>
$role::cache::configuration::backends[$::realm]['test_appservers'][$::mw_primary],
+ "backend" =>
$role::cache::configuration::backends[$::realm]['appservers'][$::mw_primary],
"api" =>
$role::cache::configuration::backends[$::realm]['api'][$::mw_primary],
"image_scalers" =>
$role::cache::configuration::backends[$::realm]['rendering'][$::mw_primary],
"test_wikipedia" =>
$role::cache::configuration::backends[$::realm]['test_appservers'][$::mw_primary],
--
To view, visit https://gerrit.wikimedia.org/r/66109
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie0500759dfbf94436c535bad57e02f0813dc524d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[email protected]>
Gerrit-Reviewer: Mark Bergsma <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits