salt-broker
salt-broker copied to clipboard
A lightweight proxy for saltstack
``` # python2.7 Python 2.7.14 (default, Jan 31 2018, 02:12:13) [GCC 4.4.7 20120313 (Red Hat 4.4.7-18)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import salt.utils...
哈喽,请问经过salt-broker执行cp.push报这个错误,master和broker均配置了file_recv = True file_recv_size_max = 100 [salt.loaded.int.module.cp][ERROR ][20445] cp.push Failed transfer failed. Ensure master has 'file_recv' set to 'True' and that the file is not larger than the 'file_recv_size_max' setting...
As follow,my operation details: [root@gz-manage-op ~]# pip show salt-broker Name: salt-broker Version: 0.2.5 Summary: A lightweight proxy for saltstack Home-page: https://github.com/pengyao/salt-broker Author: pengyao Author-email: [email protected] License: Apache License V2.0 Location:...
希望作者可以维持更新,能够实现作为proxy分摊master负载的功能。
I want to use the salt-broker,but I see it don't update ? Why ?
[root@localhost]# /etc/init.d/salt-broker start #执行启动后提示如下 Starting salt-broker daemon: /usr/lib/python2.6/site-packages/salt/utils/parsers.py:963: DeprecationWarning: Please stop sub-classing PidfileMix and instead subclass DaemonMixIn which contains the same behavior. PidfileMixin will be supported until Salt Nitrogen (Unreleased).
39: SALTBROKER=/usr/local/bin/salt-broker ubuntu使用pip安装后,目录在/usr/local/bin/ 58: if [ -f "$LOCKFILE" ]; then 脚本之前没有LOCKFILE变量,不加引号会判断逻辑异常