Skip to content

Enhance the stability of Azure VM Spec lookup and validation during MCI creation #2225

@MZC-CSC

Description

@MZC-CSC

What would you like to be enhanced
: What would you like to be enhanced : MCI Creation Stability for Multi-CSP Deployments (Azure VM Provisioning Failure) (다중 CSP 조합 MCI 배포 시 Azure VM 프로비저닝 안정성 강화)

Why is this needed
: The issue is blocking the creation of MCIs, specifically when provisioning Azure VMs as part of a multi-CSP deployment configuration.

Problem: The VM Spec successfully passes the initial validation phase but subsequently fails during the actual VM creation (provisioning) phase.

Error Detail:

2025-11-24T13:46:20.819495613Z 1:46PM ERR src/core/resource/spec.go:367 > error="Get http://mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2: context deadline exceeded (Client.Timeout exceeded while awaiting headers) (from mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2)"
2025-11-24T13:46:20.819531365Z 1:46PM ERR src/core/infra/provisioning.go:2426 > Spec validation failed for Standard_B2als_v2 error="Get http://mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2: context deadline exceeded (Client.Timeout exceeded while awaiting headers) (from mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2)"
2025-11-24T13:46:20.819542608Z 1:46PM ERR src/core/infra/provisioning.go:2460 > Resource validation failures error="validation failed for VM 'g7': spec 'Standard_B2als_v2' is not available in connection 'azure-koreacentral': Get http://mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2: context deadline exceeded (Client.Timeout exceeded while awaiting headers) (from mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2)"
2025-11-24T13:46:20.819642624Z 1:46PM ERR src/core/infra/provisioning.go:2393 > error="validation failed for VM 'g7': spec 'Standard_B2als_v2' is not available in connection 'azure-koreacentral': Get http://mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2: context deadline exceeded (Client.Timeout exceeded while awaiting headers) (from mc-infra-connector:1024/spider/vmspec/Standard_B2als_v2)"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions