RETIRED, further work has moved to Debian project infrastructure
Go to file
Sergey Lukjanov 4e34edd90b AUTHORS and ChangeLog has been added to .gitignore
Change-Id: Ia72dc79936e7b109bf72f551396dd90ff3b50bfb
2013-04-09 12:40:09 +04:00
bin get_auth_token is now uses default configs 2013-04-01 21:52:03 +04:00
doc/source VM Image link has been fixed 2013-04-08 23:47:35 +04:00
etc/savanna Introduced new networking option for cluster 2013-04-02 17:09:45 +04:00
savanna simple tests for cluster validation has been added 2013-04-05 22:06:00 +04:00
tools get_auth_token is now uses default configs 2013-04-01 21:52:03 +04:00
.gitignore AUTHORS and ChangeLog has been added to .gitignore 2013-04-09 12:40:09 +04:00
.gitreview Add .gitreview file. 2013-03-21 19:27:54 +04:00
.mailmap .mailmap fixed 2013-03-19 23:38:19 +04:00
.pylintrc eho -> savanna 2013-03-20 11:19:46 +04:00
LICENSE copyright has been added 2013-03-11 10:30:40 +04:00
openstack-common.conf oslo has been updated 2013-04-03 10:08:15 +04:00
README.rst Several fixes in tools and docs. 2013-03-29 13:14:22 +04:00
setup.cfg Tools has been improved. 2013-03-27 12:22:55 +04:00
setup.py resources has been added to sdist tarball 2013-03-29 19:09:42 +04:00
tox.ini Several fixes in tools and docs. 2013-03-29 13:14:22 +04:00

Savanna project

QuickStart (Ubuntu) ----------

Please, take a look at http://savanna.mirantis.com/quickstart.html

Pip speedup

Add the following lines to ~/.pip/pip.conf :: [global] download-cache = /home/<username>/.pip/cache index-url = <mirror url>

Note! The ~/.pip/cache folder should be created.

Git hook for fast checks

Just add the following lines to .git/hooks/pre-commit and do chmod +x for it. :: #!/bin/sh # Run fast checks (PEP8 style check and PyFlakes fast static analysis) tools/run_fast_checks

You can added the same check for pre-push, for example, run_tests and run_pylint.

Running static analysis (PyLint)

Just run the following command :: tools/run_pylint

License

Copyright (c) 2013 Mirantis Inc.

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0