Catrope has uploaded a new change for review.

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

Change subject: Fix Parsoid in beta
......................................................................

Fix Parsoid in beta

Point Varnish to the new instance (the old one is fried).

Bonus: fix incorrect path in Parsoid settings (worked around
this with a symlink in the meantime).

Change-Id: I6a001f6e28c2b5ae25b08ae9d75bdb15469404a9
---
M manifests/role/cache.pp
M manifests/role/parsoid.pp
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/22/169622/1

diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 4a65e55..95ccb4b 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -465,7 +465,7 @@
                     'eqiad' => [ '10.68.17.96' ],  # deployment-mediawiki01
                 },
                 'parsoid' => {
-                    'eqiad' => [ '10.68.16.17' ],  # deployment-parsoid04
+                    'eqiad' => [ '10.68.16.120' ],  # deployment-parsoid05
                 }
             }
         }
diff --git a/manifests/role/parsoid.pp b/manifests/role/parsoid.pp
index c1c9860..f2f18fe 100644
--- a/manifests/role/parsoid.pp
+++ b/manifests/role/parsoid.pp
@@ -199,7 +199,7 @@
     $parsoid_settings_file = '/srv/deployment/parsoid/localsettings.js'
 
     # Checkout of mediawiki/services/parsoid
-    $parsoid_base_path = '/srv/deployment/parsoid/parsoid'
+    $parsoid_base_path = '/srv/deployment/parsoid/deploy/src'
 
     file { '/etc/default/parsoid':
         ensure  => present,

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

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

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

Reply via email to