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

[Correction] AWS Driver filters the list of VMs by Name existence #240

Closed
powerkimhub opened this issue Jun 15, 2020 · 1 comment
Closed
Assignees

Comments

@powerkimhub
Copy link
Member

@dev4unet

  • CB-Spider 장기 운영시 spider에 등록된 자원 목록과 csp 자원 목록의 차이가 발생할 수 있습니다.
  • 이를 Spider 사용자가 관리할 수 있도록 가장 먼저 전체 목록(mapping 자원, spider에만 있는 자원, csp에만 있는 자원)을 제공하고자 합니다.
  • 현재, AWS Driver는 아래와 같이 VM의 Naming 설정이 없으면 VM 목록에서 제외하고 있습니다.
  • 이 필터링은 초기에는 필요했었고, 카푸치노까지는 문제가 없었지만,
  • 이제는 이 필터링을 풀어주셔야 하겠습니다.

* driver list

{
   "AllList" : {
      "CspOnlyList" : [
         {
            "NameId" : "backup",
            "SystemId" : "i-0bdc15983e803e7a8"
         },
         {
            "SystemId" : "i-049732ccc49dbd51f",
            "NameId" : "powerkim-docker-driver-dev"
         }
      ],
      "UserOnlyList" : [],
      "MappedList" : []
   }
}

* console list

image

@powerkimhub
Copy link
Member Author

ref)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants