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

[kill-bash] Reinstates cta-cli.conf

parent 21cc8efb
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,11 @@ if [ ! -e /etc/buildtreeRunner ]; then
yum -y install cta-cli cta-debuginfo
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
EOF
# sleep forever but exit immediately when pod is deleted
exec /bin/bash -c "trap : TERM INT; sleep infinity & wait"
#!/bin/bash
PREPROD_DIR=/eos/ctaeos/preprod
CTA_BIN=/usr/bin/eoscta_stub
mkdir -p /var/eos/wfe/bash
cp /opt/ci/ctaeos/var/eos/wfe/bash/* /var/eos/wfe/bash/
chmod 755 /var/eos/wfe/bash/*
eos mkdir ${PREPROD_DIR}
eos chmod 555 ${PREPROD_DIR}
eos attr set sys.acl=g:eosusers:rwx!d,u:poweruser1:rwx+dp,u:poweruser2:rwx+dp ${PREPROD_DIR}
eos attr set CTA_StorageClass=ctaStorageClass ${PREPROD_DIR}
eos attr set CTA_TapeFsId=65535 ${PREPROD_DIR}
eos attr set sys.workflow.closew.default="proto/cta:ctafrontend:10955 <parent/file>" ${PREPROD_DIR}
......
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