Page MenuHomePhabricator

Fix RESTBase support for wikitech.wikimedia.org
Closed, DeclinedPublic

Description

Wikitech does not work in RB yet. Main reasons:

  • it does not share the same Varnish config, so doesn't pick up the /api/rest_v1/ entry point
  • the wikitech code does not live on the main app server cluster, which causes even the requests at https://rest.wikimedia.org/wikitech.wikimedia.org/v1/?doc to fail, as those are using the app server LVS IP directly, without going through the Varnish layer

To fix this, we'll have to

  1. add the /api/rest_v1/ entry point in Varnish, and
  2. use the Varnish cluster or a different LVS IP for API requests for wikitech

Event Timeline

GWicke raised the priority of this task from to Needs Triage.
GWicke updated the task description. (Show Details)
GWicke subscribed.
GWicke edited subscribers, added: cscott; removed: Aklapper.

Wikitech doesn't even have a varnish layer. It's basically like an independent MediaWiki installation for many purposes, it's not really one of our set of production wikis in any normal sense of clustering or entrypoints (and this is intentional for a variety of reasons).

GWicke triaged this task as Medium priority.Jun 29 2015, 5:14 PM
Restricted Application added a subscriber: Matanya. · View Herald Transcript

@BBlack, do you think it is feasible / advisable to add a /api/rest_v1/ rewrite in the wikitech nginx config?

This comment was removed by Krinkle.
GWicke edited projects, added Services (later); removed Services.

Closing in favour of T237773. There is no particular need for it on its own, but the inconsistency will naturally be resolved by T237773.