Skip to content
Snippets Groups Projects
Commit a1ac62ec authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

Nrao rsync plugin condor execute node

parent 97cb25b5
No related branches found
No related tags found
1 merge request!643Nrao rsync plugin condor execute node
Pipeline #3613 passed
......@@ -17,4 +17,7 @@ SEC_DEFAULT_NEGOTIATION=NEVER
HASLUSTRE = True
STARTD_ATTRS = $(STARTD_ATTRS) HASLUSTRE
# Plugins
FILETRANSFER_PLUGINS = $(FILETRANSFER_PLUGINS), /usr/libexec/condor/nraorsync_plugin.py
PoolName = "workspaces"
# Condor execute node image
FROM htcondor/execute:9.0.6-el7
RUN yum install -y git
# Copy HTCondor config file
COPY ./config/htcondor/00-htcondor-9.0.config /etc/condor/config.d/00-htcondor-9.0.config
COPY ./config/htcondor/99-workspaces.conf /root/config/99-workspaces.conf
......@@ -11,6 +13,9 @@ COPY docker.properties /home/casa/capo/docker.properties
ENV CAPO_PROFILE "docker"
RUN git clone --depth=1 https://gitlab.nrao.edu/krowe/condor_transfer_plugin.git \
&& cp condor_transfer_plugin/nraorsync_plugin.py /usr/libexec/condor/
# Apply config within the container
RUN ./update-config
RUN /root/bin/boot-execute.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