Skip to content
Snippets Groups Projects
Commit 9e06b036 authored by Taya Snijder's avatar Taya Snijder
Browse files

small changes and updated the port number in more places

parent f628d43b
No related branches found
No related tags found
1 merge request!276Resolve L2SS-655 "Add digitalbeam device"
...@@ -112,10 +112,10 @@ ...@@ -112,10 +112,10 @@
"STAT/DigitalBeam/1": { "STAT/DigitalBeam/1": {
"properties": { "properties": {
"OPC_Server_Name": [ "OPC_Server_Name": [
"dibe-sim" "dbeam-sim"
], ],
"OPC_Server_Port": [ "OPC_Server_Port": [
"4851" "4852"
], ],
"OPC_Time_Out": [ "OPC_Time_Out": [
"5.0" "5.0"
......
...@@ -43,5 +43,5 @@ services: ...@@ -43,5 +43,5 @@ services:
- bin/start-ds.sh - bin/start-ds.sh
# configure CORBA to _listen_ on 0:port, but tell others we're _reachable_ through ${HOSTNAME}:port, since CORBA # configure CORBA to _listen_ on 0:port, but tell others we're _reachable_ through ${HOSTNAME}:port, since CORBA
# can't know about our Docker port forwarding # can't know about our Docker port forwarding
- l2ss-digitalbeam DigitalBeam STAT -v -ORBendPoint giop:tcp:0:5712 -ORBendPointPublish giop:tcp:${HOSTNAME}:5712 - l2ss-digitalbeam DigitalBeam STAT -v -ORBendPoint giop:tcp:0:5713 -ORBendPointPublish giop:tcp:${HOSTNAME}:5713
restart: unless-stopped restart: unless-stopped
...@@ -14,7 +14,7 @@ cd "$LOFAR20_DIR/docker-compose" || exit 1 ...@@ -14,7 +14,7 @@ cd "$LOFAR20_DIR/docker-compose" || exit 1
# Build only the required images, please do not build everything that makes CI # Build only the required images, please do not build everything that makes CI
# take really long to finish, especially grafana / jupyter / prometheus. # take really long to finish, especially grafana / jupyter / prometheus.
# jupyter is physically large > 2.5gb and overlayfs is really slow. # jupyter is physically large > 2.5gb and overlayfs is really slow.
make build device-sdp device-recv device-sst device-unb2 device-xst device-beamlet device-tilebeam device-digitalbeam make build device-sdp device-recv device-sst device-unb2 device-xst device-beamlet device-digitalbeam device-tilebeam
make build sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim make build sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim
make build databaseds dsconfig elk integration-test make build databaseds dsconfig elk integration-test
make build archiver-timescale hdbppts-cm hdbppts-es make build archiver-timescale hdbppts-cm hdbppts-es
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment