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

Issue 1396 metadata vmspec for tencent #1413

Merged

Conversation

MZC-CSC
Copy link
Contributor

@MZC-CSC MZC-CSC commented Dec 27, 2024

Tencent 는

  • Spec 정보에 Disk 지원하지 않음.
  • Spec 정보에 GPU의 count 외 정보가 없음. 별도의 gpu info api도 없음
  • cpu clock의 경우 CPU의 기본 주파수(Base Frequency)와 최대 터보 주파수(Max Turbo Frequency) 를 병기하고 있음
    ex) 기본주파수/터보주파수 : "Frequency": "-/3.1GHz", "Frequency": "2.5GHz/-", "Frequency": "2.5GHz/3.1GHz",
    기본주파수를 base로 둘다 있으면 기본주파수, 터보주파수만 있으면 터보주파수를 사용하도록

api 버전 변경 : 기존 DescribeInstanceTypeConfigs가 DescribeZoneInstanceConfigInfos로 변경됨.
as-is
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.964
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm v1.0.493

to-be
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1064
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm v1.0.1064

@powerkimhub powerkimhub self-requested a review December 27, 2024 07:57
@powerkimhub
Copy link
Member

@powerkimhub powerkimhub merged commit 901da83 into cloud-barista:master Jan 2, 2025
3 checks passed
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.

3 participants