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

[Tencent:ZoneLevelControl] Zone Info is not displayed in the Subnet Response Info #1179

Open
powerkimhub opened this issue Apr 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working CloudDriver

Comments

@powerkimhub
Copy link
Member

Relatied-Issue) #1067


  • Zone-Level 시험 결과가 아래와 같습니다.
  • 아래 결과를 참고하시어,
    • VPC/Subnet 정보 반환 API들에서 Subnet의 Zone 정보 설정 부분 점검 부탁 드립니다.
      • CreateVPC/ListVPC/GetVPC
      • AddSubnet 등

[Zone-Level Control Test]

  • Spider Connection 등록

    • Region: ap-guangzhou
    • Zone: ap-guangzhou-3
      curl -X POST "http://localhost:1024/spider/region" \
           -H 'Content-Type: application/json' \
           -d '{
                 "RegionName": "tencent-guangzhou-3",
                 "ProviderName": "TENCENT",
                 "KeyValueInfoList": [
                   {"Key": "Region", "Value": "ap-guangzhou"},
                   {"Key": "Zone", "Value": "ap-guangzhou-3"}
                 ]
               }'
      
  • VPC/Subnet 생성시 Subnet을 Target Zone ap-guangzhou-6로 생성: 생성은 성공

    • 정보 반환시 Zone 정보를 제공하지 않고 있음 <=============== (Create/List/Get 반환 값에 Zone 설정 확인 필요)
      • image
  • SG 생성 => KeyPair 생성: 성공

  • VM Subnet ap-guangzhou-6로 생성: 성공

  • Disk Target Zone ap-guangzhou-6로 생성: 성공

  • Disk-VM Attach: 성공

  • VM MyImage snapshot(disk attached 상태): 성공

  • MyImage로 VM 생성(disk attached 상태): 성공

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

4 participants