Skip to content

Commit

Permalink
Merge pull request #127 from hw-cookbooks/graphite-9.12
Browse files Browse the repository at this point in the history
Install graphite 0.9.12, bump release
  • Loading branch information
webframp committed Jan 17, 2014
2 parents 092b86d + 0f071fd commit e272e9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions attributes/default.rb
Expand Up @@ -5,7 +5,7 @@

include_attribute 'apache2'

default['graphite']['version'] = '0.9.10'
default['graphite']['version'] = '0.9.12'
default['graphite']['password'] = 'change_me'
default['graphite']['chef_role'] = 'graphite'
default['graphite']['url'] = 'graphite'
Expand All @@ -18,10 +18,10 @@
default['graphite']['django_root'] = '@DJANGO_ROOT@'

default['graphite']['whisper']['uri'] = "https://github.com/graphite-project/whisper/archive/#{node['graphite']['version']}.tar.gz"
default['graphite']['whisper']['checksum'] = '36b5fa917526224678da0a530a6f276d00074f0aa98acd6e2412c79521f9c4ff'
default['graphite']['whisper']['checksum'] = '5012e595a980658885ceb010d9dcd0e4ac664c24de6206a6b2430d1d8f60a679'

default['graphite']['carbon']['uri'] = "https://github.com/graphite-project/carbon/archive/#{node['graphite']['version']}.tar.gz"
default['graphite']['carbon']['checksum'] = '4f37e00595b5b078edb9b3f5cae318f752f4446a82623ea4da97dd7d0f6a5072'
default['graphite']['carbon']['checksum'] = '06003f72fd022a7c571734cf3acdcd9c784d505c145acbf0906a2fef886abaa6'

default['graphite']['encrypted_data_bag']['name'] = nil

Expand All @@ -31,7 +31,7 @@
#

default['graphite']['web']['uri'] = "https://github.com/graphite-project/graphite-web/archive/#{node['graphite']['version']}.tar.gz"
default['graphite']['web']['checksum'] = '4fd1d16cac3980fddc09dbf0a72243c7ae32444903258e1b65e28428a48948be'
default['graphite']['web']['checksum'] = '03a4403fdb36e5707d3dbd6a71d9be1e80b1adbbe49e3e0989a15829d02f23d2'
default['graphite']['web']['debug'] = 'False'
default['graphite']['web']['bitmap_support'] = true
default['graphite']['web']['admin_email'] = 'admin@org.com'
Expand Down
3 changes: 1 addition & 2 deletions metadata.rb
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures graphite'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.4.5'
version '0.4.6'

supports 'ubuntu'
supports 'debian'
Expand All @@ -21,5 +21,4 @@
depends 'memcached'

suggests 'systemd'
suggests 's6'
suggests 'graphiti'

0 comments on commit e272e9a

Please sign in to comment.