diff --git a/infra/README.md b/infra/README.md index e608cac9d27a878251d02f735742e66a73f34f4b..f11b28a37a408315c4bbdef2c251e884507fff75 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.