-
Notifications
You must be signed in to change notification settings - Fork 46
CB Spider v0.3.14 test for WIP Integration
ByoungSeob Kim edited this page Jun 18, 2021
·
3 revisions
-
[Target Spider] https://github.com/cloud-barista/cb-spider/releases/tag/v0.3.14
- 보완 시험(CloudIt): v0.3.14-59-g23eb2cb
-
- 생성된 VM에 cb-user 계정으로 로그인이 가능한가?
- 생성된 VM 접속 시도에 Security Group Inboud Source CIDR filtering이 잘 적용 잘되는가?
- Security Group: inboud Source filtering 설정
FromPort:1, ToPort:65535, IPProtocol:tcp, Direction:inbound, CIDR:129.254.175.98/32
-
- Pass: AWS, GCP, Azure, Alibaba, OpenStack, Mock(가능한 시험만), CloudIt
- Pass: AWS, GCP, Azure, Alibaba, OpenStack, Mock(가능한 시험만)
- Fail: CloudIt
- 증상: SG Inbound source CIDR 설정시,
- 대상 VM에
cb-user
계정 설정을 위한 SSH 호출이 불가하여 실패하는 현상- 세부 내용 참고: https://cloud-barista.slack.com/archives/CLFCLNFTJ/p1623068279092300?thread_ts=1623028381.083900&cid=CLFCLNFTJ
- 계획: 행사용 배포 이후 재시험
-
- SSH(129.254.175.98 => VM) : Pass (login)
- SSH(3.36.89.197 => VM) : Pass (login fail)
- CIDR 설정 없을 때: Pass (default 설정: 0.0.0.0/0)
- 시험대상
CONN_CONFIG=aws-oregon-config IMAGE_NAME=ami-090717c950a5c34d3 SPEC_NAME=t2.micro
- SSH(129.254.175.98 => VM) : Pass (login)
- SSH(3.36.89.197 => VM) : Pass (login fail)
- CIDR 설정 없을 때: Pass (default 설정: 0.0.0.0/0)
- VPC, SG 관련 응답이 좀 느린 감이 있음(us-central1)
- 제약 사항 확인 필요: https://github.com/cloud-barista/cb-spider/pull/384
- 시험대상
CONN_CONFIG=gcp-ohio-config IMAGE_NAME=https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-minimal-1804-bionic-v20191024 SPEC_NAME=f1-micro
- SSH(129.254.175.98 => VM) : Pass (login)
- SSH(3.36.89.197 => VM) : Pass (login fail)
- CIDR 설정 없을 때: Pass (default 설정: 0.0.0.0/0)
- 시험대상
CONN_CONFIG=azure-northeu-config IMAGE_NAME=Canonical:UbuntuServer:18.04-LTS:latest SPEC_NAME=Standard_B1ls
- SSH(129.254.175.98 => VM) : Pass (login)
- SSH(3.36.89.197 => VM) : Pass (login fail)
- CIDR 설정 없을 때: Pass (default 설정: 0.0.0.0/0)
- 시험대상
CONN_CONFIG=alibaba-tokyo-config IMAGE_NAME=ubuntu_18_04_x64_20G_alibase_20200220.vhd SPEC_NAME=ecs.t5-lc1m2.small
- SSH(129.254.175.98 => VM) : Pass (login)
- SSH(129.254.184.219=> VM) : Pass (login fail)
- CIDR 설정 없을 때: Pass (default 설정: 0.0.0.0/0)
- 시험대상
CONN_CONFIG=openstack-config01 IMAGE_NAME=ubuntu-18.04 SPEC_NAME=m1.small
- Driver 특성상 SG Inbloud source CIDR 정보 설정 및 정보 제공만 확인
- Driver 특성상 VM 접속 시험 생략
- 시험대상
CONN_CONFIG=mock-config01 IMAGE_NAME=mock-vmimage-01 SPEC_NAME=mock-vmspec-01
- SSH(129.254.175.98 => VM) : Pass (login)
- SSH(3.36.93.11=> VM) : Pass (login fail)
- CIDR 설정 없을 때: Pass (default 설정: 0.0.0.0/0)
- 시험대상
CONN_CONFIG=cloudit-config01 IMAGE_NAME=CentOS-7 SPEC_NAME=small-2
-
Install & Start Guide
-
Features & Usage
-
- AdminWeb Tool Guide
- CLI Tool Guide
- REST API Guide
-
Design
-
Developer Guide
-
Cloud Driver Developer Guide
- Cloud Driver Developer Guide-WIP
- VM SSH Key Development Guide-WIP
- VM User Development Guide
- What is the CSP SDK API Version of drivers
- Region Zone Info and Driver API
- Price Info and Driver API
- (StartVM TerminateVM) API Call Counts and Waiting
- StartVM and TerminateVM Main Flow of drivers
- VM Root Disk Configuration Guide
- Security Group Rules and Driver API
- Network Load Balancer and Driver API
- VM Snapshot, MyImage and Disk Overview
- Kubernetes and Driver API(PMKS, K8S)
- Tag and Cloud Driver API
- AnyCall API Extension Guide
-
Test Reports
- v0.2.8-for-espresso-release
- v0.3.0-espresso-release
- Azure:Terminating VM
- cb-user@VM: ssh login, sudo run
- v0.3.14 test for SG Source
- v0.4.0-cafemocha-release
- Test via REST API Gateway
- Test Reports of v0.4.11 (IID2 initial Version)
- Test Reports of v0.4.12 (Register & Unregister existing Resources)
- Test Reports for v0.6.0 Release
- How to ...
- How to provision GPU VMs
- How to Resolve the 'Failed to Connect to Database' Error
- How to test CB Spider with Mock Driver
- How to install CB Spider on WSL2 under 공유기/사설망
- How to install CB Spider on macOS
- How to run CB Spider Container on macOS
- How to install OpenStack on a VM for CB Spider Testing
- How to get Azure available Regions
- How to profile memory usage in Golang
- Deprecated:How to install protoc and plugins
- [For Cloud-Migrator]