Merge "Remove ceph backend by default for gnocchi" into stable/train

This commit is contained in:
Zuul 2019-12-21 21:34:40 +00:00 committed by Gerrit Code Review
commit f66142eb3a
1 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,9 @@ resource_registry:
OS::TripleO::Services::ComputeCeilometerAgent: ../deployment/ceilometer/ceilometer-agent-compute-container-puppet.yaml
parameter_defaults:
GnocchiRbdPoolName: 'metrics'
GnocchiBackend: 'rbd'
# uncomment the next two lines when using ceph
# GnocchiRbdPoolName: 'metrics'
# GnocchiBackend: 'rbd'
GnocchiArchivePolicy: 'high'
CeilometerEnableGnocchi: true
ManagePipeline: true