Forge Home

rackspace

Puppet module to manage cloudmonitoring and cloudbackup services

6,324 downloads

6,324 latest version

2.6 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.0 (latest)
released Nov 22nd 2016

Start using this module

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

Add this module to your Puppetfile:

mod 'glooby-rackspace', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add glooby-rackspace
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install glooby-rackspace --version 0.1.0

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

glooby/rackspace — version 0.1.0 Nov 22nd 2016

puppet-rackspace

Puppet module to manage cloudmonitoring and cloudbackup services

Module Installation

  • Add the 'rackspace' folder into your module path
  • Include the class and configure the relevant variables for your Rackspace account:
  • username - your rackspace cloud username
  • api_key - found under Your Account > API Access here: https://manage.rackspacecloud.com/APIAccess.do
class { 'rackspace':
    cloudbackup_install => true,
    cloudmonitoring_install => true,
    username => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
    api_key  => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
}

Contributing

See CONTRIBUTING file.

License

This bundle is released under the MIT license. See the complete license in the bundle: LICENSE.md

www.glooby.com www.glooby.se