Skip to content

jbussdieker/puppet-graphite_web

Repository files navigation

Graphite Web

Puppet Forge Build Status

Usage

To install Graphite with the default parameters

class { 'graphite_web': }

Installing a specific version

class { 'graphite_web':
  revision => '0.9.11',
}

Installing and configuring using Hiera

classes:
 - graphite_web
graphite_web::revision: 0.9.11

Testing

bundle exec rake beaker_nodes

# Use the list the previous command prints to pick a value for BEAKER_set

# When starting testing set provision=yes
bundle exec rake beaker BEAKER_destroy=no BEAKER_set=ubuntu-server-1404-x64 BEAKER_provision=yes
# Make changes/corrections
...
# Run again without provisioning (quicker but not a thorough test)
bundle exec rake beaker BEAKER_destroy=no BEAKER_set=ubuntu-server-1404-x64 BEAKER_provision=no

About

Puppet Graphite management module

Resources

Stars

Watchers

Forks

Packages

No packages published