features
-
Improve management on Bare Metal, upgrading and updating machines (supports also maintenance windows) @mfbmina
-
Initial support for Brand Service, actually creating new brand records @mfbmina
fixes
- Validate SoftLayer username format @ravinggenius
features
-
Generate order template for Bare Metal and Virtual Machines
-
Get upgrade options (and prices!) for machines @mfbmina
-
Retrieve maintenance windows on datacenter @mfbmina
fixes
No fixes! 😉
fixes
Load value of @public when getting a container @cphrmky
features
Finish implementation that allow creation of public object storage containers/directories @cphrmky
fixes
No fixes! 😉
fixes
Add missing parameter to get_vm and get_vms requests @cphrmky
features
-
Get server details using IP Address @mfbmina
-
Get Bare Metal and Virtual Machines create options @mfbmina
-
Get active tickets for server @mfbmina
-
Get all users of a server @mfbmina
features
-
Implemented stop, start and reboot operations for virtual and bare metal servers @mafabra
-
Initial support on ordering SoftLayer Products @fernandes
-
Support setting network link speed when creating a compute instance @cphrmky
-
Support sshable? from fog-core @cphrmky
-
Set user metadata
fixes
-
Decreased cores on tiny template @urasoko
-
Fix for API user with
@
character @fernandes -
Set correct headers @plribeiro3000
-
Fix bug on SLAPI request @cphrmky
-
Avoid overwriting Hash#deep_merge @amatsuda
- Added support for Global IP addresses
- Create.
- Destroy.
- Route.
- Unroute.
- Added support for ssh key pairs.
- See key_pairs.md for details.
- Fix issue 19 Storage initialization bug.
- Fix issue 17, incompatibility with Rails 4.1.4. thanks konsti
- Updated .fog file example and datacenter option. thanks urasoko
- Fix issue 14, added
:private_network_only
flag to Server model.
- No longer requires
fog
gem.
- Added Network service.
- Network model.
- Subnet model.
- Ip model.
- Tag model.
- Added vlan and private_vlan properties to Server model.
- Fixed up bare_metal? on Server so it's not a hack. thanks fernandes
- Fixed Bundler/dep issues with Ruby 1.8.7. thanks fernandes
- Added some missing license headers.
- Updated Compute examples and Tag examples to reflect new Network service.
- Moved shared logic from
lib/fog/softlayer/compute.rb
tolib/fog/softlayer/core.rb
- Add support for SoftLayer Tags on Compute resources.
- Fix Compute model after breaking change to SLAPI. :datacenter is no longer optional.
- Add missing get method to Fog::DNS::Softlayer::Record.
- Add OS attribute and ssh_password method to Compute model.
- Initial support for DNS.
- Released support for Object Storage.
- Compute requests and models initial development complete. Supports both VMs and BMC.
- Storage requests and models initial development complete.
- Initial release of
fog-softlayer
module.