Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to choose size of Sonatype Nexus VM #4209

Open
1 task
tim-allen-ck opened this issue Dec 18, 2024 · 1 comment · May be fixed by #4210
Open
1 task

Ability to choose size of Sonatype Nexus VM #4209

tim-allen-ck opened this issue Dec 18, 2024 · 1 comment · May be fixed by #4210
Labels
story Stories are the smallest unit of work to be done for a project.

Comments

@tim-allen-ck
Copy link
Collaborator

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

  • VM size is configurable on creation
@tim-allen-ck tim-allen-ck added the story Stories are the smallest unit of work to be done for a project. label Dec 18, 2024
@marrobi
Copy link
Member

marrobi commented Dec 18, 2024

Think we should offer:

Standard_B2ms
RAM: 8 GB
vCPUs: 2

Standard_B4ms
RAM: 16 GB
vCPUs: 4
D Series

Standard_D2s_v3
RAM: 8 GB
vCPUs: 2

Standard_D4s_v3
RAM: 16 GB
vCPUs: 4

The B series should say "Burstable", and the default should be Standard_B2ms

marrobi added a commit that referenced this issue Dec 18, 2024
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).
@marrobi marrobi linked a pull request Dec 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story Stories are the smallest unit of work to be done for a project.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants