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

[kill-bash] Sets CTA_WF_DIR in create_instance.sh

parent 887aee3e
No related branches found
No related tags found
No related merge requests found
......@@ -305,6 +305,7 @@ echo OK
# closew.CTA_retrieve workflow sets the CTA_retrieved_timestamp attribute.
echo "Setting workflows in namespace ${instance} pod ctaeos:"
CTA_ENDPOINT=ctafrontend.${instance}.svc.cluster.local:10955
CTA_WF_DIR=/eos/${EOSINSTANCE}/proc/cta/workflow
for WORKFLOW in closew.default archived.default sync::prepare.default closew.CTA_retrieve sync::delete.default
do
echo "eos attr set sys.workflow.${WORKFLOW}=\"proto/cta:${CTA_ENDPOINT} <parent/file>\" ${CTA_WF_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