Skip to content

ORC-2019: update with dev version of scripting

Gabriella Hodosán requested to merge orc-2019 into master

Update with ska-sdp-scripting which removes deployments when cancelled. Related to SKB-382 and SKB-379.

Test in SDP with vis-receive:

  • Add to the config db via the console:
ska-sdp create script realtime:vis-receive:4.2.1 '{"image": "registry.gitlab.com/ska-telescope/sdp/ska-sdp-script/ska-sdp-script-vis-receive:4.2.0-844a5feb"}'
  • To test in SDP, use a assignresources config string for vis-receive with version 4.2.1.
  • Execute AssignResources; once receiver starts/started, execute ReleaseAllResources. All pods should be deleted.

Note: if the receiver is starting when ReleaseAllResources then it takes more time for k8s to terminate that pod, but eventually it is removed.

Edited by Gabriella Hodosán

Merge request reports