Sha256: b22e2082aeafa38056f42d20dad036bed97eb8018838a47bcac6c414830201a7

Contents?: true

Size: 1.11 KB

Versions: 6

Compression:

Stored size: 1.11 KB

Contents

graphite_dir: "/opt/graphite"
graphite_server_pid_file: /var/run/graphite-server.pid
graphite_server_port: 2003
graphite_web_port: 2080
graphite_carbon_port: 8002
graphite_storage_dir: /mnt/graphite_storage

# uncomment out the repo version to install from given repo version
# graphite_repo_version: 426
graphite_version: '0.9.12'
graphite_whisper_package_url: "https://github.com/graphite-project/whisper/archive/#{graphite_version}.tar.gz"
graphite_carbon_package_url: "https://github.com/graphite-project/carbon/archive/#{graphite_version}.tar.gz"
graphite_web_package_url: "https://github.com/graphite-project/graphite-web/archive/#{graphite_version}.tar.gz"

web_tools_proxies:
  graphite:
    role: graphite_web
    port: "#{graphite_web_port}"
    path: /

roles:
  graphite_web:
    os_packages:
      '12.04': [python-django, python-django-tagging, python-cairo, python-memcache, memcached, uwsgi, uwsgi-plugin-python, uwsgi-plugin-http, sqlite3, bzr, zip]
      '14.04': [uwsgi, uwsgi-plugin-python, graphite-web]
  graphite_server:
    os_packages:
      '14.04': [graphite-carbon]
  collectd:
    packages: [libperl-dev]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rubber-3.2.2 templates/graphite/config/rubber/rubber-graphite.yml
rubber-3.2.1 templates/graphite/config/rubber/rubber-graphite.yml
rubber-3.2.0 templates/graphite/config/rubber/rubber-graphite.yml
rubber-3.1.0 templates/graphite/config/rubber/rubber-graphite.yml
rubber-3.0.1 templates/graphite/config/rubber/rubber-graphite.yml
rubber-3.0.0 templates/graphite/config/rubber/rubber-graphite.yml