commit | 682e7df1663e5f80ac50243fe9ed77e426b106b0 | [log] [tgz] |
---|---|---|
author | Alex <osavatieiev@mirantis.com> | Fri Apr 12 17:51:55 2019 -0500 |
committer | Alex <osavatieiev@mirantis.com> | Fri Apr 12 17:56:58 2019 -0500 |
tree | 322ef53af505add29d4f05bf394aaa8054c7b17e | |
parent | 4148552173c5ca56d19d14a3b799a667a61230ce [diff] |
Fix for 'full' parameter Change-Id: Iffdd19e7bd6b0058fefffe24706c4d94d3117665 Related-PROD: PROD-28199
This checker module is used to verify and validate cloud after the deployment using number of routines to create reports
It is pretty simple:
git clone https://github.com/savex/salt-cfg-checker cd salt-cfg-checker virtualenv .cfgcheck source .cfgcheck/bin/activate pip install -r requirements.txt
mcp_check packages report --html cloud-packages.html
mcp_check packages report --csv cloud-packages.csv
You can also create your env file to connect to env
env
file set host and user for SSH. For options, use your ~/.ssh/config
salt-key
on master and create an etc/nodes.list
file with minions listTODO:
Cheers!