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 Administrator I want to be able to choose the size of the Nexus VM I want to deploy.
This is either an input field or dropdown list of recommended sizes
Acceptance criteria
VM size is configurable on creation
The text was updated successfully, but these errors were encountered:
Fixes#4209
Add VM size configurability for Sonatype Nexus VM.
* Add a new parameter "vm_size" in `templates/shared_services/sonatype-nexus-vm/parameters.json` and `templates/shared_services/sonatype-nexus-vm/porter.yaml`.
* Update `templates/shared_services/sonatype-nexus-vm/template_schema.json` to include an input field for "vm_size" with a dropdown list of recommended sizes.
* Modify `templates/shared_services/sonatype-nexus-vm/terraform/vm.tf` to use the "vm_size" parameter instead of the hardcoded value.
* Add a new variable "vm_size" in `templates/shared_services/sonatype-nexus-vm/terraform/variables.tf` with a default value of "Standard_B2ms".
* Update the bundle version to "3.2.3" in `templates/shared_services/sonatype-nexus-vm/porter.yaml`.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/microsoft/AzureTRE/issues/4209?shareId=XXXX-XXXX-XXXX-XXXX).
Description
As a TRE Administrator I want to be able to choose the size of the Nexus VM I want to deploy.
This is either an input field or dropdown list of recommended sizes
Acceptance criteria
The text was updated successfully, but these errors were encountered: