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

Moved where the radial host gets added to the hosts file

parent 4edd5a75
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 #10659 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