-
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
Add support for IBM-VPC #939
Add support for IBM-VPC #939
Conversation
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.
@jihoon-seo 간략히 리뷰해보았습니다.
테스트는 어떻게 진행하신 것인지요? 등록된 리전들을 모두 포함하는 테스트이려나요?
|
||
|
||
|
||
## IBM-VPC |
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.
IBM-VPC 드라이버도 있고, IBM-?? 드라이버도 있는 상황이려나요?
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.
IBM Cloud 에는 'Classic Infrastructure' 와 'VPC Infrastructure' 가 있고,
CB-Spider에서는 둘 중 'VPC Infrastructure' 를 지원하기로 결정하셨습니다.
현재는 (CB-Spider 등에서) IBM = IBM-VPC 를 지칭하며
추후 'Classic Infrastructure' 드라이버가 추가로 개발될 가능성은 낮아 보입니다.
'IBM-VPC' 등으로 명시하면
사용자가 봤을 때 CB가 IBM Cloud 의 두 가지 환경 중 'VPC Infrastructure' 를 지원하고 있다는 것을
명시적으로 알려줄 수 있지 않을까 합니다.. 😊
a6aa12c
to
6c4afaa
Compare
|
6c4afaa
to
a5bba35
Compare
From @innodreamer :
[IBM VPC 연동 driver test (CB-Spider API 이용)-211105.xlsx]
export CONN_CONFIG=ibmvpc-us-east-1-config
export IMAGE_NAME=r014-dc446598-a1b5-41c3-a1d6-add3afaf264e
# export CONN_CONFIG=ibmvpc-jp-tok-1-config
# export IMAGE_NAME=r022-61fdadec-6b03-4bd2-bfca-62cd16f5673f
# export CONN_CONFIG=ibmvpc-jp-osa-1-config
# export IMAGE_NAME=r034-522c639c-52e1-4cab-8dfb-bc0fb9f6f577
# export CONN_CONFIG=ibmvpc-eu-gb-1-config
# export IMAGE_NAME=r018-1d7417c6-893e-49d4-b14d-9643d6b29812
# export CONN_CONFIG=ibmvpc-eu-de-1-config
# export IMAGE_NAME=r010-1f68eb2d-f35c-4959-8f4b-2b2f9cf78102
# export CONN_CONFIG=ibmvpc-ca-tor-1-config
# export IMAGE_NAME=r038-e92647cf-8be9-438a-b94c-251cc86bc99a
# export CONN_CONFIG=ibmvpc-br-sao-1-config
# export IMAGE_NAME=r042-92d1cd12-f014-4b9a-abf8-c5ca6494a9e5
# export CONN_CONFIG=ibmvpc-us-south-1-config
# export IMAGE_NAME=r006-9de77234-3189-42f8-982d-f2266477cfe0
# export CONN_CONFIG=ibmvpc-au-syd-1-config
# export IMAGE_NAME=r026-a8c25ce6-0ca1-43e9-9b41-411c6217b8b8 |
a5bba35
to
619c6c6
Compare
force-push: br-sao-1 의 Image ID 에 오류가 있어서 수정했습니다. |
/lgtm |
감사합니다... ^^ @jihoon-seo |
VM 생성 및 삭제까지 되는 것을 확인했습니다.
다만, VM terminate가 다른 CSP에 비해 오래 걸려서 (2~3분)
clean-all.sh
스크립트로 테스트 시SSH key, SG, vNet 삭제에 실패합니다. (resources in use)
[Related]