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

[ssi] Adds eoscta_stub to eos_configure_preprod.sh

parent 25d8a1bd
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
PREPROD_DIR=/eos/ctaeos/preprod
CTA_BIN=/usr/bin/cta
CTA_BIN=/usr/bin/eoscta_stub
mkdir -p /var/eos/wfe/bash
cp /opt/ci/ctaeos/var/eos/wfe/bash/* /var/eos/wfe/bash/
......@@ -19,7 +19,6 @@ eos attr set sys.workflow.closew.default="bash:shell:cta XrdSecPROTOCOL=sss XrdS
#eos attr set sys.workflow.archived.default="bash:shell:cta eos file tag <eos::wfe::path> +<eos::wfe::cxattr:CTA_TapeFsId>" ${PREPROD_DIR}
eos attr set sys.workflow.archived.default="bash:create_tape_drop_disk_replicas:cta <eos::wfe::path> <eos::wfe::cxattr:CTA_TapeFsId>" ${PREPROD_DIR}
eos attr set sys.workflow.sync::prepare.default="bash:retrieve_archive_file:cta <eos::wfe::rusername> <eos::wfe::rgroupname> <eos::wfe::fxattr:sys.archiveFileId> <eos::wfe::turl> <eos::wfe::username> <eos::wfe::groupname> cmVjb3ZlcnkK <eos::wfe::path>" ${PREPROD_DIR}
eos attr set sys.workflow.closew.CTA_retrieve="bash:shell:cta eos attr set 'CTA_retrieved_timestamp=\"\`date\`\"' <eos::wfe::path>" ${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