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

[NCP VPC] Additional APIs and param.s should be applied so that the latest image/spec info can be used. #1236

Open
innodreamer opened this issue Jul 10, 2024 · 0 comments
Assignees
Labels
CloudDriver enhancement New feature or request

Comments

@innodreamer
Copy link
Member

innodreamer commented Jul 10, 2024

What would you like to be enhanced
: NCP VPC에서 지원하는 최신 VM image/spec 정보 조회 및 VM 생성시 그 image/spec 적용을 위해 연동 driver에 관련된 추가 API 및 parameter를 반영해야함.

Why is this needed
: NCP VPC에서 최신 VM image 정보(ubuntu 기준 20.04 이후 버전) 및 VM Spec 정보를 조회하고, VM 생성시 반영하기 위해 새로 추가된 API와 parameter를 사용해야함.(기존의 API를 그대로 사용하여 신규 image/spec을 사용할 수 없음.)

O 위와 관련하여 파악된 내용

  • 네이버 클라우드에서 얼마전부터 KVM hypervisor type의 최신 VM image 및 VM spec 정보 조회를 위해 아래의 REST API를 추가로 지원하고 있음.
  • 위의 API와 관련하여, KVM를 포함한 모든 hypervisor type (XEN/RHV/KVM hypervisor type)의 VM instance를 생성하기 위해 VM instance 생성시 serverImageNo 및 serverSpecCode parameter를 사용해야함.
    • 참고) VM 생성시, 기존의 serverImageProductCode 및 serverProductCode parameter를 이용하면 XEN/RHV hypervisor type의 VM instance만 생성 가능
  • 네이버 클라우드에 문의 결과, NCP go SDK에서 위의 추가 API 및 parameter를 지원하도록 차주 정도 go SDK를 update할 예정이라고함.

Proposed solution
: 아래와 같이 NCP VPC 연동 driver 보완

  • VM image/spec 정보 조회시, 최신 정보도 조회되도록 위의 API를 추가로 적용
  • VM 생성시 serverImageNo / serverSpecCode parameter를 사용하도록 보완
@innodreamer innodreamer added the enhancement New feature or request label Jul 10, 2024
@innodreamer innodreamer self-assigned this Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CloudDriver enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant