Skip to content
Snippets Groups Projects
Commit 07e65f5b authored by Michael Davis's avatar Michael Davis
Browse files

Changes CI config for new EOS-CTA protocol

parent acd20460
No related branches found
No related tags found
No related merge requests found
......@@ -60,3 +60,6 @@ mgmofs.autosaveconfig true
#-------------------------------------------------------------------------------
mgmofs.nslib /usr/lib64/libEosNsInMemory.so
# Set the endpoint and resources for EOS/CTA Workflows
mgmofs.protowfhostport ctafrontend:10955
mgmofs.protowfendpoint /ctafrontend
......@@ -13,7 +13,7 @@ fi
cat <<EOF > /etc/cta/cta-cli.conf
# The CTA frontend address in the form <FQDN>:<TCPPort>
# solved by kubernetes DNS server so KIS...
ctafrontend:10955
cta.endpoint ctafrontend:10955
EOF
# sleep forever but exit immediately when pod is deleted
......
......@@ -13,7 +13,7 @@ fi
cat <<EOF > /etc/cta/cta-cli.conf
# The CTA frontend address in the form <FQDN>:<TCPPort>
# solved by kubernetes DNS server so KIS...
ctafrontend:10955
cta.endpoint ctafrontend:10955
EOF
# sleep forever but exit immediately when pod is deleted
......
......@@ -11,14 +11,12 @@ yum-config-manager --enable ceph
yum -y install cta-frontend cta-debuginfo cta-catalogueutils ceph-common
fi
# /etc/cta/cta-frontend-xrootd.conf is now provided by ctafrontend rpm and comes with CI-ready content
# /etc/cta/cta-frontend-xrootd.conf is now provided by ctafrontend rpm. It comes with CI-ready content,
# except the objectstore backend path, which we add here:
/opt/run/bin/init_objectstore.sh
. /tmp/objectstore-rc.sh
echo "ObjectStore BackendPath $OBJECTSTOREURL" > /etc/cta/cta-frontend.conf
echo "Catalogue NumberOfConnections 10" >>/etc/cta/cta-frontend.conf
echo "Log URL file:/var/log/cta/cta-frontend.log" >>/etc/cta/cta-frontend.conf
echo "cta.objectstore.backendpath $OBJECTSTOREURL" >>/etc/cta/cta-frontend-xrootd.conf
/opt/run/bin/init_database.sh
. /tmp/database-rc.sh
......
......@@ -3,13 +3,13 @@
#
# CTA ObjectStore options
cta.objectstore.backendpath /tmp/jobStoreXXXXXXX
#cta.objectstore.backendpath /tmp/jobStoreXXXXXXX
# CTA Catalogue options
cta.catalogue.numberofconnections 1
cta.catalogue.numberofconnections 10
# CTA Frontend log URL
cta.log.url file:///tmp/cta/cta-frontend.log
cta.log.url file:/var/log/cta/cta-frontend.log
# CTA XRootD SSI/Protobuf log level
cta.log.ssi info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment