Persistent Environments
Similar to other applications, there are several deployments of the application via CICD pipelines.
The general pattern for the OET API URL is
https://<KUBE_HOST>/<NAMESPACE>/oet/<SUBARRAY_ID>/api/v<OET_MAJOR_VERSION>/ui/
Integration
The integration environment deploys the latest main branch version of the application, and is triggered by every commit to the main branch. By default a single instance corresponding to a single subarray is deployed, and it should always be available at
https://k8s.stfc.skao.int/integration-ska-oso-oet/oet/1/api/v9/ui/
Staging
The staging environment deploys the latest released version of the application and pulls the version from CAR. By default a single instance corresponding to a single subarray is deployed, and it should always be available at
https://k8s.stfc.skao.int/staging-ska-oso-oet/oet/1/api/v9/ui/
ska-oso-integration
ska-oso-integration is a separate environment deployed by its own pipeline for stable, released versions of OSO services that are integrated with the other OSO applications.
See the linked RTD for the URL for the OET in that environment.