Skip to content

Puppet module to manage cloudmonitoring & cloudbackup

License

Notifications You must be signed in to change notification settings

kilhage/puppet-rackspace

Repository files navigation

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

About

Puppet module to manage cloudmonitoring & cloudbackup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published