From 4a2886411246d32f379488ac2bc2eb6d15f1eeac Mon Sep 17 00:00:00 2001
From: Hannes Feldt <feldt@astron.nl>
Date: Fri, 3 Nov 2023 10:22:33 +0100
Subject: [PATCH] Add missing statistics emit ports to nomad job file

---
 infra/env.yaml | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

diff --git a/infra/env.yaml b/infra/env.yaml
index 5d7d6fcac..a9be04531 100644
--- a/infra/env.yaml
+++ b/infra/env.yaml
@@ -40,9 +40,12 @@ devices:
   - class: Beamlet
   - class: BST
     ports:
-      lba: 5003
-      hba0: 5013
-      hba1: 5023
+      lba_in: 5003
+      hba0_in: 5013
+      hba1_in: 5023
+      lba_out: 5103
+      hba0_out: 5113
+      hba1_out: 5123
   - class: Calibration
   - class: CCD
   - class: Configuration
@@ -58,15 +61,21 @@ devices:
   - class: SDPFirmware
   - class: SST
     ports:
-      lba: 5001
-      hba0: 5011
-      hba1: 5021
+      lba_in: 5001
+      hba0_in: 5011
+      hba1_in: 5021
+      lba_out: 5101
+      hba0_out: 5111
+      hba1_out: 5121
   - class: StationManager
   - class: TemperatureManager
   - class: TileBeam
   - class: UNB2
   - class: XST
     ports:
-      lba: 5002
-      hba0: 5012
-      hba1: 5022
+      lba_in: 5002
+      hba0_in: 5012
+      hba1_in: 5022
+      lba_out: 5102
+      hba0_out: 5112
+      hba1_out: 5122
-- 
GitLab