Add support metadata

This commit is contained in:
Alena Holanova 2015-12-04 16:05:32 +01:00
parent c09568811d
commit 72c1d2ea7b
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,14 @@
doc:
name: Ceilometer
description: The ceilometer project aims to deliver a unique point of contact for billing systems to acquire all of the measurements they need to establish customer billing, across all current OpenStack core components with work underway to support future OpenStack components.
role:
{%- if pillar.ceilometer.agent is defined %}
agent:
name: agent
param: {}
{%- endif %}
{%- if pillar.ceilometer.server is defined %}
server:
name: server
param: {}
{%- endif %}

View File

@ -0,0 +1,11 @@
parameters:
ceilometer:
_support:
collectd:
enabled: false
heka:
enabled: false
sensu:
enabled: true
sphinx:
enabled: true