Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
LOFAR2.0
tango
Commits
d3a86284
Commit
d3a86284
authored
1 month ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Allow deployment on dts-lab
parent
c21e68ee
No related branches found
No related tags found
1 merge request
!1097
Allow deployment on dts-lab
Pipeline
#117063
failed
1 month ago
Stage: prepare
Stage: lint
Stage: render
Stage: test
Stage: package
Stage: images
Stage: integration
Stage: publish
Stage: deploy
Pipeline: tango
#117064
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
d3a86284
...
@@ -60,6 +60,7 @@ run_shellcheck:
...
@@ -60,6 +60,7 @@ run_shellcheck:
variables
:
variables
:
LOFAR1_STATIONS
:
cs002 cs003 cs004 cs005 cs006 cs007 cs011 cs013 cs017 cs021 cs024 cs026 cs028 cs030 cs031 cs101 cs103 cs201 cs301 cs302 cs401 cs501 rs106 rs205 rs208 rs210 rs305 rs306 rs310 rs406 rs407 rs409 rs503 rs508 rs509
LOFAR1_STATIONS
:
cs002 cs003 cs004 cs005 cs006 cs007 cs011 cs013 cs017 cs021 cs024 cs026 cs028 cs030 cs031 cs101 cs103 cs201 cs301 cs302 cs401 cs501 rs106 rs205 rs208 rs210 rs305 rs306 rs310 rs406 rs407 rs409 rs503 rs508 rs509
LOFAR2_STATIONS
:
cs001 cs032 rs307
LOFAR2_STATIONS
:
cs001 cs032 rs307
DEV_STATIONS
:
dts-lab
COMPONENTS
:
mesh-gateway monitoring logging tango object-storage object-replication sdptr device-server dsconfig ec-sim jupyter snmp-exporter landing-page rpc-server
COMPONENTS
:
mesh-gateway monitoring logging tango object-storage object-replication sdptr device-server dsconfig ec-sim jupyter snmp-exporter landing-page rpc-server
# Generate the station-specific TangoDB configuration based on LOFAR1 information.
# Generate the station-specific TangoDB configuration based on LOFAR1 information.
...
@@ -135,7 +136,7 @@ render_CDB:
...
@@ -135,7 +136,7 @@ render_CDB:
cd CDB/
cd CDB/
for STATION in ${LOFAR2_STATIONS}; do
for STATION in ${LOFAR2_STATIONS}
${DEV_STATIONS}
; do
if [ "${STATION}" == "dts-lab" ]; then
if [ "${STATION}" == "dts-lab" ]; then
# dts-lab test station
# dts-lab test station
FILES="base/common.json base/l0.json base/l1.json base/h0.json base/lba.json base/hba-remote.json stations/dts-lab.json"
FILES="base/common.json base/l0.json base/l1.json base/h0.json base/lba.json base/hba-remote.json stations/dts-lab.json"
...
@@ -172,7 +173,7 @@ render_levant:
...
@@ -172,7 +173,7 @@ render_levant:
-
|
-
|
mkdir jobs
mkdir jobs
for STATION in ${LOFAR2_STATIONS}; do
for STATION in ${LOFAR2_STATIONS}
${DEV_STATIONS}
; do
if [ "${STATION}" == "dts-lab" ]; then
if [ "${STATION}" == "dts-lab" ]; then
# dts-lab test station
# dts-lab test station
REGION="global"
REGION="global"
...
@@ -540,6 +541,7 @@ deploy_nomad:
...
@@ -540,6 +541,7 @@ deploy_nomad:
-
cs001
-
cs001
-
cs032
-
cs032
-
rs307
-
rs307
-
dts-lab
image
:
image
:
name
:
hashicorp/nomad
name
:
hashicorp/nomad
entrypoint
:
[
"
"
]
entrypoint
:
[
"
"
]
...
...
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