This Doc teaches you how to quickly build Kodo Enterprise Storage Cluster
- VBox 5.2.24
- Vagrant 2.2.3
| CPU | 内存 | OS | 磁盘 |
|---|---|---|---|
| 8核 | 32G以上 | Linux最佳 | 100G以上 |
以下示例在CentOS/Ubuntu下演示
Step 1. Install Vbox and Vagrant Step 2. Install Vagrant Plugin
vagrant plugin install vagrant-vbguestStep 3. Download the image
Image
Step 4. Add Image
vagrant box add qiniu <替换为你下载的镜像所在的目录>/qiniu.boxStep 5. Start
git clone https://github.com/qiniu/kodo-enterprise-image
cd kodo-enterprise-image/vbox
vagrant upStep 6. Login
## 浏览器访问,推荐chrome
Address 10.0.0.101:8080
## 管理员用户
User test@qiniu.com
Password abc1234Step 7. How to login image
vagrant ssh node1/or/node2/or/node3/or/node4需要本机hosts解析到10.0.0.101
| 接口 | 域名 | 用途 |
|---|---|---|
| UP | up-qos.poc.io | 上传 |
| IO | io-qos.poc.io | 下载 |
| RSF | rsf-qos.poc.io | 资源列举 |
| RS | rs-qos.poc.io | 资源管理 |
| S3 | s3-qos.poc.io | s3接口服务 |