Skip to content

ST-1790 ST for MID-G2

Matteo Di Carlo requested to merge st-1790-ska-mid-g2 into main

This MR solve the support request available here.

In specific:

  • updated pyproject.toml
  • oci-image dockerfile was updated to include all the latest version of everything that was there before and it's working with binderhub
  • umbrella chart added, there's no right dish lmc at the moment, Karoo is working on it. I took a development version to test it. I have also taken every version from the latest available on nexus.
  • sdp namespace creation added
  • notebooks are moved in the right places, all changes made by Adam was taken from this branch
  • notebooks linting fails: I have allowed failure for now but this must be worked out
  • The deployment of the above chart looks OK
  • I have updated all python packages to the latest version: there are few problems on the oso scripting that must be checked with the button team (I guess)
  • 2 environments can be created from the repository now:
  • in the main branch, a developer can deploy a new environment called "mid-g2-$CI_PROJECT_NAME"
  • in any other branch, a developer can deploy a new environment called "ci-dev-mid-g2-$CI_PIPELINE_ID"
  • every other dockerfile have been removed.
Edited by Matteo Di Carlo

Merge request reports