From 1f3d33a490f1be1b8d22fdd9d1e6a081bcdbea5d Mon Sep 17 00:00:00 2001 From: Albert Rossi Date: Thu, 28 Mar 2013 14:48:11 +0000 Subject: [PATCH] Remove alarm server from system-test The alarm server uses its own logback configuration. If it runs in the same domain as other dcache services, the logback configuration for the later will not be correct. Hence we cannot run the server in the single-domain setup used by system-test. This patch removes it from the layout file. Target: trunk Patch: http://rb.dcache.org/r/5319 Require-notes: no Require-book: no Acked-by: Dmitry --- modules/system-test/src/main/skel/etc/layouts/system-test.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system-test/src/main/skel/etc/layouts/system-test.conf b/modules/system-test/src/main/skel/etc/layouts/system-test.conf index 642c2f1427b..1ea8daef8b3 100644 --- a/modules/system-test/src/main/skel/etc/layouts/system-test.conf +++ b/modules/system-test/src/main/skel/etc/layouts/system-test.conf @@ -22,7 +22,6 @@ dcache.java.options.extra=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address [dCacheDomain/admin] adminHistoryFile=${dcache.home}/var/admin/history -[dCacheDomain/alarms] [dCacheDomain/broadcast] [dCacheDomain/topo] [dCacheDomain/loginbroker]