Skip to content
Snippets Groups Projects
Commit 55de4882 authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Allow job submission from docker container

parent 55a19d11
Branches
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ SYSTEM_PERIODIC_HOLD_REASON = \
)\
)
# Allow write access to docker container (10.0.0.0/8 network) to submit jobs
ALLOW_Write=$(ALLOW_WRITE),10.0.0.0/16
# Clean held jobs after 7 days
SYSTEM_PERIODIC_REMOVE = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment