fog-softlayer - SoftLayer module for fog (The Ruby cloud services library).

Gem Version Build Status Dependency Status

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.

  1. Fork it ( http://github.com/softlayer/fog-softlayer/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request