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
1a26bdc4
Commit
1a26bdc4
authored
6 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
COB-55
: added cobalt2 qpid routes
parent
96da8197
No related branches found
No related tags found
1 merge request
!6
Import cobalt2 into lofar4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/QPIDInfrastructure/bin/populateDB.sh
+3
-1
3 additions, 1 deletion
SAS/QPIDInfrastructure/bin/populateDB.sh
with
3 additions
and
1 deletion
SAS/QPIDInfrastructure/bin/populateDB.sh
+
3
−
1
View file @
1a26bdc4
...
@@ -41,6 +41,7 @@ if $PROD; then
...
@@ -41,6 +41,7 @@ if $PROD; then
MOM_INGEST
=
lcs029.control.lofar
MOM_INGEST
=
lcs029.control.lofar
COBALT
=
"
`
seq
-f
cbm%03.0f.control.lofar 1 8
`
"
COBALT
=
"
`
seq
-f
cbm%03.0f.control.lofar 1 8
`
"
COBALT2
=
"
`
seq
-f
cbm2%02d.control.lofar 1 5
`
`
seq
-f
cbm2%02d.control.lofar 7 12
`
"
CEP4
=
"
`
seq
-f
cpu%02.0f.cep4.control.lofar 1 50
`
"
CEP4
=
"
`
seq
-f
cpu%02.0f.cep4.control.lofar 1 50
`
"
CEP4HEAD
=
"head01.cep4.control.lofar head02.cep4.control.lofar"
CEP4HEAD
=
"head01.cep4.control.lofar head02.cep4.control.lofar"
...
@@ -57,6 +58,7 @@ else
...
@@ -57,6 +58,7 @@ else
MOM_INGEST
=
lcs028.control.lofar
MOM_INGEST
=
lcs028.control.lofar
COBALT
=
"cbm009.control.lofar"
COBALT
=
"cbm009.control.lofar"
COBALT2
=
"cbm206.control.lofar"
CEP4
=
"
`
seq
-f
cpu%02.0f.cep4.control.lofar 1 50
`
"
CEP4
=
"
`
seq
-f
cpu%02.0f.cep4.control.lofar 1 50
`
"
CEP4HEAD
=
"head01.cep4.control.lofar head02.cep4.control.lofar"
CEP4HEAD
=
"head01.cep4.control.lofar head02.cep4.control.lofar"
...
@@ -69,7 +71,7 @@ fi
...
@@ -69,7 +71,7 @@ fi
# Cobalt GPUProc -> MessageRouter
# Cobalt GPUProc -> MessageRouter
# -----------------------------------------
# -----------------------------------------
for
fnode
in
$COBALT
for
fnode
in
$COBALT
$COBALT2
do
do
addtoQPIDDB.py
--broker
$fnode
--queue
${
PREFIX
}
lofar.task.feedback.dataproducts
--federation
$CCU
addtoQPIDDB.py
--broker
$fnode
--queue
${
PREFIX
}
lofar.task.feedback.dataproducts
--federation
$CCU
addtoQPIDDB.py
--broker
$fnode
--queue
${
PREFIX
}
lofar.task.feedback.processing
--federation
$CCU
addtoQPIDDB.py
--broker
$fnode
--queue
${
PREFIX
}
lofar.task.feedback.processing
--federation
$CCU
...
...
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