Skip to content

Commit d4a7968

Browse files
authored
Merge branch 'cloud-barista:master' into master
2 parents ff2c841 + e7b4bc9 commit d4a7968

41 files changed

Lines changed: 7897 additions & 5924 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
```
1717
[NOTE]
18-
CB-Spider is currently under development. (not v1.0 yet)
19-
We welcome any new suggestions, issues, opinions, and contributors !
20-
Please note that the functionalities of Cloud-Barista are not stable and secure yet.
21-
Be careful if you plan to use the current release in production.
22-
If you have any difficulties in using Cloud-Barista, please let us know.
23-
(Open an issue or Join the Cloud-Barista Slack)
18+
CB-Spider is currently under development and has not yet reached version 1.0.
19+
We welcome suggestions, issues, feedback, and contributions!
20+
Please be aware that the functionalities of Cloud-Barista are not yet stable or secure.
21+
Exercise caution if you plan to use the current release in a production environment.
22+
If you encounter any difficulties while using Cloud-Barista, please let us know.
23+
(You can open an issue or join the Cloud-Barista Slack community.)
2424
```
2525
***
2626
### **[Quick Guide](https://github.com/cloud-barista/cb-spider/wiki/Quick-Start-Guide)**
@@ -65,21 +65,16 @@ If you have any difficulties in using Cloud-Barista, please let us know.
6565
| Tencent | O | O | O | O | O | O | O | O | O | O | O | O | WIP |
6666
| IBM VPC | O | O | O | O | O | O | O | O | O | O | O | WIP | O |
6767
| OpenStack | NA | O | O | O | O | O | O | O | O | O | O | ? | WIP |
68-
| NCP Classic | - | O | O | O | O<br>(Type1) | O<br>(Note1) | O | O | O | O | O | NA | - |
6968
| NCP VPC | O | O | O | O | O | O | O | O | O | O | O | WIP | O |
70-
| NHN | NA | O | O | O | O<br>(Type2) | O | O | O<br>(Note2) | O | O | O | O | O |
71-
| KT Classic | NA | O | O | O | O<br>(Type1) | O | O | O | O | O | O | NA | - |
72-
| KT VPC | NA | O | O | O | O<br>(Type3) | O | O | O | O | O | O<br>(Note3)| Wait API | O |
69+
| NHN | NA | O | O | O | O<br>(Type1) | O | O | O<br>(Note2) | O | O | O | O | O |
70+
| KT VPC | NA | O | O | O | O<br>(Type2) | O | O | O | O | O | O<br>(Note3)| Wait API | O |
71+
| KT Classic | NA | O | O | O | O<br>(Type3) | O | O | O | O | O | O | NA | - |
72+
| NCP Classic<br> (25.9.18.부터 VM 생성 불가) | - | O | O | O | O<br>(Type3) | O<br>(Note1) | O | O | O | O | O | NA | - |
7373

7474
※ WIP: Work In Progress, NA: Not Applicable, Wait API: CSP API 공개 대기, ?: 미정/분석필요, -: 연동 제외 Classic 자원
7575

7676
※ VPC 특이사항(세부 내용: 각 드라이버 Readme 참고)
77-
◉ Type1: VPC/Subnet Emulation
78-
- CSP: VPC 개념 제공하지 않음
79-
- CB-Spider: API 추상화를 위한 단일 VPC/Subnet 생성 제공 (두개 이상 VPC/Subnet 생성 불가)
80-
- CIDR: 제공하지 않음(설정 무의미)
81-
82-
◉ Type2: Console에서 사전 생성 후 등록 활용
77+
◉ Type1: Console에서 사전 생성 후 등록 활용
8378
- CSP(NHN) IG(Internet Gateway) 제어 API 부재(추후 제공 예정)
8479
- 사전 작업: Console에서 VPC 사전 생성 및 IG(Internet Gateway) 맵핑 필요(#1109 참고)
8580
- CB-Spider: Register/UnRegister API 활용
@@ -89,12 +84,18 @@ If you have any difficulties in using Cloud-Barista, please let us know.
8984
"ConnectionName": "'${CONN_CONFIG}'",
9085
"ReqInfo": { "Name": "'${VPC_NAME}'", "CSPId": "'${VPC_CSPID}'"}
9186
}'
92-
93-
Type3: default VPC 활용 (KT VPC)
87+
88+
Type2: default VPC 활용 (KT VPC)
9489
- CSP: 생성 제공 없이 고정된 default VPC 1개만 제공
9590
- CB-Spider: API 추상화를 위한 단일 VPC 생성만 제공 (이름 등록 수준)
9691
- 두개 이상 VPC 생성 불가, Subnet은 추가/삭제 가능
9792

93+
◉ Type3: VPC/Subnet Emulation
94+
- CSP: VPC 개념 제공하지 않음
95+
- CB-Spider: API 추상화를 위한 단일 VPC/Subnet 생성 제공 (두개 이상 VPC/Subnet 생성 불가)
96+
- CIDR: 제공하지 않음(설정 무의미)
97+
98+
9899
※ Security Group 특이사항(세부 내용: 각 드라이버 Readme 참고)
99100
◉ Note1: Console에서 사전 생성 후 등록 활용
100101
- CSP: Security Group Create API 부재

0 commit comments

Comments
 (0)