如何管理集群中的 pylons/paster 配置文件?
我有 4 个节点运行 Paster 应用程序,一旦更改配置,我需要更改 4 个节点上的配置文件。如果节点数量越来越多,那就很头疼了。
我相信这应该是在多台机器上运行 Paster 的人的常见问题,有什么解决方案吗?
或者我用错了方法?谢谢!
I have 4 nodes running paster app, once I change the config, I need to change config files on the 4 nodes. It will be a headache if the nodes number growing.
I believe it should be a common problem for people who running paster on more than one machines, is there any solution for this?
or did I use it the wrong way? thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 http://docs.fabfile.org/en/1.2.1/index .html
这是通过 ssh/sftp 在多个实例上管理和部署应用程序的通用解决方案
Look at http://docs.fabfile.org/en/1.2.1/index.html
This common solution for managing and deploying apps on several instances by ssh/sftp