Skip to content
Snippets Groups Projects
Commit 18c0d691 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

Merge branch 'add-statistic-emit-ports' into 'master'

Add missing statistics emit ports to nomad job file

See merge request !771
parents a6c90886 4a288641
No related branches found
No related tags found
1 merge request!771Add missing statistics emit ports to nomad job file
...@@ -40,9 +40,12 @@ devices: ...@@ -40,9 +40,12 @@ devices:
- class: Beamlet - class: Beamlet
- class: BST - class: BST
ports: ports:
lba: 5003 lba_in: 5003
hba0: 5013 hba0_in: 5013
hba1: 5023 hba1_in: 5023
lba_out: 5103
hba0_out: 5113
hba1_out: 5123
- class: Calibration - class: Calibration
- class: CCD - class: CCD
- class: Configuration - class: Configuration
...@@ -58,15 +61,21 @@ devices: ...@@ -58,15 +61,21 @@ devices:
- class: SDPFirmware - class: SDPFirmware
- class: SST - class: SST
ports: ports:
lba: 5001 lba_in: 5001
hba0: 5011 hba0_in: 5011
hba1: 5021 hba1_in: 5021
lba_out: 5101
hba0_out: 5111
hba1_out: 5121
- class: StationManager - class: StationManager
- class: TemperatureManager - class: TemperatureManager
- class: TileBeam - class: TileBeam
- class: UNB2 - class: UNB2
- class: XST - class: XST
ports: ports:
lba: 5002 lba_in: 5002
hba0: 5012 hba0_in: 5012
hba1: 5022 hba1_in: 5022
lba_out: 5102
hba0_out: 5112
hba1_out: 5122
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment