Граф коммитов

872 Коммитов

Автор SHA1 Сообщение Дата
geemus 961a333fd0 [bbg] failing gets return not founds 2010-06-03 14:48:54 -07:00
geemus f13ffdd54c [bbg] get_template 2010-06-03 14:48:54 -07:00
geemus bc0f5b3ba4 [bbg] fix leftover typo in get_product 2010-06-03 14:48:54 -07:00
geemus e01ad95ab2 [bbg] simplify by killing parsers and using json 2010-06-03 14:48:54 -07:00
Jesse Proudman 08dcd8f05f Add BBG blocks to the read me. 2010-06-03 14:48:54 -07:00
geemus 2e4ed63eaf [bbg] update credentials to include customer_id 2010-06-03 14:48:54 -07:00
geemus 99556435d1 fix requires 2010-06-03 14:48:54 -07:00
geemus 7fc2a7fd5b [bbg] rename requests to more closely reflect api 2010-06-03 14:48:54 -07:00
geemus 9f24c7921a [bbg] fix header assignment 2010-06-03 14:48:53 -07:00
geemus b8ce545f66 [bbg] create_block should raise errors on failure 2010-06-03 14:48:53 -07:00
geemus b6dd99aaa5 [bbg] cleanup up request docs 2010-06-03 14:48:53 -07:00
geemus ea4468e73d [bbg] more readable xml generation 2010-06-03 14:48:53 -07:00
geemus d2d18758a5 [bbg] cleanup mock related code 2010-06-03 14:48:53 -07:00
geemus 5c71a5ca38 [bbg] model cleanup 2010-06-03 14:48:53 -07:00
geemus f672badddc [bbg|slicehost] cleanup/consistency update request 2010-06-03 14:48:53 -07:00
geemus 869113a75f [bbg] some alpha sorting 2010-06-03 14:48:53 -07:00
ggoodale 2a9224cfa7 [bbg] flesh out bbg support
Added basic spec framework; changed class names to match the template fog seems to prefer

Servers tests pass; create and delete implemented.

Added an example script

Properly handle a 409 response from the API

Fixed BBG code to work with the new api endpoint changes; tweaks to the (currently nonexistent) reboot api call

Implement the reboot command for blocks
2010-06-03 14:48:53 -07:00
Jesse Proudman b9ad8ea418 First iteration of BBG Block's support. 2010-06-03 14:48:53 -07:00
geemus 7f34e1300a [rackspace] fix model notfound handling 2010-06-02 19:52:31 -07:00
geemus 036d0e4b39 fix readme server creation 2010-06-01 18:08:56 -07:00
geemus b162b21cc4 [s3] small fixes related to versioning 2010-06-01 12:11:11 -07:00
geemus 9aea1feb8b [slicehost] consolidate tests 2010-05-31 21:39:17 -07:00
geemus d4ae5fc2ef add references to wiki into README 2010-05-31 20:46:40 -07:00
geemus f72ce2555f [rackspace] consolidate image tests 2010-05-31 11:05:14 -05:00
geemus 12da21c804 [rackspace] consolidate address tests 2010-05-31 10:53:30 -05:00
geemus af8db2922a [rackspace] consolidate flavor tests 2010-05-31 10:47:33 -05:00
geemus b7808c6998 [rackspace] consolidate servers tests 2010-05-31 10:37:26 -05:00
geemus 6d9712ad5c bump shindo dep 2010-05-30 12:11:10 -05:00
geemus f8e5d55979 [s3] put_object_url 2010-05-28 22:53:15 -05:00
geemus bfe11b9046 [elb] consolidate to use AWS.indexed_params 2010-05-27 17:14:07 -07:00
geemus 333de24eb5 Release 0.1.5 2010-05-27 11:34:08 -07:00
Edward Muller 8252085fdf Vdc/Vdcs models for Vcloud w/testing 2010-05-28 02:31:08 +08:00
Edward Muller ad5f225abb don't use a constant 2010-05-28 02:31:08 +08:00
geemus 54a7fe2017 [ec2] consolidate server tests and fix some breakage 2010-05-27 11:27:08 -07:00
geemus 14f91dabfa [ec2] update mocks/tests to match new error style 2010-05-26 18:03:22 -07:00
geemus 9bd2cc39df Release 0.1.4 2010-05-26 17:39:35 -07:00
geemus 8533cdfecc consolidate MockNotImplemented and move into Errors namespace 2010-05-26 17:38:23 -07:00
geemus fea0e70649 update helper tests to match new shindo 2010-05-26 17:37:27 -07:00
geemus 2c0aa3b1b2 [ec2] extract NotFound errors and react properly to them in models 2010-05-26 17:27:17 -07:00
geemus 7033686193 [ec2] don't wait_for inside tests 2010-05-26 15:24:44 -07:00
geemus 9d4bf86477 [ec2] decentralize formats back into tests 2010-05-26 15:22:23 -07:00
geemus eff7978b64 [ec2] pass through backtrace when reraising ec2 errors 2010-05-26 14:45:44 -07:00
geemus 79767e6144 Release 0.1.3 2010-05-26 14:15:56 -07:00
geemus b7e843b669 [ec2] nicer error messaging, and more accurate errors from mocks 2010-05-25 22:26:28 -07:00
geemus 7d872d110a [ec2] pass flavor_id instead of flavor.id in server model creation 2010-05-25 22:26:28 -07:00
Ben Burkert 45c7c367d7 Add High-Memory Extra Large (m2.xlarge) ec2 flavor. 2010-05-26 07:12:36 +08:00
geemus d7a10eea40 [ec2] remove invalid address test 2010-05-25 10:38:40 -07:00
geemus c4d20a7e83 [s3] fix mock to read data from files that are passed 2010-05-25 10:37:14 -07:00
geemus 4577e2d093 [ec2] fix gaps in mocking revealed by new shindo tests 2010-05-24 17:41:01 -07:00
geemus 063b0b42d1 relock to bump shindo dep 2010-05-24 15:04:30 -07:00