0b259c8d39
As we create new standard roles, we should include them from a single location for ease of use and to reduce the duplication of the role definitions elsewhere. This change adds a roles folder to the THT that can be used with the new roles commands in python-tripleoclient by the end user to generate a roles_data.yaml from a standard set of roles. Depends-On: I326bae5bdee088e03aa89128d253612ef89e5c0c Change-Id: Iad3e9b215c6f21ba761c8360bb7ed531e34520e6 Related-Blueprint: example-custom-role-environments
23 lines
927 B
YAML
23 lines
927 B
YAML
###############################################################################
|
|
# Role: Messaging #
|
|
###############################################################################
|
|
- name: Messaging
|
|
description: |
|
|
Standalone messaging role with RabbitMQ being managed via Pacemaker
|
|
HostnameFormatDefault: '%stackname%-messaging-%index%'
|
|
ServicesDefault:
|
|
- OS::TripleO::Services::AuditD
|
|
- OS::TripleO::Services::CACerts
|
|
- OS::TripleO::Services::Collectd
|
|
- OS::TripleO::Services::FluentdClient
|
|
- OS::TripleO::Services::Kernel
|
|
- OS::TripleO::Services::Ntp
|
|
- OS::TripleO::Services::Pacemaker
|
|
- OS::TripleO::Services::RabbitMQ
|
|
- OS::TripleO::Services::SensuClient
|
|
- OS::TripleO::Services::Snmp
|
|
- OS::TripleO::Services::Timezone
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
- OS::TripleO::Services::TripleoPackages
|
|
|