An open API service indexing awesome lists of open source software.

https://github.com/fog/fog-softlayer


https://github.com/fog/fog-softlayer

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

### `fog-softlayer` - SoftLayer module for fog.
[![Gem Version](https://badge.fury.io/rb/fog-softlayer.svg)](http://badge.fury.io/rb/fog-softlayer)
[![Build Status](https://api.travis-ci.org/fog/fog-softlayer.svg)](https://travis-ci.org/fog/fog-softlayer)
[![Dependency Status](https://gemnasium.com/fog/fog-softlayer.svg)](https://gemnasium.com/fog/fog-softlayer)

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`