commit | 4148552173c5ca56d19d14a3b799a667a61230ce | [log] [tgz] |
---|---|---|
author | Alex <osavatieiev@mirantis.com> | Fri Apr 12 17:26:18 2019 -0500 |
committer | Alex <osavatieiev@mirantis.com> | Fri Apr 12 17:33:57 2019 -0500 |
tree | 2d9cdaba78345b72ad1ef1dd616e2280b8ac406b | |
parent | 3db12a7e1ebe77a19ba33185fd69c18988c62153 [diff] |
Merge upstream version Related-PROD: PROD-28199 Change-Id: I5d9dbde1c3ac577fb30fa5d6b1ff18bcee28a0d7
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!