Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
9549be7a
Commit
9549be7a
authored
3 years ago
by
Ramesh Kumar
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into
TMSS-847
parents
95dc0bfc
19e5baef
No related branches found
No related tags found
2 merge requests
!634
WIP: COBALT commissioning delta
,
!548
Resolve TMSS-847
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
SAS/TMSS/docker-compose-ua.yml
+23
-14
23 additions, 14 deletions
SAS/TMSS/docker-compose-ua.yml
with
25 additions
and
16 deletions
.gitlab-ci.yml
+
2
−
2
View file @
9549be7a
...
@@ -465,8 +465,8 @@ deploy-tmss-ua:
...
@@ -465,8 +465,8 @@ deploy-tmss-ua:
-
cd SAS/TMSS
-
cd SAS/TMSS
-
ssh lofarsys@tmss-ua.control.lofar "docker-compose -f docker-compose-ua.yml down"
-
ssh lofarsys@tmss-ua.control.lofar "docker-compose -f docker-compose-ua.yml down"
-
scp docker-compose-ua.yml lofarsys@tmss-ua.control.lofar:~/
-
scp docker-compose-ua.yml lofarsys@tmss-ua.control.lofar:~/
-
ssh lofarsys@tmss-ua.control.lofar "docker pull ${CI_NEXUS_REGISTRY}/tmss_django:$CI_COMMIT_SHORT_SHA"
-
ssh lofarsys@tmss-ua.control.lofar "docker pull ${CI_NEXUS_REGISTRY
_LOCATION
}/tmss_django:$CI_COMMIT_SHORT_SHA"
-
ssh lofarsys@tmss-ua.control.lofar "docker tag ${CI_NEXUS_REGISTRY}/tmss_django:$CI_COMMIT_SHORT_SHA ${CI_NEXUS_REGISTRY}/tmss_django:latest"
-
ssh lofarsys@tmss-ua.control.lofar "docker tag ${CI_NEXUS_REGISTRY
_LOCATION
}/tmss_django:$CI_COMMIT_SHORT_SHA ${CI_NEXUS_REGISTRY
_LOCATION
}/tmss_django:latest"
-
ssh lofarsys@tmss-ua.control.lofar "docker-compose -f docker-compose-ua.yml up -d"
-
ssh lofarsys@tmss-ua.control.lofar "docker-compose -f docker-compose-ua.yml up -d"
needs
:
needs
:
-
dockerize_TMSS
-
dockerize_TMSS
...
...
This diff is collapsed.
Click to expand it.
SAS/TMSS/docker-compose-ua.yml
+
23
−
14
View file @
9549be7a
...
@@ -7,20 +7,29 @@ services:
...
@@ -7,20 +7,29 @@ services:
ports
:
ports
:
-
5672:5672
-
5672:5672
-
15672:15672
-
15672:15672
oidc-provider
:
django
:
image
:
nexus.cep4.control.lofar:18080/tmss_testprovider:latest
image
:
git.astron.nl:5000/ro/lofar/tmss_django:latest
restart
:
unless-stopped
container_name
:
django-gunicorn
hostname
:
oidc-provider
restart
:
always
volumes
:
-
static_volume:/opt/lofar/staticfiles
env_file
:
env_file
:
-
./.env
-
~/.lofar/.env
ports
:
command
:
-
"
8088:8088"
"
/bin/bash
-c
'source
lofarinit.sh;
web
:
gunicorn
lofar.sas.tmss.tmss.wsgi
--worker-class=gevent
--workers=4
--bind=0.0.0.0:8001'"
image
:
nexus.cep4.control.lofar:18080/tmss_django:latest
depends_on
:
hostname
:
tmss-ua
-
rabbitmq
restart
:
on-failure
tmss-ua.control.lofar
:
env_file
:
image
:
nginx:1.17
-
./.env
container_name
:
ngx
command
:
bash -c 'source /opt/lofar/lofarinit.sh && ALLOWED_HOSTS=* tmss_test_environment -H 0.0.0.0 -P tmss-ua -p 8008 --data'
ports
:
ports
:
-
"
8008:8008"
-
"
8008:8008"
volumes
:
-
static_volume:/opt/lofar/staticfiles
-
~/.lofar/etc/nginx:/etc/nginx/conf.d
depends_on
:
-
django
volumes
:
static_volume
:
\ No newline at end of file
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