Remove ceph backend by default for gnocchi

Ceph requires some additional setup, and just defaulting to ceph
will make a deployment fail, if ceph is not set up.

Change-Id: I83f57cb71f304c14aa4bacc4a57a9930bd168150
This commit is contained in:
Matthias Runge 2019-12-10 11:46:21 +01:00
parent 0281b35e6a
commit f6fe742059
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