Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
ef575711
Commit
ef575711
authored
Feb 15, 2018
by
Steven Murray
Browse files
Removed sync::openw.default workflow
parent
c23ac99a
Changes
2
Hide whitespace changes
Inline
Side-by-side
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/eos_configure_preprod.sh
View file @
ef575711
...
...
@@ -8,7 +8,6 @@ eos attr set sys.acl=g:eosusers:rwx!d,u:poweruser1:rwx+dp,u:poweruser2:rwx+dp ${
eos attr
set
CTA_StorageClass
=
ctaStorageClass
${
PREPROD_DIR
}
eos attr
set
CTA_TapeFsId
=
65535
${
PREPROD_DIR
}
eos attr
set
sys.workflow.sync::openw.default
=
"proto:ctafrontend:10955 ctafrontend"
${
PREPROD_DIR
}
eos attr
set
sys.workflow.closew.default
=
"proto:ctafrontend:10955 ctafrontend"
${
PREPROD_DIR
}
eos attr
set
sys.workflow.archived.default
=
"proto:ctafrontend:10955 ctafrontend"
${
PREPROD_DIR
}
eos attr
set
sys.workflow.sync::prepare.default
=
"proto:ctafrontend:10955 ctafrontend"
${
PREPROD_DIR
}
...
...
continuousintegration/orchestration/create_instance.sh
View file @
ef575711
...
...
@@ -308,7 +308,7 @@ CTA_ENDPOINT=ctafrontend:10955
echo
"Setting workflows in namespace
${
instance
}
pod ctaeos:"
CTA_WF_DIR
=
/eos/
${
EOSINSTANCE
}
/proc/cta/workflow
for
WORKFLOW
in
sync
::openw.default
closew.default archived.default
sync
::prepare.default
sync
::delete.default
for
WORKFLOW
in
closew.default archived.default
sync
::prepare.default
sync
::delete.default
do
echo
"eos attr set sys.workflow.
${
WORKFLOW
}
=
\"
proto:
${
CTA_ENDPOINT
}
ctafrontend
\"
${
CTA_WF_DIR
}
"
kubectl
--namespace
=
${
instance
}
exec
ctaeos
--
bash
-c
"eos attr set sys.workflow.
${
WORKFLOW
}
=
\"
proto:
${
CTA_ENDPOINT
}
ctafrontend
\"
${
CTA_WF_DIR
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment