Skip to content

TatyankaLeontovich/mk-post-deployment-checks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salt MK Verificator

This is salt-based set of tools for basic verification of mk* deployments

How to start

  1. Copy repo to cfg-* node or clone it:
   # root@cfg-01:~/# git clone https://github.com/msenin94/mk-post-deployment-checks 

Use git config --global http.proxy http://proxyuser:[email protected]:8080 if needed. 2) Go to the repo folder:

   # cd mk-post-deployment-checks/
  1. Create virtualenv and install requirements and package:
   # virtualenv --system-site-packages .venv
   # source .venv/bin/activate
   # pip install --proxy http://$PROXY:8678 -r requirements.txt
   # python setup.py install
   # python setup.py develop
  1. Start tests (make sure you are root):
   # py.test -sv --ignore .venv/

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%