https://bugzilla.wikimedia.org/show_bug.cgi?id=43340

--- Comment #1 from Brad Jorsch <[email protected]> ---
First, let's list "the configuration files and other places".

As far as the MediaWiki config files go, "can deal with" is already done:
I52a4b0ed added $wmfDatacenter which is filled in from /etc/wikimedia-site,
which is being created by puppet as "pmtpa" currently and should be "eqiad" in
the eqiad configuration. Anything needing different paths can switch based on
this variable just like it does now with $wmfRealm (and formerly did with
$cluster) if it needs something different for production vs labs. And I would
hope the rest of MediaWiki goes by what's in the config files or uses paths
relative to __DIR__.

There may be some maintenance scripts that hard-code paths rather than using
relative paths or reading the config files; if nothing else, those too can be
modified to read /etc/wikimedia-site and switch based on the value. They could
even use MWRealm.php or MWRealm.sh out of operations/mediawiki-config, if those
can be located.

And then there's Apache, Varnish, and so on that I would assume are dealt with
directly by puppet. And I expect puppet already can easily deal with different
paths in different configurations.

Anything else?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to