Sha256: 3316011c1c032895b4c2da57e46421f00598a4b4f72c53b1aea76e5d57c08e15

Contents?: true

Size: 1.27 KB

Versions: 7

Compression:

Stored size: 1.27 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:
      '10.04': [python-django, python-django-tagging, python-cairo, python-memcache, memcached, uwsgi, uwsgi-plugin-python, uwsgi-plugin-http, sqlite3, bzr, zip]
      '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

7 entries across 7 versions & 1 rubygems

Version Path
rubber-2.16.0 templates/graphite/config/rubber/rubber-graphite.yml
rubber-2.15.2 templates/graphite/config/rubber/rubber-graphite.yml
rubber-2.15.1 templates/graphite/config/rubber/rubber-graphite.yml
rubber-2.15.0 templates/graphite/config/rubber/rubber-graphite.yml
rubber-2.14.0 templates/graphite/config/rubber/rubber-graphite.yml
rubber-2.13.1 templates/graphite/config/rubber/rubber-graphite.yml
rubber-2.13.0 templates/graphite/config/rubber/rubber-graphite.yml