https://github.com/opennebula/addon-softlayer
SoftLayer Hybrid Drivers
https://github.com/opennebula/addon-softlayer
Last synced: 7 months ago
JSON representation
SoftLayer Hybrid Drivers
- Host: GitHub
- URL: https://github.com/opennebula/addon-softlayer
- Owner: OpenNebula
- Created: 2016-04-11T08:02:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T14:58:36.000Z (about 10 years ago)
- Last Synced: 2025-02-09T05:17:03.344Z (over 1 year ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SoftLayer Driver
## Description
[IBM SoftLayer](http://www.softlayer.com/) offers an IaaS Public Cloud service in which cloud users can deploy their VMs.
Cloud bursting is a model in which the local resources of a Private Cloud are combined with resources from remote Cloud providers. This driver offers the possibility implement Cloud bursting by deploying Virtual Machines seamlessly on the IBM SoftLayer Cloud service.
## Authors
* [OpenNebula Core Team](https://github.com/OpenNebula)
## Features
* Cloud Bursting to IBM SoftLayer.
* Highly scalable hosting environments.
## Compatibility
This add-on is compatible with:
| OpenNebula Version |
| ------------------ |
| 5.0 |
## Installation
To install this add-on, clone it and run install.sh:
sudo ./install.sh -u oneadmin -g oneadmin
You wil need to add the following to `/etc/one/oned.conf`: [oned.conf for SoftLayer](oned-sl.conf)
## Usage
The usage guide can be found here: [SoftLayer Driver](docs/slg.rst)
## Configuration
There are two configuration files:
* ``/etc/one/sl_driver.conf``: Configures access to SoftLayer: API keys and instance types.
* ``/etc/one/sl_driver.default``: Default values for templates deployed in SoftLayer.
## Development
To contribute bug patches or new features, you can use the github Pull Request model. It is assumed that code and documentation are contributed under the Apache License 2.0.