cb-spider icon indicating copy to clipboard operation
cb-spider copied to clipboard

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

Open powerkimhub opened this issue 9 months ago • 0 comments

Relatied-Issue) https://github.com/cloud-barista/cb-spider/issues/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 상태): 성공

powerkimhub avatar Apr 29 '24 10:04 powerkimhub