https://github.com/fog/fog-softlayer
https://github.com/fog/fog-softlayer
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fog/fog-softlayer
- Owner: fog
- License: mit
- Created: 2017-02-13T11:48:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T15:07:47.000Z (over 3 years ago)
- Last Synced: 2025-08-10T18:06:30.878Z (11 months ago)
- Language: Ruby
- Size: 690 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
### `fog-softlayer` - SoftLayer module for fog.
[](http://badge.fury.io/rb/fog-softlayer)
[](https://travis-ci.org/fog/fog-softlayer)
[](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`