Skip to content
Snippets Groups Projects
Commit 271326bd authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

WS-1849: Added RADIAL setup to the workflow container

parent 1f9c763d
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1387WS-1849: Added RADIAL setup to the workflow container
......@@ -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)
......@@ -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
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