Ansible role to manage graphite-project/carbon
Go to file
Paul Belanger 93e40a4f4a Add support for carbon-cache service
Carbon-cache is the main service used for carbon, this patch starts to
add the first bits to allow a user to start using it.

Change-Id: Ib5cdd50ddb4be9d5249e785c92572292693f1978
Depends-On: https://review.openstack.org/588426
Depends-On: https://review.openstack.org/638056
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-02-19 20:52:24 -05:00
defaults Add support for carbon-cache service 2019-02-19 20:52:24 -05:00
doc/source Initial commit 2018-04-18 13:42:11 -04:00
meta Update meta data with latest info 2018-05-01 12:42:19 +01:00
tasks Add support for carbon-cache service 2019-02-19 20:52:24 -05:00
templates/etc Add support for carbon-cache service 2019-02-19 20:52:24 -05:00
tests Add support for carbon-cache service 2019-02-19 20:52:24 -05:00
vars Add support for carbon-cache service 2019-02-19 20:52:24 -05:00
.gitignore Initial commit 2018-04-18 13:42:11 -04:00
.gitreview Added .gitreview 2018-04-12 18:21:21 +00:00
.zuul.yaml Add support for carbon-cache service 2019-02-19 20:52:24 -05:00
LICENSE Initial commit 2018-04-18 13:42:11 -04:00
README.rst Initial commit 2018-04-18 13:42:11 -04:00
bindep.txt Initial commit 2018-04-18 13:42:11 -04:00
requirements.txt Update meta data with latest info 2018-05-01 12:42:19 +01:00
setup.cfg Initial commit 2018-04-18 13:42:11 -04:00
setup.py Initial commit 2018-04-18 13:42:11 -04:00
test-requirements.txt Initial commit 2018-04-18 13:42:11 -04:00
tox.ini Add support for carbon-cache service 2019-02-19 20:52:24 -05:00

README.rst

ansible-role-carbon

Ansible role to manage graphite-project/carbon

Description

Carbon is one of the components of Graphite, and is responsible for receiving metrics over the network and writing them down to disk using a storage backend.

Requirements

See bindep.txt for role dependencies.

Packages

Package repository index files should be up to date before using this role, we do not manage them.

Role Variables

Dependencies

Example Playbook

- name: Install carbon
  hosts: graphite
  roles:
    - ansible-role-carbon