fog-softlayer - SoftLayer module for fog (The Ruby cloud services library).
This gem is a module for the fog gem that allows you to manage resources in
the SoftLayer Cloud.
It is included by the main fog metagem but can used as an independent library
in other applications.
This release includes support for the following services:
- Compute
- Storage
- DNS
Additional services coming soon:
- Image
- Network
- Tags
Installation
Add this line to your application's Gemfile:
gem "fog-softlayer"
And then execute:
$ bundle
Or install it yourself as:
$ gem install fog-softlayer
Usage
Please see the following references for instructions using the main fog gem
and its modules:
Contributing
fog modules are kept within the main repo.
- Fork it ( http://github.com/softlayer/fog-softlayer/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
