RETIRED, further work has moved to Debian project infrastructure
Go to file
Sergey Lukjanov 1fb92de13c Revert "unit tests for "Implemention manual scaling""
It prints stacktraces with errors to the logs during the unit tests

This reverts commit fabec23298
2013-07-08 16:24:23 +00:00
bin Initial version of Savanna v0.2 2013-05-31 13:22:37 +04:00
doc/source Some changes were added to savanna-dashboard installation 2013-06-18 16:36:31 +04:00
etc Cluster scaling implementation 2013-07-03 18:54:18 +04:00
savanna Revert "unit tests for "Implemention manual scaling"" 2013-07-08 16:24:23 +00:00
tools Fix version of pyflakes: pyflakes==0.7.2 2013-07-02 20:21:59 +04:00
.gitignore XML coverage report added (cobertura). 2013-06-23 15:44:23 +04:00
.gitreview Add .gitreview file. 2013-03-21 19:27:54 +04:00
.mailmap The .mailmap file updated to fix AUTHORS 2013-06-01 14:21:55 +04:00
.pylintrc eho -> savanna 2013-03-20 11:19:46 +04:00
AUTHORS Revert "unit tests for "Implemention manual scaling"" 2013-07-08 16:24:23 +00:00
CONTRIBUTING.rst Additional info files added to repo 2013-04-15 23:37:48 +04:00
HACKING.rst Additional info files added to repo 2013-04-15 23:37:48 +04:00
LICENSE copyright has been added 2013-03-11 10:30:40 +04:00
MANIFEST.in MANIFEST.in has been added 2013-06-24 18:02:58 +04:00
openstack-common.conf Add request/response logging when debug=True 2013-06-28 00:17:36 +04:00
README.rst Pre-release 0.1.1 docs fixes 2013-05-08 15:23:25 +04:00
setup.cfg XML coverage report added (cobertura). 2013-06-23 15:44:23 +04:00
setup.py License hacking tests has been added 2013-06-27 01:49:49 +04:00
tox.ini Rollback sitepackages fix for tox.ini 2013-07-03 13:02:44 +04:00

Savanna project

Savanna at wiki.openstack.org: https://wiki.openstack.org/wiki/Savanna

Launchpad project: https://launchpad.net/savanna

Project blueprint: https://savanna.readthedocs.org/en/latest/index.html

Architecture draft: https://savanna.readthedocs.org/en/latest/architecture.html

Roadmap: https://savanna.readthedocs.org/en/latest/roadmap.html

API draft: https://savanna.readthedocs.org/en/latest/restapi/v02.html

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

Please, take a look at https://savanna.readthedocs.org/en/latest/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