From 1e90627f98150f7a57fe07855e113dc0477dab73 Mon Sep 17 00:00:00 2001
From: Steven Murray <Steven.Murray@cern.ch>
Date: Mon, 12 Aug 2019 19:15:34 +0200
Subject: [PATCH] Installing but not running cta-fst-gcd

---
 .../cc7/config/ctaeos/etc/cta/cta-fst-gcd.conf            | 8 ++++++++
 .../docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh      | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
 create mode 100644 continuousintegration/docker/ctafrontend/cc7/config/ctaeos/etc/cta/cta-fst-gcd.conf

diff --git a/continuousintegration/docker/ctafrontend/cc7/config/ctaeos/etc/cta/cta-fst-gcd.conf b/continuousintegration/docker/ctafrontend/cc7/config/ctaeos/etc/cta/cta-fst-gcd.conf
new file mode 100644
index 0000000000..6f3d411e8d
--- /dev/null
+++ b/continuousintegration/docker/ctafrontend/cc7/config/ctaeos/etc/cta/cta-fst-gcd.conf
@@ -0,0 +1,8 @@
+[main]
+logfile = /var/log/eos/fst/cta-fst-gcd.log
+mgmhost = localhost.cern.ch
+minfreebytes = 0
+gcagesecs = 1
+queryperiodsecs = 20
+mainloopperiodsecs = 10
+xrdsecssskt = /etc/eos.keytab
diff --git a/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh b/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
index 99b54dd75b..52b8dd4234 100755
--- a/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
+++ b/continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
@@ -9,7 +9,7 @@ if [ ! -e /etc/buildtreeRunner ]; then
   yum-config-manager --enable eos-citrine
 
   # Install missing RPMs
-  yum -y install eos-client eos-server xrootd-client xrootd-debuginfo xrootd-server cta-cli cta-debuginfo sudo logrotate
+  yum -y install eos-client eos-server xrootd-client xrootd-debuginfo xrootd-server cta-cli cta-debuginfo sudo logrotate cta-fst-gcd
 
   ## Keep this temporary fix that may be needed if going to protobuf3-3.5.1 for CTA
   # Install eos-protobuf3 separately as eos is OK with protobuf3 but cannot use it..
-- 
GitLab