OpenStack Compute (Nova)
Go to file
Andy Smith a766736b79 Adds a Makefile to fill dependencies for testing.
Depends upon pip being installed, but pip is pretty much
the standard nowadays and is just an easy_install away if
it isn't there.

The only dependency installed on to the system is
virtualenv which is used to make the other dependencies
local to the current environment.

Does not remove the need to install redis by hand, though
I am in favor of making that possible (using aptitude on
linux and brew on os x)

I look forward to cutting away at some of these
dependencies in further commits.
2010-07-23 04:44:23 +02:00
CA update copyrights 2010-07-15 01:28:51 -04:00
bin merged trunk 2010-07-19 14:45:39 -05:00
debian merged trunk 2010-07-19 14:45:39 -05:00
docs Added a config file to let setup.py drive building the sphinx docs. 2010-07-16 15:33:24 -05:00
nova Fix bug 607501. Raise 403, not exception if Authorization header not passed. Also added missing call to request.finish() & Python exception-handling style tweak 2010-07-21 18:12:27 +00:00
smoketests remove import of vendor since we have PPA now 2010-07-15 11:07:40 -05:00
tools Adds a Makefile to fill dependencies for testing. 2010-07-23 04:44:23 +02:00
.bzrignore Adds a flag to redirect STDERR when running run_tests.py. Defaults to a truncate-on-write logfile named run_tests.err.log. Adds ignore rule for generated errlog file. 2010-07-16 10:03:22 -05:00
.gitignore missed the gitignore 2010-05-30 14:12:04 -07:00
HACKING reorder imports spacing 2010-07-15 18:13:48 -05:00
LICENSE initial commit 2010-05-27 23:05:26 -07:00
Makefile Adds a Makefile to fill dependencies for testing. 2010-07-23 04:44:23 +02:00
README Updating buildbot address 2010-07-14 19:55:52 -07:00
builddeb.sh update copyrights 2010-07-15 01:28:51 -04:00
exercise_rsapi.py update copyrights 2010-07-15 01:28:51 -04:00
run_tests.py Redirect STDERR to output to an errlog file when running run_tests.py. 2010-07-19 08:37:28 +00:00
setup.cfg Added a config file to let setup.py drive building the sphinx docs. 2010-07-16 15:33:24 -05:00
setup.py update copyrights 2010-07-15 01:28:51 -04:00

README

The Choose Your Own Adventure README for Nova:

  You have come across a cloud computing fabric controller.  It has identified
  itself as "Nova."  It is apparent that it maintains compatability with
  the popular Amazon EC2 and S3 APIs.

To monitor it from a distance: follow @novacc on twitter

To tame it for use in your own cloud: read http://docs.novacc.org/getting.started.html

To study its anatomy: read http://docs.novacc.org/architecture.html

To disect it in detail: visit http://github.com/nova/cc

To taunt it with its weaknesses: use http://github.com/nova/cc/issues

To hack at it: read HACKING

To watch it: http://test.novacc.org/waterfall