Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
or0or1 committed Dec 1, 2021
1 parent 64c1ab7 commit f4980d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 5 additions & 3 deletions docs/ansible_deploy_FATE_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ tailf logs/uninstall-??.log ---卸载服务的日志,执行卸载命令会
18,host_hive_ips:hive的IP地址。
19,host_hdfs_addr:hdfs的address地址。示例:hdfs://fate-cluster
20,host_mq_engine:需要部署的mq组件,取值(rabbitmq、pulsar)二选一。
21,host_rabbitmq_ips:需要部署rabbitmq的IP地址
21,host_rabbitmq_ips:需要部署rabbitmq的IP地址,若rabbitmq和fate分离部署,需要手动添加rabbitmq的IP至environment/prod/hosts文件的fate组下
22,host_pulsar_ips:需要部署pulsar的IP地址
23,host_nginx_ips:nginx代理IP,填写开启nginx配置
```
Expand Down Expand Up @@ -1491,12 +1491,14 @@ ansible_become_pass=
192.168.0.1
```
若需在ansible本机安装且不经过ssh,则在IP后面添加 ansible_connection=local,如下
**若需在ansible本机安装且不经过ssh,则在IP后面添加 ansible_connection=local,如下**
```
[fate]
192.168.0.88 ansible_connection=local
```
**若部署spark场景,rabbitmq和fate分离部署,需要手动添加rabbitmq的IP至fate组下**
Expand Down Expand Up @@ -1569,7 +1571,7 @@ sh build/build.sh do
说明: 2.6.1.3 和2.6.1.4 二选一。
- 参考<< [编译模块资源包](https://github.com/FederatedAI/FATE-Flow/blob/feature-1.7.0-scheduling/cluster-deploy/build.md) >>编译
- 参考<< [编译模块资源包](https://github.com/FederatedAI/FATE/blob/master/build/package-build/build.zh.md) >>编译,获取源代码后使用构建命令<< [编译模块资源包](https://github.com/FederatedAI/FATE/blob/master/build/package-build/build.zh.md) >>的第9小节 构建包含FATE系统软件和环境依赖的整体包,来完成构建fate软件包;注意构建时pip版本需大于21
- 参考 2.9 节进行打包
Expand Down
3 changes: 1 addition & 2 deletions docs/ansible_deploy_one_side.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,5 +580,4 @@ sh deploy/deploy.sh deploy
#### 4.7 服务验证与测试

具体操作指引请参考<<[部署手册](ansible_deploy_FATE_manual.md)>> 2.7一节。

特别说明: 使用spark引擎的场景目前**不支持**进行2.7.2节的 Toy_example部署验证。
特别说明: 使用spark引擎的场景目前**不支持**进行2.7.2节的 Toy_example部署验证
3 changes: 1 addition & 2 deletions docs/ansible_deploy_two_sides.md
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,7 @@ sh deploy/deploy.sh deploy
#### 4.7 服务验证与测试

具体操作指引请参考<<[部署手册](ansible_deploy_FATE_manual.md)>> 2.7一节。

特别说明: 使用spark引擎的场景目前**不支持**进行2.7.2节的 Toy_example部署验证。
特别说明: 使用spark引擎的场景目前**不支持**进行2.7.2节的 Toy_example部署验证



0 comments on commit f4980d9

Please sign in to comment.