Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
271326bd
Commit
271326bd
authored
1 year ago
by
Nathan Bockisch
Browse files
Options
Downloads
Patches
Plain Diff
WS-1849: Added RADIAL setup to the workflow container
parent
1f9c763d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1452
Merge 2.8.2 to main
,
!1387
WS-1849: Added RADIAL setup to the workflow container
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/htcondor/submit/99-workspaces-submit.conf
+6
-0
6 additions, 0 deletions
config/htcondor/submit/99-workspaces-submit.conf
services/workflow/Dockerfile
+4
-1
4 additions, 1 deletion
services/workflow/Dockerfile
with
10 additions
and
1 deletion
config/htcondor/submit/99-workspaces-submit.conf
+
6
−
0
View file @
271326bd
...
...
@@ -26,3 +26,9 @@ SCHEDD_DEBUG = D_ALL
FILESYSTEM_DOMAIN
=
developer
UID_DOMAIN
=
local
# Submit host settings for the RADIAL cluster
CONDOR_GAHP
= $(
SBIN
)/
condor_c
-
gahp
C_GAHP_LOG
= /
tmp
/
CGAHPLog
.$(
USERNAME
)
C_GAHP_WORKER_THREAD_LOG
= /
tmp
/
CGAHPWorkerLog
.$(
USERNAME
)
C_GAHP_WORKER_THREAD_LOCK
= /
tmp
/
CGAHPWorkerLock
.$(
USERNAME
)
This diff is collapsed.
Click to expand it.
services/workflow/Dockerfile
+
4
−
1
View file @
271326bd
...
...
@@ -26,6 +26,9 @@ RUN addgroup --gid 6000 vlapipe && \
RUN
addgroup
--gid
9233 almapipe
&&
\
useradd
--create-home
--comment
""
--gid
9233
--uid
9233 almapipe
# Allow the workflow container to reach the RADIAL cluster for jobs that require it
RUN
echo
"10.64.1.77 radialhead.nrao.radial.local"
>>
/etc/hosts
# Switch to appuser and set ownership of docker.properties to vlapipe and the vlapipe group
USER
vlapipe
WORKDIR
/home/ssa/capo
...
...
@@ -93,4 +96,4 @@ ENV PATH $PATH:/lustre/aoc/pipeline/$CAPO_PROFILE/workflow
USER
root
RUN
condor_master
CMD
/code/bin/boot-condor-and-workflow.sh
\ No newline at end of file
CMD
/code/bin/boot-condor-and-workflow.sh
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