
This introduces a "sidecar" container, which is meant to be used besides other containers (or as part of the pod). It merely uses rsyslog to listen on a specific UNIX socket and outputs what it gets to stdout. This adds the service to each relevant role and introduces a composable service which merely configures the container. Subsequently it'll be used as part of other templates. Note that it is only enabled if "stdout logging" is enabled. bp logging-stdout-rsyslog Depends-On: I4864ddca223becd0a17f902729cf2e566df5e521 Change-Id: I2c54acaaa820961c936f1fbe304f42162f720496
34 lines
1.3 KiB
YAML
34 lines
1.3 KiB
YAML
###############################################################################
|
|
# Role: BlockStorage #
|
|
###############################################################################
|
|
- name: BlockStorage
|
|
description: |
|
|
Cinder Block Storage node role
|
|
networks:
|
|
- InternalApi
|
|
- Storage
|
|
- StorageMgmt
|
|
ServicesDefault:
|
|
- OS::TripleO::Services::AuditD
|
|
- OS::TripleO::Services::BlockStorageCinderVolume
|
|
- OS::TripleO::Services::CACerts
|
|
- OS::TripleO::Services::CertmongerUser
|
|
- OS::TripleO::Services::CinderBackendVRTSHyperScale
|
|
- OS::TripleO::Services::Collectd
|
|
- OS::TripleO::Services::Docker
|
|
- OS::TripleO::Services::FluentdClient
|
|
- OS::TripleO::Services::Iscsid
|
|
- OS::TripleO::Services::Kernel
|
|
- OS::TripleO::Services::MySQLClient
|
|
- OS::TripleO::Services::Ntp
|
|
- OS::TripleO::Services::ContainersLogrotateCrond
|
|
- OS::TripleO::Services::RsyslogSidecar
|
|
- OS::TripleO::Services::Securetty
|
|
- OS::TripleO::Services::SensuClient
|
|
- OS::TripleO::Services::Snmp
|
|
- OS::TripleO::Services::Sshd
|
|
- OS::TripleO::Services::Timezone
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
- OS::TripleO::Services::TripleoPackages
|
|
- OS::TripleO::Services::Tuned
|