You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/22 01:40:10 UTC

[GitHub] [rocketmq-externals] duhenglucky commented on a diff in pull request #879: [RIP-40]Apache Rocketmq Playbook

duhenglucky commented on code in PR #879:
URL: https://github.com/apache/rocketmq-externals/pull/879#discussion_r845688946


##########
rocketmq-ansible/Rocketmq Ansible Playbook cn.md:
##########
@@ -0,0 +1,118 @@
+Rocketmq playbook提供rocketmq集群部署和rocketmq exporter部署功能。
+
+Rocketmq playbook集成了部署环境初始化、源码包下载、操作系统参数调优、broker最佳配置参数、rocketmq集群部署、rocketmq exporter部署、rocketmq exporter接入、开机自启动等任务编排到一起。
+
+Rocketmq playbook可以嵌入在CI/CD流程中或者编排到terraform流程中,这在自动化运维或者vdc一键部署(SDE)有非常重要的意义。
+
+## 使用说明
+Rocketmq playbook入口文件为rocketmq.yml。rocketmq.yml包含namesrv.yml、broker.yml、exporter.yml3个子playbook。rocketmq.yml可以单独执行部署一个完整的rocketmq集群或者3个子playbook单独执行。hosts文件配置了namesrv、broker、exporter部署的机器列表及变量,当使用terraform编排时hosts可以当做变量传递。
+

Review Comment:
   最好加一下 Prerequisite,如何快速上手使用,可以参考下:https://github.com/apache/rocketmq-externals/tree/master/rocketmq-logstash-integration/rocketmq-logstash-input



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org