Re: [deltacloud-devel] [PATCH configure 1/1] Make puppet config a drop in replacement for deltacloud-configure.rpm

2011-01-11 Thread Mohammed Morsi
ACK. Minor nits below. On 01/10/2011 04:54 PM, Mike Orazi wrote: > - Change bin/* to match the deltacloud-configure equivalents > - Update bin/* to reference new pathes > - Update spec file to reflect new package name > --- > Rakefile |4 +- > bin/dc-install

[deltacloud-devel] Search

2011-01-11 Thread tsedovic
These patches implement search for Hardware Profiles and Pools sites. When you apply them, make sure you have the required gems installed (rake gems:install), that the bundled Solr server is running (rake sunspot:solr:start) and that the indexes for the models are generated (rake sunspot:reindex)

[deltacloud-devel] [PATCH aeolus 2/2] Implement search for Hardware Profiles and Pools

2011-01-11 Thread tsedovic
From: Tomas Sedovic --- .../admin/hardware_profiles_controller.rb | 13 +++-- src/app/controllers/resources/pools_controller.rb | 10 +- src/app/models/hardware_profile.rb | 20 src/app/models/pool.rb

[deltacloud-devel] [PATCH aeolus] New UI - Admin/Pool_families

2011-01-11 Thread jzigmund
From: Jozef Zigmund This patch contains updated controller for basic CRUD operations, views for actions and cucumber tests. --- .../controllers/admin/pool_families_controller.rb | 67 src/app/controllers/admin/providers_controller.rb |2 +- src/app/models/pool_famil