X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=environments%2Fstorage-environment.yaml;h=e1cafd2bd3ac173b6f0257808167d5f00731accd;hb=1bbf7a27e3fff594b68a8d9fce94ff07a5611d01;hp=5ccfa58e2b9d48bf5ed75436e77723ed828db51c;hpb=ac680bff5f8ece671686b7ebffa22eaf17b43474;p=apex-tripleo-heat-templates.git diff --git a/environments/storage-environment.yaml b/environments/storage-environment.yaml index 5ccfa58e..e1cafd2b 100644 --- a/environments/storage-environment.yaml +++ b/environments/storage-environment.yaml @@ -15,6 +15,8 @@ parameter_defaults: NovaEnableRbdBackend: true ## Glance backend can be either 'rbd' (Ceph), 'swift' or 'file'. GlanceBackend: rbd + ## Gnocchi backend can be either 'rbd' (Ceph), 'swift' or 'file'. + GnocchiBackend: rbd #### CINDER NFS SETTINGS #### @@ -43,9 +45,10 @@ parameter_defaults: ## OSDs are deployed on dedicated ceph-storage nodes only. # ControllerEnableCephStorage: false - ## When deploying Ceph through the oscplugin CLI, the following + ## When deploying Ceph Nodes through the oscplugin CLI, the following ## parameters are set automatically by the CLI. When deploying via - ## heat stack-create, they need to be provided manually. + ## heat stack-create or ceph on the controller nodes only, + ## they need to be provided manually. ## Number of Ceph storage nodes to deploy # CephStorageCount: 0