/puppet-rackspace

Puppet module to manage cloudmonitoring & cloudbackup

Primary LanguagePuppetMIT LicenseMIT

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