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
a9633256
Commit
a9633256
authored
1 year ago
by
Daniel Nemergut
Browse files
Options
Downloads
Patches
Plain Diff
Moved where the radial host gets added to the hosts file
parent
4edd5a75
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1452
Merge 2.8.2 to main
,
!1411
Moved radial host declaration to compose file
Pipeline
#10659
passed
1 year ago
Stage: pull-db
Stage: build
Stage: unit-test
Stage: .post
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose.local.yml
+3
-0
3 additions, 0 deletions
docker-compose.local.yml
services/workflow/Dockerfile
+0
-3
0 additions, 3 deletions
services/workflow/Dockerfile
with
3 additions
and
3 deletions
docker-compose.local.yml
+
3
−
0
View file @
a9633256
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
services/workflow/Dockerfile
+
0
−
3
View file @
a9633256
...
...
@@ -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
...
...
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