nVentory 0.6 (Default branch)

nVentory is a Ruby on Rails application to manage inventory in multiple data centers. It can manage server functionality assignment, customer/server assignment, racking, and more. It can track which servers are doing what, and where they are in your data centers. It allows you to visualize server locations and rack space with GUI tools. License: MIT/X Consortium License Changes:
The server was upgraded from Rails 2.0.2 to 2.1.1. Support was added for queries on arbitrary associations. This allows you to query nodes based on their datacenter. nVentory now maintains "virtual" assignments for nodes based on the node group hierarchy. This makes working with the node group hierarchy easier. The server now only returns data from the main model by default. This allows you to request all of the nodes in the database once you scale past 1000 nodes or so. A variety of other miscellaneous bugs were fixed.

More...