Skip to content
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

modify deploy.md #7

Merged
merged 1 commit into from
Jul 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/cn/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ansible是一款自动化运维工具,curve-ansible 是基于 ansible playbook
- 目前仅支持在 x86_64 (AMD64) 架构上部署 CURVE 集群
- 安装 ansible 2.5.9,用于部署集群
- 安装 docker 18.09 及以上, 用于部署快照克隆服务器
- 安装daemon程序,用于开启mds,etcd,snapshotclone的守护进程

#### 实施部署

Expand Down Expand Up @@ -252,8 +253,8 @@ ansible是一款自动化运维工具,curve-ansible 是基于 ansible playbook
s3_ak=""
s3_sk=""
ansible_ssh_port=22
curve_root_username=xxx // 改动,修改成自己需要的username
curve_root_password=xxx // 改动,修改成自己需要的密码
curve_root_username=root // 改动,修改成自己需要的username,因为目前的一个bug,用到快照克隆的话用户名必须为root
curve_root_password=root_password // 改动,修改成自己需要的密码

```

Expand Down