1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

24 commits

Author SHA1 Message Date
Kyle Rames
bb7b39afd6 [rackspace] setting default fog timeout to 2000 for testing; removing specific hard coded timeouts. 2013-06-26 09:31:00 -05:00
Kyle Rames
b0e64846ce [rackspace|compute] fixing broken address test 2013-06-26 09:23:24 -05:00
Brad Gignac
b58c0ab145 Merge pull request #1753 from cwuest/master
[Rackspace | ComputeV2] Add calls to enter and exit rescue mode
2013-04-22 13:47:19 -07:00
Kyle Rames
ecda2b51e8 [rackspace|compute_v2] fixed bug where server creation was not adding networks 2013-04-18 15:18:26 -05:00
Chris Wuest
b1e86c36b1 Rectify issues with tests and status
* Since the server will remain in ACTIVE state for up to a few minutes, do not
  set the status (to prevent a situation where the state bounces between
  PREP_RESCUE and ACTIVE).
* Add format() test for the call to #rescue
* Remove extraneous sleep from the test against #unrescue
* Remove immediate tests for state.  Rather, depend upon the wait_for function.
2013-04-15 16:01:44 -05:00
Chris Wuest
a1f0dbf428 Implement rescue mode support for Rackspace
Create real and mock rescue and unrescue methods for Rackspace compute V2
Create tests for rescue and unrescue methods
2013-04-13 22:53:26 -05:00
Kyle Rames
7e663aaa02 [rackspace|compute_v2] added specific exception for invalid states in order to make it easier to rescue. 2013-03-26 09:14:34 -05:00
Kyle Rames
2a2ea35886 [rackspace|compute_v2] compute_v2 tests were failing because the flavor used in the tests was too small for the image selected. I updating tests to use the an Ubuntu image in hopes of making the tests less brittle. 2013-02-28 08:46:57 -06:00
Kyle Rames
2021bf3595 [rackspace|compute_v2] fixing merge issues; added metadata test for servers 2013-01-24 18:15:18 -06:00
Paul Thornthwaite
b7b7f51b0b [rackspace] Fixes nesting of tests
Fog::Compute connection was called outside of the Shindo blocks and
failing if rackspace credentials were not present.
2013-01-17 10:33:17 +00:00
Brad Gignac
9bce631156 Merge pull request #1470 from rackspace/image_obj
[Rackspace|Compute] updated server.create_image to return Image Object
2013-01-14 15:20:34 -08:00
Kyle Rames
57a021547e [Rackspace|Compute] updated create_image to return an image object instead of the object id 2013-01-14 16:50:50 -06:00
Kyle Rames
a5a04c8be4 fixing merge issues 2013-01-14 13:51:29 -06:00
Kyle Rames
2695399954 Fixing merge conflicts 2013-01-14 11:28:59 -06:00
Kyle Rames
9174315ce3 merge in latest master 2013-01-14 09:37:37 -06:00
Eugene Howe
b7daf27003 [rackspace] Moved methods to MockData module 2013-01-14 10:03:37 -05:00
Eugene Howe
cfc1d58847 [rackspace] compute_v2 and blockstorage are mocked
[ecloud] fixed a test and removed connection deprecation notices
2013-01-11 21:21:18 -05:00
Kyle Rames
f496ece518 [rackspace|compute] tweaked server model tests; updated ready? method to support different ready states as well as checking for error states 2013-01-11 16:36:07 -06:00
Kyle Rames
19a70fd612 [rackspace|compute] made device an optional parameter in attach_volume method and request; split volume_attach and attachments into two different tests 2013-01-11 08:29:53 -06:00
Kyle Rames
f75b0e3c52 [rackspace|compute] server update method now updates accessIPv4, accessIPv6, as well as name; made server request tests more robust. 2013-01-10 15:48:30 -06:00
Kyle Rames
d387c9b3f1 [rackspace|compute] added attach_volume method to server; cleaned up attachment model 2013-01-09 14:54:02 -06:00
Kyle Rames
8a71538fde added create_image and delete_image to Compute::RackspaceV2 Fixes #1351 2012-12-11 08:35:06 -06:00
Brad Gignac
4d82f7bbc4 [rackspace|compute] Set password attribute on V2 servers.
Provides a method for determining next-gen server passwords.
Adds a read-only attribute to next-gen servers for storing
the root password. The attribute is set whenever a new server
is created or the password on an existing server is changed.
2012-08-08 21:57:37 -04:00
Brad Gignac
b574b27397 [rackspace|compute] Add servers model and collection. 2012-08-06 20:38:51 -04:00