GitHub user mgogoulos opened a pull request:
https://github.com/apache/libcloud/pull/999
add bare metal support for SoftLayer
## Bare Metal support for SoftLayer (and a few improvements)
### Description
- add support for SoftLayer bare metal servers
(http://www.softlayer.com/bare-metal-servers)
This includes listing, create, stop/start/reboot/destroy of nodes
- for nodes return full cost via node.extra('billingItemChildren').
Currently nodes include a node.extra('recurringFee') price that is only for the
compute - CPU pricing. Other costs (ram, bandwidth, image, disk) are included
now on billingItemChildren.
- add a few data centers missing
- add missing states
- add a few more size templates (were useful to us in many cases)
- add extra node metadata
### Status
done, ready for review
### Checklist (tick everything that applies)
- [x] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [x] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ]
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mgogoulos/libcloud softlayer_bare_metal
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/999.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #999
----
commit b5f1eb404290653660d66b99f5c8d8a2e14f6ed7
Author: Markos Gogoulos <[email protected]>
Date: 2017-03-06T12:26:42Z
add bare metal support for SoftLayer
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---