From df05fb393f2a4c1ec0e1e62b03cfe12603b3abc4 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 13 Sep 2024 13:31:29 +0200 Subject: [PATCH] added changing cobalt beamlet destination --- infra/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/infra/README.md b/infra/README.md index e608cac9d..f11b28a37 100644 --- a/infra/README.md +++ b/infra/README.md @@ -15,10 +15,13 @@ To rollout a new station, you will need: Before the LCU gets into the field, you want to configure some things: 1. Configure the IPMI to have the correct IP, -2. Create CDB files: +2. Update the destination for the beamlets to COBALT in [StationStreams.parset](https://git.astron.nl/lofar2.0/cobalt/-/blob/main/GPUProc/etc/parset-additions.d/default/StationStreams.parset) and deploy it, +3. Create CDB files: + +not 1 because i doubt it will integrate with VIM. 1. Generate the station-specific config from LOFAR1 using `generate_cdb_from_lofar1.py -s CS123` [Script location](../tangostationcontrol/tangostationcontrol/toolkit/generate_cdb_from_lofar1.py). 2. Make any adjustments needed, and add the file as `cs123.json` to [CDB/stations/](../CDB/stations/). -3. Prepare a build: +4. Prepare a build: 1. Edit `.deploy.gitlab-ci.yml` to add the station as a deploy target, 2. Tag the commit to trigger a CI/CD build to deploy later on. -- GitLab