Commit Graph

19 Commits

Author SHA1 Message Date
Phil Ross 2d71a749fd Add support for the Linode avail.nodebalancers API call.
- Add avail_nodebalancers implementation and mock.
- Add NodeBalancerFlavor model.
- Add NodeBalancerFlavors collection.
2015-10-26 20:35:01 +00:00
Phil Ross ddf26cc438 Update the Linode avail_linodeplans request and Flavor model.
- Add transfer, price_hourly and available attributes to Flavor.
- Add an HOURLY attribute to the mock.
- Update the data center ids in the mock AVAIL attribute.
2015-10-26 20:35:01 +00:00
Phil Ross cb96248d6c Update the Linode avail_kernels request and Kernel model.
- Remove the kernelId parameter that is no longer supported by the API.
- Add support for the new isXen and isKVM parameters.
- Add is_xen, is_kvm and is_pvops to the Kernel model.
2015-10-26 20:35:01 +00:00
Phil Ross 60697f2437 Add abbr attribute to Linode DataCenter. 2015-10-26 20:35:01 +00:00
Paulo Henrique Lopes Ribeiro c26b25263b Merge pull request #3136 from displague/more_linode_support
added requests files for linode image and linode disk api calls
2015-03-31 11:22:35 -03:00
Marques Johansson bb3e0b2d57 add linode.disk.createfromimage(..label..) param 2015-02-02 22:43:20 -05:00
Marques Johansson b766545916 revise linode expected results 2014-09-03 02:01:30 -04:00
Marques Johansson e896352fcf added tests for the new linode requests 2014-09-03 00:44:01 -04:00
Brian O'Keefe dcf856b4fb [linode|compute] Get number of CPU cores from the API 2014-08-29 15:14:48 -04:00
Paul Thornthwaite ef9a9697ab Remove trailing whitespace
Done with `rubocop --auto-correct --only TrailingWhitespace`
2014-05-26 14:44:18 +01:00
Paul Thornthwaite 2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
geemus f39f2e3645 [linode|compute] update format for plans 2011-09-26 16:56:43 -05:00
geemus fcc5a1c224 [tests] rearrange to match new lib structure 2011-09-08 16:37:58 -05:00
geemus ed153088d0 [compute] consolidate testing 2011-01-03 13:34:08 -08:00
geemus 8d7733c239 [linode|dns] give dns its own namespace/service 2010-12-21 15:25:09 -08:00
Athir Nuaimi 718029dc56 [aws|slicehost|linode|zerigo|dns] added support for Route 53 and full test cases for each DNS provider 2010-12-17 18:08:56 -05:00
Athir Nuaimi eb523fb80a [aws|dns] 1st pass at Route 53 support. All functions added but not tested
have added each of the Route 53 functions
list_hosted_zones is working.  rest still need to be tested

[aws|linode|slicehost|zerigo|dns] added complete test cases for linode & slicehost DNS.  Also added initial support for AWS Route 53
2010-12-16 00:29:42 -05:00
geemus 592c8cc404 mock related fixes and marking unmocked tests pending 2010-10-13 17:54:14 -07:00
geemus a963703309 fixes for/from specs/tests 2010-09-09 17:50:38 -07:00