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:
11
roles/os-telemetry.rb
Normal file
11
roles/os-telemetry.rb
Normal 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]"
|
||||
)
|
||||
Reference in New Issue
Block a user