RETIRED, further work has moved to Debian project infrastructure
75affe206e
Now Savanna can provision cluster without floating IPs. Also removed 'apt-get install xsltproc' crutch from the setup script Change-Id: I9240fe7402a398f5642823d87edc2408129eec2d Fixes: bug #1163226 |
||
---|---|---|
bin | ||
doc/source | ||
etc/savanna | ||
savanna | ||
tools | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
LICENSE | ||
openstack-common.conf | ||
README.rst | ||
setup.cfg | ||
setup.py | ||
tox.ini |
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