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

Task #10339: Use a "localhost" cluster in test/dev, and properly forward...

Task #10339: Use a "localhost" cluster in test/dev, and properly forward LOFARROOT to outputProc if so.
parent a49cb527
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,16 @@ function read_cluster_model {
OUTPUTPROC_ROOT="/opt/lofar"
;;
localhost)
# For test and development
COMPUTENODES=localhost
SLURM=false
GLOBALFS=false
DOCKER=false
OUTPUTPROC_ROOT="$LOFARROOT"
;;
*)
HEADNODE=lhn001.cep2.lofar
COMPUTENODES="`seq -f "locus%02.0f" 1 94`"
......
......@@ -216,6 +216,10 @@ then
setkey Cobalt.FinalMetaDataGatherer.database.host localhost
setkey Cobalt.PVSSGateway.host ""
setkey Observation.Cluster.ProcessingCluster.clusterName ""
setkey Observation.Cluster.ProcessingCluster.clusterName "localhost"
setkey Observation.DataProducts.Output_Correlated.storageClusterName "localhost"
setkey Observation.DataProducts.Output_CoherentStokes.storageClusterName "localhost"
setkey Observation.DataProducts.Output_IncoherentStokes.storageClusterName "localhost"
# Redirect UDP/TCP input streams to any interface on the local machine
sed 's/udp:[^:]*:/udp:0:/g' -i $PARSET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment