-
Notifications
You must be signed in to change notification settings - Fork 48
How to use etcd as Spider meta info
ByoungSeob Kim edited this page Sep 7, 2022
·
2 revisions
- CB-Spider 서버는 nutsdb(LFS) 또는 etcd를 메타 정보로 선택 운영할 수 있으며,
- etcd를 메타 정보로 활용하는 방법은 다음과 같다.
-
운영 환경
- Ubuntu 18.04
- CB-Spider Server 동일 노드에 etcd 서버 운영
-
동일 노드에 ETCD 서버 가동 방법
-
(1) 설치/실행 방법
sudo apt install etcd-server
-
(2) 컨테이너 실행 방법
export ETCD_SERVER=localhost; sudo docker run --rm -d --name etcd \ --publish 2379:2379 \ --publish 2380:2380 \ --env ALLOW_NONE_AUTHENTICATION=yes \ --env ETCD_ADVERTISE_CLIENT_URLS=http://${ETCD_SERVER}:2379 \ bitnami/etcd:3.3.27
-
-
CB-Spider 서버 설정 방법
- Spider meta 정보 운영 저장소를 etcd로 설정
vi $CBSPIDER_ROOT/conf/store_conf.yaml
... storetype: ETCD <========= ... etcdserverport: "localhost:2379" <=========
-
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]