Dzahn has uploaded a new change for review.

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

Change subject: fix apache-fast-test for use in eqiad
......................................................................

fix apache-fast-test for use in eqiad

it wants to read the pybal configs from
somewhere. but in eqiad there is no /home/w/

so we need to replace it with something,
on tin would be nice, because we deploy from
here

can pybal config live in /srv ? i say that
because there is currently:

root@tin:/srv# ls
deployment  redis  scap

Change-Id: I5f05b9a5bdd5e1869f139900b0844cb52421de76
---
M modules/apachesync/files/apache-fast-test
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/14/130614/1

diff --git a/modules/apachesync/files/apache-fast-test 
b/modules/apachesync/files/apache-fast-test
index cfdcf33..ac49b04 100755
--- a/modules/apachesync/files/apache-fast-test
+++ b/modules/apachesync/files/apache-fast-test
@@ -43,8 +43,8 @@
                if (/^pybal$/) {
                        # list of production servers from pybal config
                        $servers = get_server_list_from_pybal_config(qw(
-                               /home/wikipedia/conf/pybal/eqiad/apaches
-                               /home/wikipedia/conf/pybal/eqiad/api
+                               /srv/pybal/eqiad/apaches
+                               /srv/pybal/eqiad/api
                        ));
                } elsif (/^([\w\.]+)$/) {
                        $servers->{$1} = 1;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f05b9a5bdd5e1869f139900b0844cb52421de76
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

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

Reply via email to