Tools
These are external tools which integrate with SoftLayer. Please select one below to see details


Bluemix for AWS professionals

A general comparison between Bluemix products and AWS or Azure products. With some comments to point out the key differences.


Ansible

Ansible offers an agentless way to administer your servers and is a great way to quickly make changes across your infrastructure.


Vagrant

Vagrant allows for development environments to be configured in consistent ways and can provision SoftLayer servers as part of the environment creation process.

Use the following command to install the SoftLayer vagrant plugin: vagrant plugin install vagrant-softlayer


SoftLayer CLI

The SoftLayer CLI tool is bundled with the softlayer-python project and offers access to many API functions from the command line. Additional information and documentation can be found here.


Salt-Cloud

Salt-Cloud is a part of SaltStack which is a python based configuration management platform. Salt-Cloud can provision Virtual Guests and Bare Metal Instances on SoftLayer’s platform, along with a variety of other providers.

See the Getting Started guide for more details.


Fog-Softlayer

A module for the ‘fog’ gem to support 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.

See the Getting Started guide for more details.


Apache Libcloud

Apache Libcloud is a Python library which hides allows you to manage different cloud resources through a unified and easy to use API. Libcloud can provision Virtual Guests, manage SSH keys, interact with Load Balancers, manage DNS, and a whole lot more.

See the Getting Started guide for more details.


Terraform

Terraform provides a common configuration to launch infrastructure — from physical and virtual servers to email and DNS providers.