1.11
No release in over 3 years
Low commit activity in last 3 years
Module for the 'fog' gem to support SoftLayer Cloud
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0
= 0.0.24
~> 0.3.4
>= 0
>= 0

Runtime

 Project Readme

fog-softlayer - SoftLayer module for fog.

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.

Currently supported services:

  • Compute
  • Storage
  • DNS
  • Network

Additional services coming soon:

  • CDN
  • Load Balancer
  • Message Queue

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

See examples/

Contributing

See CONTRIBUTING.md