Mark Bergsma has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/68155


Change subject: Rename Parsoid storage backends, add a second storage backend 
in beta
......................................................................

Rename Parsoid storage backends, add a second storage backend in beta

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/55/68155/1

diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 44d41a5..df4c232 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -993,11 +993,8 @@
                        port => 3128,
                        admin_port => 6083,
                        storage => $::realm ? {
-                               'production' => $::hostname ? {
-                                       "titanium" => "-s 
sdb1=persistent,/srv/sdb1/varnish.persist,139G -s 
sdd1=persistent,/srv/sdd1/varnish.persist,139G",
-                                       "cerium" => "-s 
sda1=persistent,/srv/sda1/varnish.persist,139G -s 
sdb1=persistent,/srv/sdb1/varnish.persist,139G",
-                               },
-                               'labs' => '-s 
vdb=persistent,/srv/vdb/varnish.persist,19G',
+                               'production' => "-s 
main1=persistent,/srv/sda1/varnish.main1,139G -s 
main2=persistent,/srv/sdb1/varnish.main2,139G",
+                               'labs' => '-s 
main1=persistent,/srv/vdb/varnish.main1,19G -s 
main2=persistent,/srv/vdb/varnish.main2,19G',
                        },
                        directors => {
                                "backend" => 
$role::cache::configuration::backends[$::realm]['parsoid'][$::mw_primary],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb1e12e63cf33abda654006a5c68f2393257f93b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <[email protected]>

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

Reply via email to