From: Ludovic CHEVALIER Date: Fri, 10 Jan 2014 10:27:48 +0000 (+0100) Subject: Modifications : etc/sv/openerp7_burette/local.sh - burette X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=776ef9e3d242aa12a71b6c5decff365ab36b155b Modifications : etc/sv/openerp7_burette/local.sh - burette changedechaine --- diff --git a/etc/nginx/site.d/burette/http.conf b/etc/nginx/site.d/burette/http.conf index fefa960..d90dc22 100644 --- a/etc/nginx/site.d/burette/http.conf +++ b/etc/nginx/site.d/burette/http.conf @@ -5,6 +5,7 @@ server { burette.atelierdynamo.fr burette.autourducycle.heureux-cyclage.org burette.cyclocoop.heureux-cyclage.org + burette.changedechaine.heureux-cyclage.org burette.cyclocoop.org burette.cyclofficineangouleme.heureux-cyclage.org burette.dynamo.heureux-cyclage.org @@ -32,6 +33,7 @@ map $http_host $burette_dbfilter { default ""; burette.atelierdynamo.fr "dynamo$"; burette.autourducycle.heureux-cyclage.org "autourducycle$"; + burette.changedechaine.heureux-cyclage.org "changedechaine$"; burette.cyclocoop.heureux-cyclage.org "cyclo_.*$"; burette.cyclocoop.org "cyclo_.*$"; burette.cyclofficineangouleme.heureux-cyclage.org "cyclofficine_angouleme$"; diff --git a/etc/nginx/site.d/burette/site.conf b/etc/nginx/site.d/burette/site.conf index c987e7d..4f81549 100644 --- a/etc/nginx/site.d/burette/site.conf +++ b/etc/nginx/site.d/burette/site.conf @@ -2,6 +2,7 @@ server_name burettes.heureux-cyclage.org burette.atelierdynamo.fr burette.autourducycle.heureux-cyclage.org + burette.changedechaine.heureux-cyclage.org burette.cyclocoop.heureux-cyclage.org burette.cyclocoop.org burette.cyclofficineangouleme.heureux-cyclage.org diff --git a/etc/nsd3/zone.d/heureux-cyclage.org.zone.m4 b/etc/nsd3/zone.d/heureux-cyclage.org.zone.m4 index ca4ff24..8821182 100644 --- a/etc/nsd3/zone.d/heureux-cyclage.org.zone.m4 +++ b/etc/nsd3/zone.d/heureux-cyclage.org.zone.m4 @@ -41,7 +41,8 @@ ateliers A IP4(GRESILLE) autoconfig A IP4(GRESILLE) bicloud A IP4(GRESILLE) burette A IP4(GRESILLE) -burette.autourducycle A IP4(GRESILLE) +burette.autourducycle A IP4(GRESILLE) +burette.changedechaine A IP4(GRESILLE) burette.cyclocoop A IP4(GRESILLE) burette.cyclofficineangouleme A IP4(GRESILLE) burette.dynamo A IP4(GRESILLE) diff --git a/etc/postgresql/9.1/main/pg_hba.conf b/etc/postgresql/9.1/main/pg_hba.conf index 7934051..35328b0 100644 --- a/etc/postgresql/9.1/main/pg_hba.conf +++ b/etc/postgresql/9.1/main/pg_hba.conf @@ -1,6 +1,7 @@ # CONNECTION DATABASE USER AUTH OPTIONS local all postgres peer map=admin local all backup peer +local openerp7_burette_changedechaine openerp7_burette peer local openerp7_burette_cyclo_ivry openerp7_burette peer local openerp7_burette_cyclo_pantin openerp7_burette peer local openerp7_burette_cyclo_paris_est openerp7_burette peer diff --git a/etc/sv/openerp7_burette/local.sh b/etc/sv/openerp7_burette/local.sh index 3d8b5a7..356e59b 100644 --- a/etc/sv/openerp7_burette/local.sh +++ b/etc/sv/openerp7_burette/local.sh @@ -40,6 +40,7 @@ do sleep 1; done for db in \ autourducycle \ labecaneajules \ + changedechaine \ cyclo_ivry \ cyclo_pantin \ cyclo_paris_est \ diff --git a/etc/sv/openerp7_burette/run b/etc/sv/openerp7_burette/run index 4b6392d..c3bf109 100755 --- a/etc/sv/openerp7_burette/run +++ b/etc/sv/openerp7_burette/run @@ -27,6 +27,7 @@ export LOGNAME="$sv" for db in \ autourducycle \ + changedechaine \ cyclo_ivry \ cyclo_ivry \ cyclo_pantin \