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:
parent
0281b35e6a
commit
f6fe742059
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user