Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
ef575711
Commit
ef575711
authored
7 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Removed sync::openw.default workflow
parent
c23ac99a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/eos_configure_preprod.sh
+0
-1
0 additions, 1 deletion
...cker/ctafrontend/cc7/opt/run/bin/eos_configure_preprod.sh
continuousintegration/orchestration/create_instance.sh
+1
-1
1 addition, 1 deletion
continuousintegration/orchestration/create_instance.sh
with
1 addition
and
2 deletions
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/eos_configure_preprod.sh
+
0
−
1
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
}
...
...
This diff is collapsed.
Click to expand it.
continuousintegration/orchestration/create_instance.sh
+
1
−
1
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
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment