You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Capellapersistent-sessions:
- id: native-capellaimage: k3d-myregistry.localhost:12345/capella/remote:$version-latestname: Native Capellaprovisioned-sessions: # optional key
- image: k3d-myregistry.localhost:12345/capella/readonly:$version-latestid: native-capella # Must be unique in list of provisioned-sessionsname: Native Capella# Temporary solution until https://github.com/DSD-DBS/capella-collab-manager/pull/722 is merged.# Optional keybackup-image: k3d-myregistry.localhost:12345/t4c/client/base:$version-latest
Persistent sessions and provisioned sessions are now lists, meaning that a tool can define different images. This has to be considered during session spawning. The feature is required for Add description editor in the frontend #859.
Each session type can have it's custom name now -> A tool can named differently than what is displayed in the session creation component.
Instead of form fields in the frontend, we should configure the metadata for tools in a yaml editor.
Part of the initial YAML editor should be:
The YAML would shall look like:
The largest changes are:
read-only
sessions are renamed toprovisioned
sessions. This is required for Initialize training setup, spawn related sessions #1004.Depends on #1135.
The text was updated successfully, but these errors were encountered: