Skip to content
Snippets Groups Projects
Commit 90c7e3b8 authored by Jan David Mol's avatar Jan David Mol
Browse files

Merge branch 'fix-stingray-server-name' into 'master'

Fix ZMQ server name to subscribe to

See merge request !1071
parents dc71db82 4ded265a
No related branches found
No related tags found
1 merge request!1071Fix ZMQ server name to subscribe to
Checking pipeline status
......@@ -150,6 +150,7 @@ Next change the version in the following places:
through [https://git.astron.nl/lofar2.0/tango/-/tags](Deploy Tags)
# Release Notes
* 0.47.2 Fix ZMQ hostname to subscribe to in gRPC server
* 0.47.1 Move GrafanaAPIV3 RPC interface to Opah repo
* 0.47.0 Migrate from lofar-station-client to lofar-lotus package. Update various package dependencies.
* 0.46.1 Include clock_RW in metadata JSON
......
......@@ -50,9 +50,9 @@ job "rpc-server" {
"--station", "[[.station]]"
[[ range $name, $tr := $.sdptr.instances ]]
, "--antenna-field", "[[ $name ]]"
, "--statistics-zmq", "tcp://stingray-[[ $name ]]-bst-zmq.service.consul:6001"
, "--statistics-zmq", "tcp://stingray-[[ $name ]]-sst-zmq.service.consul:6001"
, "--statistics-zmq", "tcp://stingray-[[ $name ]]-xst-zmq.service.consul:6001"
, "--statistics-zmq", "tcp://statistics-[[ $name ]]-bst-zmq.service.consul:6001"
, "--statistics-zmq", "tcp://statistics-[[ $name ]]-sst-zmq.service.consul:6001"
, "--statistics-zmq", "tcp://statistics-[[ $name ]]-xst-zmq.service.consul:6001"
[[ end ]]
]
}
......
0.47.1
0.47.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment