摘要: 1、前期调研 0、环境 salt 2019 python3.6 很重要 1、相关文档 官方文档 https://docs.saltstack.com/en/latest/ref/returners/index.html#full-list-of-returners 对应中文翻译 Salt Retur 阅读全文
posted @ 2019-11-29 21:29 venicid 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 总结: 对于python2.7环境下的salt来说,要安装pip install mysql-python 对于python3环境下的salt来说,pip install mysqlclient的时候要和salt在同一个目录下 1、生产环境3.6的,这个怎么整呢 1、2019.2 的salt 2、p 阅读全文
posted @ 2019-11-29 16:13 venicid 阅读(734) 评论(0) 推荐(0) 编辑
摘要: 总结:python2.7下的salt,要把 mysql-python也安装,并不是python3环境,看清,看清 Returners组件,master自动把值写入mysql数据库中,出现的问题 1、本地环境 1、版本信息 2、问题 minion报错 master报错 提示我未安装pymsql,但是我 阅读全文
posted @ 2019-11-29 14:28 venicid 阅读(728) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/FZfangzheng/p/7588944.html https://www.cnblogs.com/simuhunluo/p/7704765.html make报错,缺少gcc https://blog.csdn.net/qq_31306973/ar 阅读全文
posted @ 2019-11-29 12:12 venicid 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 报错 原因 yum安装库里没有直接可以用的安装包,这时候就需要用到MariaDB了,MariaDB是MySQL社区开发的分支,也是一个增强型的替代品。 解决 https://www.cnblogs.com/zlslch/p/9098155.html https://blog.51cto.com/13 阅读全文
posted @ 2019-11-29 11:34 venicid 阅读(164) 评论(0) 推荐(0) 编辑