Skip to content
GitLab
Explore
Sign in
Register
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
f7e5ac18
Commit
f7e5ac18
authored
1 year ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Reroute LOBSTER to COBALT in production
parent
2daaec6d
No related branches found
No related tags found
1 merge request
!1231
Reroute LOBSTER to COBALT in production
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/TMSS/backend/services/lobster/lib/config.py
+2
-8
2 additions, 8 deletions
SAS/TMSS/backend/services/lobster/lib/config.py
with
2 additions
and
8 deletions
SAS/TMSS/backend/services/lobster/lib/config.py
+
2
−
8
View file @
f7e5ac18
...
@@ -29,19 +29,13 @@ def station_to_host(station: str, port: int=10000) -> str:
...
@@ -29,19 +29,13 @@ def station_to_host(station: str, port: int=10000) -> str:
# Node from which observations are started on COBALT
# Node from which observations are started on COBALT
COBALT_HEADNODE
=
"
cbm2
06
.control.lofar
"
if
isProductionEnvironment
()
else
"
localhost
"
COBALT_HEADNODE
=
"
cbm2
head
.control.lofar
"
if
isProductionEnvironment
()
else
"
localhost
"
# Storage location for parsets on COBALT_HEADNODE
# Storage location for parsets on COBALT_HEADNODE
COBALT_PARSET_DIR
=
"
/opt/lofar/var/run
"
COBALT_PARSET_DIR
=
"
/opt/lofar/var/run
"
# Any overrides on the parset
# Any overrides on the parset
COBALT_PARSET_OVERRIDES
=
"""
COBALT_PARSET_OVERRIDES
=
"""
# use test system
Cobalt.Nodes=[ cbt206_0, cbt206_1 ]
# disable eth binding to avoid needing elevated priviledges in test setup
PIC.Core.Cobalt.cbt206_0.out_nic=[]
PIC.Core.Cobalt.cbt206_1.out_nic=[]
"""
"""
# Name pattern for parsets stored on COBALT_HEADNODE
# Name pattern for parsets stored on COBALT_HEADNODE
...
@@ -49,4 +43,4 @@ PIC.Core.Cobalt.cbt206_1.out_nic=[]
...
@@ -49,4 +43,4 @@ PIC.Core.Cobalt.cbt206_1.out_nic=[]
COBALT_PARSET_FILENAME_PATTERN
=
"
CorrProc_{subtask_id}.param
"
COBALT_PARSET_FILENAME_PATTERN
=
"
CorrProc_{subtask_id}.param
"
# Script to start observations on COBALT_HEADNODE
# Script to start observations on COBALT_HEADNODE
COBALT_STARTBGL_SCRIPT
=
"
source /
home/mol/build/gnucxx11_2018_opt/installed/lofarinit.sh && LOFARENV=PRODUCTION /home/mol/build/gnucxx11_2018_opt/installed
/bin/startBGL.sh
"
COBALT_STARTBGL_SCRIPT
=
"
source /
opt/lofar/lofarinit.sh && LOFARENV=PRODUCTION /opt/lofar
/bin/startBGL.sh
"
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