-
Notifications
You must be signed in to change notification settings - Fork 51
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
Handle the missing vNet/subnets by the unexpected outside operations #1814
Conversation
@seokho-son (cc. @sykim-etri) 이 PR을 처리하기 위해서, Spider v0.9.5+이 필요합니다. Spider v0.9.5로 업그레이드해도 괜찮을지 문의 드립니다. |
@yunkon-kim (오프라인 디스커션 내용 로깅)
|
@powerkimhub 프리릴리스 일정(현황/계획) 문의드립니다. :) 현황에 따라 적절히 정리하고자 합니다. |
|
CB-Spider v0.9.6이 릴리스 된 것을 확인했습니다. 해당 버전을 기반으로 CB-Tumblebug 기능 개선 및 테스트를 진행해도 괜찮을지 문의 드립니다 :-) 사전에 테스트 해보실 내용이 있으시면 조금 더 대기하겠습니다. |
@yunkon-kim 제가 먼저 살짝 테스트해보고 금일 오전 중에 알려드리겠습니다. :) |
@seokho-son 넵, 감사합니다. |
@yunkon-kim 진행 부탁 드립니다. :) |
* Add RefineVNet() and RefineSubent(), which operates based on information managed by Tumblebug * Add actions (refine, force) on the following APIs - `DELETE /ns/{nsId}/resources/vNet/{vNetId}?action=xxx` - `DELETE /ns/{nsId}/resources/vNet/{vNetId}/subnet/{subnetId}?action=xxx` * Add the API to get subnet - `GET /ns/{nsId}/resources/vNet/{vNetId}/subnet/{subnetId}` * Improve comments in overall vNet/subnet functions and handlers
Spider 를 v0.9.6으로 업그레이드 후에 테스트를 수행하였고, 다행히 별다른 이슈 없이 테스트를 완료한 상황입니다. 하지만, 잠재되어 있는 이슈가 있을 수 있는데요. 이슈 발생 시 가능한 빨리 해결하도록 하겠습니다. Mention 부탁드립니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(related to #1808)
First of all, some parts in this PR need the next version of CB-Spider (so I opened this draft PR).
Since it's not urgent, I'm going to wait for the next release.
This PR includes the following updates:
DELETE /ns/{nsId}/resources/vNet/{vNetId}?action=xxx
DELETE /ns/{nsId}/resources/vNet/{vNetId}/subnet/{subnetId}?action=xxx
GET /ns/{nsId}/resources/vNet/{vNetId}/subnet/{subnetId}
The following was considered for the "Refine" implementation:
(Don't worry when you meet many warnings 😅)