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
a8924d18
Commit
a8924d18
authored
8 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Task #8887: Added more comments
parent
6acb0140
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/ResourceAssignment/QPIDInfrastructure/bin/populateDB.sh
+28
-3
28 additions, 3 deletions
SAS/ResourceAssignment/QPIDInfrastructure/bin/populateDB.sh
with
28 additions
and
3 deletions
SAS/ResourceAssignment/QPIDInfrastructure/bin/populateDB.sh
+
28
−
3
View file @
a8924d18
#!/bin/bash
# -----------------------------------------
# Configuration
#
# TODO: Pull from locally deployed config file?
# -----------------------------------------
# Whether to modify production (true) or test (false)
PROD
=
false
#
Define system
s to use
#
Host name
s to use
if
$PROD
;
then
CCU
=
ccu001.control.lofar
MCU
=
mcu001.control.lofar
...
...
@@ -15,9 +22,16 @@ fi
# -----------------------------------------
# Queues for processing feedback
#
# Queues:
# lofar.task.feedback.dataproducts
# lofar.task.feedback.processing
# lofar.task.feedback.state
#
# Route (all queues):
# cpuXX.cep4 -> headXX.cep4 -> ccu001
# -----------------------------------------
# cpuXX.cep4 -> headXX.cep4 -> ccu001
for
tnode
in
head
{
01..02
}
.cep4.control.lofar
do
for
fnode
in
cpu
{
01..50
}
.cep4.control.lofar
...
...
@@ -34,6 +48,17 @@ done
# -----------------------------------------
# Exchanges for ResourceAssignment
#
# Exchanges:
# lofar.ra.command
# lofar.ra.notification
# lofar.otdb.command
# lofar.otdb.notification
# lofar.ssdb.command
# lofar.ssdb.notification
#
# Route (lofar.ra.command):
# cpuXX.cep4 -> headXX.cep4 -> ccu001
# -----------------------------------------
addtoQPIDDB.py
--broker
$SCU
--exchange
lofar.ra.command
addtoQPIDDB.py
--broker
$SCU
--exchange
lofar.ra.notification
...
...
@@ -42,7 +67,7 @@ addtoQPIDDB.py --broker $SCU --exchange lofar.otdb.notification
addtoQPIDDB.py
--broker
$SCU
--exchange
lofar.ssdb.command
addtoQPIDDB.py
--broker
$SCU
--exchange
lofar.ssdb.notification
#
cpuXX.cep4 -> headXX.cep4 -> scu001
#
TODO: messages will end up at $SCU twice?
for
tnode
in
head
{
01..02
}
.cep4.control.lofar
do
for
fnode
in
cpu
{
01..50
}
.cep4.control.lofar
...
...
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