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
linode has a full API to support managed DNS. Have the 1st call, domain.list working
method also support option parameter to narrow results to a single domain
can now create DNS zones on linode
added support for domain.create method.
continuing work to support rest of DNS zone methods
added a sample in examples directory. Right now includes code for slicehost. will add linode once API fully supported
updated all parameter and return values
tested all functions
update sample in examples directory to show how to use provider
note: no mocks or test cases
added support for domain.create method.
continuing work to support rest of DNS zone methods
added a sample in examples directory. Right now includes code for slicehost. will add linode once API fully supported
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