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
As a TRE Service Integrator
I want to get the next available address space when deploying a workspace service
So that I can create a new address space that does not overlap with any existing address spaces and add it to the workspace
required for AML as needs service endpoints and specific NSG rules on the compute subnet
required for databricks as needs subnets with specific configuration
required were a new subnet needs to be created for delegation, for example for ACI
Acceptance criteria
Can deploy a workspace service with parameter address_space and get a free address space
Can add address space to workspace from a workspace service installation
Implementation
Currently, /api_app/services/cidr_service.py is called from the repositories/workspaces.py to find the next available address-space when creating a workspace. This could help when a request is served by workspace_services.py
Description
As a TRE Service Integrator
I want to get the next available address space when deploying a workspace service
So that I can create a new address space that does not overlap with any existing address spaces and add it to the workspace
Acceptance criteria
Implementation
Currently,
/api_app/services/cidr_service.py
is called from the repositories/workspaces.py to find the next available address-space when creating a workspace. This could help when a request is served by workspace_services.pyThe text was updated successfully, but these errors were encountered: