-
Notifications
You must be signed in to change notification settings - Fork 46
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
add gpuInfo, disk, keyvalueList at vmspec of gcp, aws, alibaba #1403
add gpuInfo, disk, keyvalueList at vmspec of gcp, aws, alibaba #1403
Conversation
|
Could you please check and revise Korean texts? cloud-control-manager/cloud-driver/drivers/aws/resources/VMSpecHandler.go 24:+ gpuInfo.Mfr = "NA" // 문자열 값 없을 경우 "NA"
31:+ gpuInfo.Model = "NA" // 문자열 값 없을 경우 "NA"
39:+ //fmt.Println("=======[EC2 응답] ==========") |
Could you please check and revise Korean texts? cloud-control-manager/cloud-driver/drivers/aws/resources/VMSpecHandler.go 39:+ //fmt.Println("=======[EC2 응답] ==========") |
GCP에서 |
ALIBABA Disk 정보 -> instanceTypeInfo.LocalStorageCapacity로 처리 (단위 GB로 변경) |
vmSpecInfo.Disk 은 "-1" 로 설정
vmSpecInfo.VCpu.Clock 은 없음
vmSpecInfo.Gpu.[]. gpu정보추가
// gcp 같은경우 n1 타입만 그래픽 카드가 추가 되며
// 1. n1타입인지 확인하는 로직 필요
-> 공식문서에서는 n1타입에 대한 설명이 있으나 API상으로는 존재하지 않음
// 2. 해당 카드에 관련된 정보를 조회하는 로직필요.
-> 카드에 관현 정보는 acceleratorTypes.list , get을 통해 조회는 가능하나 추상화된 정보는 들어있지 않음.
// 3. 해당 리스트를 조회하고 해당 GPU를 선택하는 로직
-> 추상화된 정보가 들어있지 않아 조회가 불필요