Azure / terraform-azurerm-avm-res-compute-hostgroup

AVM Module for Compute Host groups, also known as Dedicated Host Groups
MIT License
0 stars 1 forks source link

AVM-Review-PR #26

Closed chianw closed 1 month ago

chianw commented 3 months ago

Description

AVM core team please review the first release of this module.

avm pre-commit and avm pr-checks have passed

Deployment of the default example is successful

Type of Change

Checklist

chianw commented 3 months ago

Current e2e test fail as there is not sufficient CPU quotas on the test subscription. Please raise the CPU quotas

image

chianw commented 3 months ago

The list of available SKUs for General Purpose dedicated hosts - https://learn.microsoft.com/en-us/azure/virtual-machines/dedicated-host-general-purpose-skus . For the e2e test to pass the subscription's CPU quota needs to be increased, please let me know for which SKU the CPU quota has been increased so that the e2e test passes.

Note the smallest SKU "DCSv2-Type1" does not support a host group with automatic placement enabled.

mbilalamjad commented 3 months ago

The list of available SKUs for General Purpose dedicated hosts - https://learn.microsoft.com/en-us/azure/virtual-machines/dedicated-host-general-purpose-skus . For the e2e test to pass the subscription's CPU quota needs to be increased, please let me know for which SKU the CPU quota has been increased so that the e2e test passes.

Note the smallest SKU "DCSv2-Type1" does not support a host group with automatic placement enabled.

@matt-FFFFFF, @lonegunmanb guys any advice on this

chianw commented 2 months ago

@mbilalamjad has the CPU quota on the test subscription been increased for e2e test to succeed?

lonegunmanb commented 2 months ago

Hi @chianw apology for this quota issue, we've talked with Azure support team, unfortunately we cannot get extra quota in eastus region, but we've managed to increase our resource quota in eastus2 region. Could you please try to change the location used in your example to eastus2 and try again? Thanks!

chianw commented 2 months ago

HI @lonegunmanb I've changed the location of the example to eastus2 but still having the resource quota issue on the subscription

image
chianw commented 2 months ago

Hi @chianw apology for this quota issue, we've talked with Azure support team, unfortunately we cannot get extra quota in eastus region, but we've managed to increase our resource quota in eastus2 region. Could you please try to change the location used in your example to eastus2 and try again? Thanks!

Hi @lonegunmanb I've changed the location of the example to eastus2 but still having the resource quota issue on the subscription

image

chianw commented 2 months ago

Hi @lonegunmanb any advice on https://github.com/Azure/terraform-azurerm-avm-res-compute-hostgroup/pull/26#issuecomment-2219598163 ?

chianw commented 2 months ago

Hi @lonegunmanb and @mbilalamjad , I tried to use a smaller host size DCSv2-Type1 in EastUS (this is not available in EastUS2) after setting automatic_placement_enabled to false but still hitting into resource quota limits on the subscription. Please assist.

image