
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
41 lines
1.6 KiB
YAML
41 lines
1.6 KiB
YAML
###############################################################################
|
|
# Role: ObjectStorage #
|
|
###############################################################################
|
|
- name: ObjectStorage
|
|
description: |
|
|
Swift Object Storage node role
|
|
networks:
|
|
- InternalApi
|
|
- Storage
|
|
- StorageMgmt
|
|
# Deprecated & backward-compatible values (FIXME: Make parameters consistent)
|
|
# Set uses_deprecated_params to True if any deprecated params are used.
|
|
uses_deprecated_params: True
|
|
deprecated_param_metadata: 'SwiftStorageServerMetadata'
|
|
deprecated_param_ips: 'SwiftStorageIPs'
|
|
deprecated_param_image: 'SwiftStorageImage'
|
|
deprecated_param_flavor: 'OvercloudSwiftStorageFlavor'
|
|
disable_upgrade_deployment: True
|
|
ServicesDefault:
|
|
- OS::TripleO::Services::AuditD
|
|
- OS::TripleO::Services::CACerts
|
|
- OS::TripleO::Services::CertmongerUser
|
|
- OS::TripleO::Services::Collectd
|
|
- OS::TripleO::Services::Docker
|
|
- OS::TripleO::Services::FluentdClient
|
|
- 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::SwiftRingBuilder
|
|
- OS::TripleO::Services::SwiftStorage
|
|
- OS::TripleO::Services::Timezone
|
|
- OS::TripleO::Services::TripleoFirewall
|
|
- OS::TripleO::Services::TripleoPackages
|
|
- OS::TripleO::Services::Tuned
|