RETIRED, further work has moved to Debian project infrastructure
Go to file
Yaroslav Lobankov 9b9b693098 Some improvements to documentation were added
Inconsistencies in documentation (Savanna quickstart guide and Full installation guide) were corrected

Change-Id: I234484e0b52cbff0d1b894c4fc7b72bdea5eed1b
(cherry picked from commit e677fcc77787ee3f5109bfbda9a966ca9fddef7c)
2013-05-20 15:50:56 +04:00
bin get_auth_token is now uses default configs 2013-04-01 21:52:03 +04:00
doc/source Some improvements to documentation were added 2013-05-20 15:50:56 +04:00
etc/savanna Change allow-cluster-ops default from False to True 2013-05-14 20:53:03 -04:00
savanna Revert "Integration tests for hadoop were added." 2013-05-15 13:36:42 +00:00
tools Deps cleaned by openstack/requirements. 2013-04-23 12:13:10 +04:00
.gitignore cscope.out has been added to .gitignore 2013-05-15 15:51:56 +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
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
openstack-common.conf Common version is now used in Sphinx docs 2013-04-27 16:36:24 +04:00
README.rst Pre-release 0.1.1 docs fixes 2013-05-08 15:23:25 +04:00
setup.cfg Tools has been improved. 2013-03-27 12:22:55 +04:00
setup.py bump version to 0.1.2 2013-05-14 22:58:47 +04:00
tox.ini Implements integration tests 2013-04-19 18:04:48 +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