Forge Home

softlayer

Manage your Softlayer infrastructure with Puppet

6,370 downloads

5,853 latest version

4.3 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.2 (latest)
  • 0.1.1
  • 0.1.0 (deleted)
released Jul 18th 2016
This version is compatible with:
  • Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >=3.7.1 <5.0.0
  • , , , , , , , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'tiengo-softlayer', '0.1.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add tiengo-softlayer
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install tiengo-softlayer --version 0.1.2

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

tiengo/softlayer — version 0.1.2 Jul 18th 2016

#tiengo-softlayer

Puppet Forge Build Status

##Table of Contents

  1. Overview
  2. Description
  3. Setup
  4. Usage
  5. TODO

##Overview

Puppet module for managing SoftLayer resources to build out your cloud infrastructure.

##Description

This modules uses [fog-softlayer][https://github.com/fog/fog-softlayer], and will help you to build your cloud infrastructure on Softlayer.

##Setup

gem install fog-softlayer  
export SOFTLAYER_USERNAME='SLXXXXXX'  
export SOFTLAYER_API_KEY='aa0aaa000aaa000'

##Usage

Creating a cloud instance:

sl_compute { 'puppet.example.com':
  ensure           => present,
  os_code          => 'DEBIAN_7_64',
  flavor_id        => 'm1.tiny',
  datacenter       => 'wdc01',
  domain           => 'example.com',
  key_pairs        => [ 'key_name' ],
  provision_script => 'https://example.com/postinstall.sh',
}

##TODO

[] DNS
[] Create a bare metal
[] Global IP