Alexandros Kosiaris has uploaded a new change for review.

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

Change subject: cache::misc: Set up a temporary etherpad host
......................................................................

cache::misc: Set up a temporary etherpad host

Set up a temporary etherpad host to allow interested users to self-serve
restoring pads that were not restored previously while bringing the
service into a working state again after the recent database corruption.
We go for this approach only because it's Wikimania 2016 time and a lot
of interesting pads might have be lost irrevocably before their
users/owners had any chance to follow the best practice of archiving
them elsewhere.

Bug: T138516
Change-Id: I860eb2af2fe1310f19c1c3a1e48a69fa723b2cef
---
M modules/role/manifests/cache/misc.pp
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/57/295757/1

diff --git a/modules/role/manifests/cache/misc.pp 
b/modules/role/manifests/cache/misc.pp
index 38b3372..6659f4e 100644
--- a/modules/role/manifests/cache/misc.pp
+++ b/modules/role/manifests/cache/misc.pp
@@ -99,6 +99,14 @@
             'be_opts'  => merge($app_def_be_opts, { 'port' => 9001 }),
             'req_host' => 'etherpad.wikimedia.org',
         },
+        # TODO: Temporary etherpad Host to allow self-serving of pad 
restoration. See T138516
+        'etherpadrestore' => {
+            'dynamic'  => 'no',
+            'type'     => 'random',
+            'backends' => ['etherpad1001.eqiad.wmnet'],
+            'be_opts'  => merge($app_def_be_opts, { 'port' => 9002 }),
+            'req_host' => 'etherpad-restore.wikimedia.org',
+        },
         'gallium' => { # CI server
             'dynamic'  => 'no',
             'type'     => 'random',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I860eb2af2fe1310f19c1c3a1e48a69fa723b2cef
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to