You are viewing a plain text version of this content. The canonical link for it is here.
- EC2 driver rewrite (rev 4) - posted by mf...@redhat.com on 2010/12/01 14:17:39 UTC, 0 replies.
- [PATCH core 1/9] Revamped EC2 driver using 'aws' gem - posted by mf...@redhat.com on 2010/12/01 14:17:40 UTC, 0 replies.
- [PATCH core 2/9] Added public_ip feature for EC2 (Set public IP for instance) - posted by mf...@redhat.com on 2010/12/01 14:17:41 UTC, 0 replies.
- [PATCH core 3/9] Request parameters are reported when backend error exception raised - posted by mf...@redhat.com on 2010/12/01 14:17:42 UTC, 0 replies.
- [PATCH core 4/9] Fixed storage_volumes and storage_snapshots collections for EC2 - posted by mf...@redhat.com on 2010/12/01 14:17:43 UTC, 0 replies.
- [PATCH core 5/9] Added storage_volume Cucumber features - posted by mf...@redhat.com on 2010/12/01 14:17:44 UTC, 0 replies.
- [PATCH core 6/9] Refreshed Mock data for EC2 Cucumber tests. Fixed some features - posted by mf...@redhat.com on 2010/12/01 14:17:45 UTC, 0 replies.
- [PATCH core 7/9] Added names for EC2 instances - posted by mf...@redhat.com on 2010/12/01 14:17:46 UTC, 0 replies.
- [PATCH core 8/9] Fixed storage_volume state to be amazon-ec2 compatible Added valid_credentials? to EC2 driver Removed public_ip feature from EC2 Fixed client when mounting storage_volume - posted by mf...@redhat.com on 2010/12/01 14:17:47 UTC, 0 replies.
- [PATCH core 9/9] Imported convert_object to EC2 driver. - posted by mf...@redhat.com on 2010/12/01 14:17:48 UTC, 0 replies.
- Re: [PATCH] Allow for dynamic driver selection via header, storing it in Thread.current. - posted by Michal Fojtik <mf...@redhat.com> on 2010/12/01 14:31:05 UTC, 0 replies.
- [PATCH client] Namespace dynamically generated classes by type. - posted by tc...@redhat.com on 2010/12/01 23:27:47 UTC, 2 replies.
- Fixes in GoGrid driver - posted by mf...@redhat.com on 2010/12/02 10:52:58 UTC, 2 replies.
- [PATCH core 1/2] Added CDATA to image name and image description, to avoid breaking XML when this fields contains unsupported characters. - posted by mf...@redhat.com on 2010/12/02 10:52:59 UTC, 0 replies.
- [PATCH core 2/2] Added two hardware profiles for GoGrid. Hardware profiles are now generated dynamically, based on data returned from API. - posted by mf...@redhat.com on 2010/12/02 10:53:00 UTC, 0 replies.
- Hudson build is unstable: apache-deltacloud-core #56 - posted by Apache Hudson Server <hu...@hudson.apache.org> on 2010/12/02 12:06:47 UTC, 0 replies.
- [PATCH core 0/2] Modified dynamic driver selection (rev 2) - posted by tc...@redhat.com on 2010/12/02 13:40:03 UTC, 1 replies.
- [PATCH 1/2] Allow for dynamic driver selection via header, storing it in Thread.current. - posted by tc...@redhat.com on 2010/12/02 13:40:04 UTC, 0 replies.
- [PATCH 2/2] Check for nil headers, and downcase the driver name. - posted by tc...@redhat.com on 2010/12/02 13:40:05 UTC, 0 replies.
- Hudson build is unstable: apache-deltacloud-core #57 - posted by Apache Hudson Server <hu...@hudson.apache.org> on 2010/12/02 14:13:30 UTC, 0 replies.
- Create_Delete_Blob for Microsoft Azure - posted by ma...@redhat.com on 2010/12/02 18:08:54 UTC, 0 replies.
- [PATCH] Adds create_blob and delete_blob for the Microsoft Azure driver - posted by ma...@redhat.com on 2010/12/02 18:08:55 UTC, 2 replies.
- Re: [PATCH] Adds 'create_blob' and 'delete_blob' for rackspace cloudfiles. Also some minor mods to haml for aesthetics (move 'delete' button and only display when bucket.size == 0) - posted by Michal Fojtik <mf...@redhat.com> on 2010/12/03 12:40:54 UTC, 1 replies.
- [jira] Created: (DTACLOUD-10) Hardware Profile Properties do not distinguish, values that determine, nothing, everything, something - posted by "Martyn Taylor (JIRA)" <ji...@apache.org> on 2010/12/03 13:27:11 UTC, 0 replies.
- Re: [PATCH core] Added ASF license header to files - posted by "marios@redhat.com" <ma...@redhat.com> on 2010/12/03 14:50:06 UTC, 1 replies.
- [PATCH core] Drivers now declare the capabilities they provide by implementing methods for each collection. - posted by tc...@redhat.com on 2010/12/03 17:44:42 UTC, 1 replies.
- New /api format with exposed capabilities - posted by Toby Crawley <tc...@redhat.com> on 2010/12/03 19:26:58 UTC, 0 replies.
- Hudson build is unstable: apache-deltacloud-core #58 - posted by Apache Hudson Server <hu...@hudson.apache.org> on 2010/12/03 22:09:39 UTC, 0 replies.
- 'Name' usage in deltacloud drivers - posted by Ian Main <im...@redhat.com> on 2010/12/07 05:10:19 UTC, 8 replies.
- [PATCH core 1/3] Added warning for unhandled exception. This will show just 'visible' message to developer, that he needs to 'catch' this exception and display it as an XML error to client instead of throwing that exception to system log. - posted by mf...@redhat.com on 2010/12/07 12:40:40 UTC, 3 replies.
- [PATCH core 2/3] Added safely..do block for Blobs in EC2 driver - posted by mf...@redhat.com on 2010/12/07 12:40:41 UTC, 0 replies.
- [PATCH core 3/3] Added Content-Disposition header for blob, so client can identify content that server is streaming - posted by mf...@redhat.com on 2010/12/07 12:40:42 UTC, 0 replies.
- [PATCH core] Added 'assign_address' for instance (EC2 Elastic IP) - posted by mf...@redhat.com on 2010/12/07 13:42:24 UTC, 2 replies.
- [PATCH core] Turned CloudWatch off by default. Added feature for enabling this feature in create instance call. - posted by mf...@redhat.com on 2010/12/07 14:00:06 UTC, 0 replies.
- [PATCH core] Various fixes in REST and Load Balancer code. - posted by mf...@redhat.com on 2010/12/07 14:53:37 UTC, 2 replies.
- Various fixes in REST (status codes, etc) - posted by mf...@redhat.com on 2010/12/07 15:05:27 UTC, 4 replies.
- Re: Added name for EC2 instances - posted by Toby Crawley <tc...@redhat.com> on 2010/12/07 15:15:49 UTC, 1 replies.
- Re: [VOTE] release deltacloud 0.1.0 - posted by Carl Trieloff <cc...@redhat.com> on 2010/12/07 15:57:02 UTC, 3 replies.
- Build failed in Hudson: apache-deltacloud-core #59 - posted by Apache Hudson Server <hu...@hudson.apache.org> on 2010/12/07 16:07:26 UTC, 0 replies.
- Hudson build is back to normal : apache-deltacloud-core #60 - posted by Apache Hudson Server <hu...@hudson.apache.org> on 2010/12/07 17:07:03 UTC, 0 replies.
- very minor fix for ec2 driver - instance state - posted by ma...@redhat.com on 2010/12/07 17:15:22 UTC, 0 replies.
- [PATCH] very minor fix to ec2 driver for reporting when instance is terminated - removes the ability to 'start' a terminated instance - posted by ma...@redhat.com on 2010/12/07 17:15:23 UTC, 1 replies.
- Build failed in Hudson: apache-deltacloud-core #61 - posted by Apache Hudson Server <hu...@hudson.apache.org> on 2010/12/08 11:06:11 UTC, 0 replies.
- Added support for Address collection to API - posted by mf...@redhat.com on 2010/12/08 13:34:21 UTC, 3 replies.
- [PATCH core 1/4] Fixed pluralization/singularization for Strings in Rabbit - posted by mf...@redhat.com on 2010/12/08 13:34:22 UTC, 0 replies.
- [PATCH core 2/4] Added Address model - posted by mf...@redhat.com on 2010/12/08 13:34:23 UTC, 0 replies.
- [PATCH core 3/4] Added support for Addresses collection to API - posted by mf...@redhat.com on 2010/12/08 13:34:24 UTC, 0 replies.
- [PATCH core 4/4] Added support for Addresses to EC2 driver - posted by mf...@redhat.com on 2010/12/08 13:34:25 UTC, 0 replies.
- [PATCH client] BackendError now inherits from StandardError instead of Exception - posted by tc...@redhat.com on 2010/12/09 13:52:19 UTC, 1 replies.
- HAML cleanup (rev 1) - posted by mf...@redhat.com on 2010/12/09 15:40:29 UTC, 0 replies.
- [PATCH core 1/6] Added 'rel' attribute to linked resources (like image, realm, blob...) - posted by mf...@redhat.com on 2010/12/09 15:40:30 UTC, 0 replies.
- [PATCH core 2/6] Added xml_tag_for_* helpers for safe XML tag generation in HAML - posted by mf...@redhat.com on 2010/12/09 15:40:31 UTC, 0 replies.
- [PATCH core 3/6] Fixed hardware_profile method to take Hash of arguments instead of fixed num. - posted by mf...@redhat.com on 2010/12/09 15:40:32 UTC, 0 replies.
- [PATCH core 4/6] Added hardware_profie_id to Instance model to make it more consistent with other models - posted by mf...@redhat.com on 2010/12/09 15:40:33 UTC, 0 replies.
- [PATCH core 5/6] Fixed server.rb to produce output for Hardware profile in same way as we do with other collections - posted by mf...@redhat.com on 2010/12/09 15:40:34 UTC, 0 replies.
- [PATCH core 6/6] Fixed Mock Cucumber tests - posted by mf...@redhat.com on 2010/12/09 15:40:35 UTC, 0 replies.
- Allow client to change driver/provider using HTTP headers - posted by mf...@redhat.com on 2010/12/09 16:55:51 UTC, 0 replies.
- [PATCH core] Allow client to change driver/provider using HTTP headers - posted by mf...@redhat.com on 2010/12/09 16:55:52 UTC, 3 replies.
- Allow client to change driver/provider using HTTP headers (rev 2) - posted by mf...@redhat.com on 2010/12/09 17:00:36 UTC, 0 replies.
- Hudson build is back to normal : apache-deltacloud-core #62 - posted by Apache Hudson Server <hu...@hudson.apache.org> on 2010/12/09 19:38:42 UTC, 0 replies.
- [PATCH] Allow setting the provider on the server side, and implement region overriding in the ec2 driver based off of the provider. - posted by tc...@redhat.com on 2010/12/09 21:57:40 UTC, 4 replies.
- [RESULT] [VOTE] release deltacloud 0.1.0 - posted by David Lutterkort <lu...@redhat.com> on 2010/12/09 23:35:06 UTC, 0 replies.
- Fwd: Announcing Amazon S3 Large Object Support - posted by Marios Andreou <ma...@gmail.com> on 2010/12/10 10:39:08 UTC, 1 replies.
- Allow client to fetch drivers and regions - posted by mf...@redhat.com on 2010/12/10 12:22:43 UTC, 3 replies.
- [PATCH core] Allow client to list supported drivers and regions - posted by mf...@redhat.com on 2010/12/10 12:22:44 UTC, 1 replies.
- [PATCH core] On server/lib/sinatra/rabbit.rb: Fixed the variable declaration in a more ruby way On server/server.rb: Fixed on line 72 the redirect, because it's a permanent redirect and not a 302. - posted by ra...@gmail.com on 2010/12/10 12:46:23 UTC, 1 replies.
- [PATCH core 2/2] Removed unuseful escaping from get - posted by Francesco Vollero <ra...@gmail.com> on 2010/12/10 13:14:16 UTC, 1 replies.
- [PATCH core 1/2] On server/lib/sinatra/rabbit.rb: Fixed the variable declaration in a more ruby way On server/server.rb: Fixed on line 72 the redirect, because it's a permanent redirect and not a 302. - posted by Francesco Vollero <ra...@gmail.com> on 2010/12/10 13:14:31 UTC, 0 replies.
- Hudson build is back to normal : apache-deltacloud-core #63 - posted by Apache Hudson Server <hu...@hudson.apache.org> on 2010/12/10 13:36:21 UTC, 0 replies.
- Re: [PATCH] Wrap error messages and details in CDATA - posted by Michal Fojtik <mf...@redhat.com> on 2010/12/10 13:58:45 UTC, 0 replies.
- [PATCH core] Allow setting the provider on the server side, and implement region overriding in the ec2 driver based off of the provider (rev 2). - posted by tc...@redhat.com on 2010/12/10 14:06:34 UTC, 5 replies.
- [PATCH core] Modified Initalization of HOSTNAME constant into a more ruby style - posted by Francesco Vollero <ra...@gmail.com> on 2010/12/10 14:23:54 UTC, 0 replies.
- [PATCH core] Beautified the code adding dashes to END tags, removing unuseful escaping chars - posted by Francesco Vollero <ra...@gmail.com> on 2010/12/10 17:29:41 UTC, 0 replies.
- [PATCH core 2/3] Beautified the code adding dashes to END tags, removing unuseful escaping chars - posted by Francesco Vollero <ra...@gmail.com> on 2010/12/10 17:32:47 UTC, 0 replies.
- Hudson build is back to normal : apache-deltacloud-core #64 - posted by Apache Hudson Server <hu...@hudson.apache.org> on 2010/12/10 21:59:17 UTC, 0 replies.
- Initial import of new RHEV-M driver - posted by mf...@redhat.com on 2010/12/13 18:28:59 UTC, 3 replies.
- [PATCH core] Initial import of RHEV REST API driver - posted by mf...@redhat.com on 2010/12/13 18:29:00 UTC, 2 replies.
- Hudson build is back to normal : apache-deltacloud-core #65 - posted by Apache Hudson Server <hu...@hudson.apache.org> on 2010/12/14 02:51:23 UTC, 0 replies.
- EC2 driver rewrite (rev 5) - posted by mf...@redhat.com on 2010/12/15 21:14:58 UTC, 0 replies.
- [PATCH core 01/10] Revamped EC2 driver using 'aws' gem - posted by mf...@redhat.com on 2010/12/15 21:14:59 UTC, 0 replies.
- [PATCH core 02/10] Added public_ip feature for EC2 (Set public IP for instance) - posted by mf...@redhat.com on 2010/12/15 21:15:00 UTC, 0 replies.
- [PATCH core 03/10] Request parameters are reported when backend error exception raised - posted by mf...@redhat.com on 2010/12/15 21:15:01 UTC, 0 replies.
- [PATCH core 04/10] Fixed storage_volumes and storage_snapshots collections for EC2 - posted by mf...@redhat.com on 2010/12/15 21:15:02 UTC, 0 replies.
- [PATCH core 05/10] Added storage_volume Cucumber features - posted by mf...@redhat.com on 2010/12/15 21:15:03 UTC, 0 replies.
- [PATCH core 06/10] Refreshed Mock data for EC2 Cucumber tests. Fixed some features - posted by mf...@redhat.com on 2010/12/15 21:15:04 UTC, 0 replies.
- [PATCH core 07/10] Added names for EC2 instances - posted by mf...@redhat.com on 2010/12/15 21:15:05 UTC, 0 replies.
- [PATCH core 08/10] Fixed storage_volume state to be amazon-ec2 compatible Added valid_credentials? to EC2 driver Removed public_ip feature from EC2 Fixed client when mounting storage_volume - posted by mf...@redhat.com on 2010/12/15 21:15:06 UTC, 0 replies.
- [PATCH core 09/10] Imported convert_object to EC2 driver. - posted by mf...@redhat.com on 2010/12/15 21:15:07 UTC, 0 replies.
- [PATCH core 10/10] Imported endpoint patches from Tobi from previous EC2 gem - posted by mf...@redhat.com on 2010/12/15 21:15:08 UTC, 0 replies.
- [PATCH 0/4] Fixes for EC2 driver rev 5 - posted by tc...@redhat.com on 2010/12/16 00:04:38 UTC, 0 replies.
- [PATCH 1/4] Rework endpoint selection for new ec2 driver. - posted by tc...@redhat.com on 2010/12/16 00:04:39 UTC, 1 replies.
- [PATCH 2/4] Don't convert in_use to in-use, because the client will kindly convert it back. - posted by tc...@redhat.com on 2010/12/16 00:04:40 UTC, 1 replies.
- [PATCH 3/4] Show the realm_id for the storage volume. - posted by tc...@redhat.com on 2010/12/16 00:04:41 UTC, 1 replies.
- [PATCH 4/4] Fix failing storage_volume test. - posted by tc...@redhat.com on 2010/12/16 00:04:42 UTC, 1 replies.
- [PATCH 0/4] Fixes for EC2 driver rev 5, mark 2 - posted by tc...@redhat.com on 2010/12/16 23:13:11 UTC, 0 replies.
- Eucalyptus and dynamic switching of driver/provider - posted by David Lutterkort <lu...@redhat.com> on 2010/12/16 23:19:49 UTC, 4 replies.
- [RELEASE] Deltacloud 0.1.0 - posted by David Lutterkort <lu...@redhat.com> on 2010/12/17 00:24:02 UTC, 6 replies.
- Build failed in Hudson: apache-deltacloud-core #66 - posted by Apache Hudson Server <hu...@hudson.apache.org> on 2010/12/17 02:10:47 UTC, 0 replies.
- Roadmap for the next Deltacloud release(s) - posted by David Lutterkort <lu...@redhat.com> on 2010/12/17 04:57:05 UTC, 0 replies.
- Initial boot / post boot Matahari cloud agent and Deltacloud interactions - posted by Carl Trieloff <cc...@redhat.com> on 2010/12/17 15:22:52 UTC, 8 replies.
- Initial import of new RHEV-M driver (rev 2) - posted by mf...@redhat.com on 2010/12/20 17:41:22 UTC, 0 replies.
- [PATCH core 1/2] Initial import of RHEV REST API driver - posted by mf...@redhat.com on 2010/12/20 17:41:23 UTC, 0 replies.
- [PATCH core 2/2] Fixed a lot bugs inside RHEV driver Added support for creating VMs - posted by mf...@redhat.com on 2010/12/20 17:41:24 UTC, 0 replies.
- Determining the IP to use in a guest - posted by Carl Trieloff <cc...@redhat.com> on 2010/12/20 19:04:32 UTC, 0 replies.
- Revamp of old RHEV-M driver to use RHEV-M Rest API - posted by mf...@redhat.com on 2010/12/21 12:58:01 UTC, 0 replies.
- [PATCH core 1/2] Replaced old RHEV-M with new one to consume RHEV-API instead of executing PowerShell scripts. - posted by mf...@redhat.com on 2010/12/21 12:58:02 UTC, 0 replies.
- [PATCH core 2/2] Added name and kind properties to Storage Volume model to match RHEV-M model of Storage Domain - posted by mf...@redhat.com on 2010/12/21 12:58:03 UTC, 0 replies.
- [PATCH 00/14] EC2 driver rewrite (rev 6) - posted by tc...@redhat.com on 2010/12/21 13:26:41 UTC, 0 replies.
- [PATCH 01/14] Revamped EC2 driver using 'aws' gem - posted by tc...@redhat.com on 2010/12/21 13:26:42 UTC, 0 replies.
- [PATCH 02/14] Added public_ip feature for EC2 (Set public IP for instance) - posted by tc...@redhat.com on 2010/12/21 13:26:43 UTC, 0 replies.
- [PATCH 03/14] Request parameters are reported when backend error exception raised - posted by tc...@redhat.com on 2010/12/21 13:26:44 UTC, 0 replies.
- [PATCH 04/14] Fixed storage_volumes and storage_snapshots collections for EC2 - posted by tc...@redhat.com on 2010/12/21 13:26:45 UTC, 0 replies.
- [PATCH 05/14] Added storage_volume Cucumber features - posted by tc...@redhat.com on 2010/12/21 13:26:46 UTC, 0 replies.
- [PATCH 06/14] Refreshed Mock data for EC2 Cucumber tests. Fixed some features - posted by tc...@redhat.com on 2010/12/21 13:26:47 UTC, 0 replies.
- [PATCH 07/14] Added names for EC2 instances - posted by tc...@redhat.com on 2010/12/21 13:26:48 UTC, 0 replies.
- [PATCH 08/14] Fixed storage_volume state to be amazon-ec2 compatible Added valid_credentials? to EC2 driver Removed public_ip feature from EC2 Fixed client when mounting storage_volume - posted by tc...@redhat.com on 2010/12/21 13:26:49 UTC, 0 replies.
- [PATCH 09/14] Imported convert_object to EC2 driver. - posted by tc...@redhat.com on 2010/12/21 13:26:50 UTC, 0 replies.
- [PATCH 10/14] Imported endpoint patches from Tobi from previous EC2 gem - posted by tc...@redhat.com on 2010/12/21 13:26:51 UTC, 0 replies.
- [PATCH 11/14] Rework endpoint selection for new ec2 driver. - posted by tc...@redhat.com on 2010/12/21 13:26:52 UTC, 0 replies.
- [PATCH 12/14] Don't convert in_use to in-use, because the client will kindly convert it back. - posted by tc...@redhat.com on 2010/12/21 13:26:53 UTC, 0 replies.
- [PATCH 13/14] Show the realm_id for the storage volume. - posted by tc...@redhat.com on 2010/12/21 13:26:54 UTC, 0 replies.
- [PATCH 14/14] Fix failing storage_volume test. - posted by tc...@redhat.com on 2010/12/21 13:26:55 UTC, 0 replies.
- [jira] Created: (DTACLOUD-11) Deltacloud server does not report the key that was used to create an instance - posted by "André Dietisheim (JIRA)" <ji...@apache.org> on 2010/12/25 15:48:45 UTC, 0 replies.
- [jira] Updated: (DTACLOUD-11) Deltacloud server does not report the key that was used to create an instance - posted by "André Dietisheim (JIRA)" <ji...@apache.org> on 2010/12/25 15:54:46 UTC, 0 replies.
- [jira] Resolved: (DTACLOUD-11) Deltacloud server does not report the key that was used to create an instance - posted by "André Dietisheim (JIRA)" <ji...@apache.org> on 2010/12/29 00:43:45 UTC, 0 replies.
- patch for gogrid driver - posted by Adrian Cole <fe...@gmail.com> on 2010/12/31 15:13:49 UTC, 0 replies.
- which states? - posted by Adrian Cole <fe...@gmail.com> on 2010/12/31 16:14:15 UTC, 0 replies.
- jruby support: which drivers? - posted by Adrian Cole <fe...@gmail.com> on 2010/12/31 17:49:26 UTC, 0 replies.