Add os-telemetry role

This patch adds an all-in-one os-telemetry role with all telemetry
service roles, like we have for all other projects.

Change-Id: Ia72d950b5765ba96cf312e888b5f4cc76093766c
Closes-Bug: #1312324
This commit is contained in:
Luis A. Garcia 2014-04-24 10:14:36 -07:00
parent 363aa29407
commit bc4f233e7d
1 changed files with 11 additions and 0 deletions

11
roles/os-telemetry.rb Normal file
View File

@ -0,0 +1,11 @@
name "os-telemetry"
description "Role for Ceilometer."
run_list(
"role[os-telemetry-agent-central]",
"role[os-telemetry-agent-compute]",
"role[os-telemetry-agent-notification]",
"role[os-telemetry-alarm-evaluator]",
"role[os-telemetry-alarm-notifier]",
"role[os-telemetry-collector]",
"role[os-telemetry-api]"
)