Skip to content

fog/fog-softlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

812470e · Jan 30, 2023
May 21, 2014
Mar 7, 2019
May 22, 2014
Mar 7, 2019
Mar 7, 2019
Mar 7, 2019
Jan 14, 2016
May 13, 2014
Feb 18, 2016
Feb 19, 2016
Aug 4, 2014
Jun 23, 2015
May 13, 2014
May 9, 2014
Mar 4, 2017
Jan 17, 2015
Jan 30, 2023

Repository files navigation

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