Skip to content
Snippets Groups Projects
Commit 32b78cf6 authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Merge branch 'move_radial_host' into '2.8.2-DEVELOPMENT'

Moved radial host declaration to compose file

See merge request !1411
parents 4edd5a75 a9633256
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1411Moved radial host declaration to compose file
Pipeline #10660 passed
......@@ -146,6 +146,9 @@ services:
depends_on:
- schema
- amqp
extra_hosts:
# Allow the workflow container to reach the RADIAL cluster for jobs that require it
- "radialhead.nrao.radial.local:10.64.1.77"
healthcheck:
test: curl -f -LI localhost:3456/healthcheck
interval: 5s
......
......@@ -31,9 +31,6 @@ 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
# needed for unit tests
USER vlapipe
WORKDIR /home/ssa/capo
......
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