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

GCP's vmimage name must be in URL format. #1417

Closed
Jeon-Jinhyeok opened this issue Jan 10, 2025 · 2 comments
Closed

GCP's vmimage name must be in URL format. #1417

Jeon-Jinhyeok opened this issue Jan 10, 2025 · 2 comments
Assignees
Labels
bug Something isn't working CloudDriver

Comments

@Jeon-Jinhyeok
Copy link
Member

Jeon-Jinhyeok commented Jan 10, 2025

vmimage API 호출결과(http://localhost:1024/spider/vmimage?ConnectionName=gcp-iowa-config)

{
  "Id": {
    "NameId": "",
    "SystemId": ""
  },
  "GuestOS": "",
  "Name": "ubuntu-1804-bionic-v20220505",
  "OSArchitecture": "x86_64",
  "OSPlatform": "Linux/UNIX",
  "OSDistribution": "Canonical, Ubuntu, 18.04 LTS, amd64 bionic image built on 2022-05-05, supports Shielded VM features. ImageState : DEPRECATED, Replacement : https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1804-bionic-v20240116a",
  "OSDiskType": "NA",
  "OSDiskSizeInGB": "10",
  "KeyValueList": [ key : value ]
}

What would you like to be enhanced
: VM 생성을 위해 vmimage의 "Name" 정보를 사용하게 되는데, GCP에서 사용하는 vmimage의 Name 정보는 URL 형태여야만 합니다.
따라서 https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1804-bionic-v20220505 다음과 같은 형태로 제공이 되어야합니다.

Why is this needed
: API 개선 작업 필요

@Jeon-Jinhyeok Jeon-Jinhyeok added bug Something isn't working enhancement New feature or request API labels Jan 10, 2025
@powerkimhub powerkimhub added CloudDriver and removed enhancement New feature or request API labels Jan 10, 2025
@powerkimhub
Copy link
Member

@MZC-CSC

  • 기존 NameId 설정 값처럼 반영 부탁 드립니다.

@powerkimhub
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CloudDriver
Projects
None yet
Development

No branches or pull requests

3 participants