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

Update disk size for Linux and Windows VMs #4334

Closed
wants to merge 2 commits into from

Conversation

marrobi
Copy link
Member

@marrobi marrobi commented Feb 6, 2025

Fixes #4317

Add support for configurable OS disk account type and size for Linux and Windows VMs.

  • Linux VM Changes:

    • Add new parameters os_disk_account_type and os_disk_size in parameters.json.
    • Update porter.yaml to include new parameters and update install, upgrade, and uninstall steps.
    • Add new properties os_disk_account_type and os_disk_size in template_schema.json and update the required array.
    • Add new variables os_disk_account_type and os_disk_size in variables.tf.
    • Update os_disk block in linuxvm.tf to use new variables os_disk_account_type and os_disk_size.
  • Windows VM Changes:

    • Add new parameters os_disk_account_type and os_disk_size in parameters.json.
    • Update porter.yaml to include new parameters and update install, upgrade, and uninstall steps.
    • Add new properties os_disk_account_type and os_disk_size in template_schema.json and update the required array.
    • Add new variables os_disk_account_type and os_disk_size in variables.tf.
    • Update os_disk block in windowsvm.tf to use new variables os_disk_account_type and os_disk_size.

For more details, open the Copilot Workspace session.

Fixes #4317

Add support for configurable OS disk account type and size for Linux and Windows VMs.

* **Linux VM Changes:**
  - Add new parameters `os_disk_account_type` and `os_disk_size` in `parameters.json`.
  - Update `porter.yaml` to include new parameters and update `install`, `upgrade`, and `uninstall` steps.
  - Add new properties `os_disk_account_type` and `os_disk_size` in `template_schema.json` and update the `required` array.
  - Add new variables `os_disk_account_type` and `os_disk_size` in `variables.tf`.
  - Update `os_disk` block in `linuxvm.tf` to use new variables `os_disk_account_type` and `os_disk_size`.

* **Windows VM Changes:**
  - Add new parameters `os_disk_account_type` and `os_disk_size` in `parameters.json`.
  - Update `porter.yaml` to include new parameters and update `install`, `upgrade`, and `uninstall` steps.
  - Add new properties `os_disk_account_type` and `os_disk_size` in `template_schema.json` and update the `required` array.
  - Add new variables `os_disk_account_type` and `os_disk_size` in `variables.tf`.
  - Update `os_disk` block in `windowsvm.tf` to use new variables `os_disk_account_type` and `os_disk_size`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/microsoft/AzureTRE/issues/4317?shareId=XXXX-XXXX-XXXX-XXXX).
@marrobi marrobi marked this pull request as draft February 6, 2025 16:49
Copy link

github-actions bot commented Feb 6, 2025

Unit Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit b3aa60e.

♻️ This comment has been updated with latest results.

@marrobi marrobi mentioned this pull request Feb 6, 2025
@marrobi marrobi requested a review from Copilot February 6, 2025 16:58

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 10 changed files in this pull request and generated no comments.

Files not reviewed (8)
  • templates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/parameters.json: Language not supported
  • templates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/template_schema.json: Language not supported
  • templates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/terraform/linuxvm.tf: Language not supported
  • templates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/terraform/variables.tf: Language not supported
  • templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/parameters.json: Language not supported
  • templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/template_schema.json: Language not supported
  • templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/terraform/variables.tf: Language not supported
  • templates/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/terraform/windowsvm.tf: Language not supported
@tamirkamara tamirkamara closed this Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linux VM OS Disk
2 participants