Add incoming storage driver param
Change-Id: I5b71099d2e1c25b86ceed430f15ee28ef0f37f5c
This commit is contained in:
parent
c04b3ed5eb
commit
25b0b97c38
@ -12,5 +12,8 @@ parameter_defaults:
|
|||||||
SSLKey: |
|
SSLKey: |
|
||||||
The contents of the private key go here
|
The contents of the private key go here
|
||||||
|
|
||||||
|
# Disable Gnocchi Incoming redis storage driver when using tls
|
||||||
|
GnocchiIncomingStorageDriver: ''
|
||||||
|
|
||||||
resource_registry:
|
resource_registry:
|
||||||
OS::TripleO::NodeTLSData: ../puppet/extraconfig/tls/tls-cert-inject.yaml
|
OS::TripleO::NodeTLSData: ../puppet/extraconfig/tls/tls-cert-inject.yaml
|
||||||
|
@ -41,6 +41,10 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
constraints:
|
constraints:
|
||||||
- allowed_values: ['swift', 'file', 'rbd']
|
- allowed_values: ['swift', 'file', 'rbd']
|
||||||
|
GnocchiIncomingStorageDriver:
|
||||||
|
default: redis
|
||||||
|
description: Storage driver to use for incoming metric data
|
||||||
|
type: string
|
||||||
KeystoneRegion:
|
KeystoneRegion:
|
||||||
type: string
|
type: string
|
||||||
default: 'regionOne'
|
default: 'regionOne'
|
||||||
@ -122,6 +126,7 @@ outputs:
|
|||||||
params:
|
params:
|
||||||
$NETWORK: {get_param: [ServiceNetMap, GnocchiApiNetwork]}
|
$NETWORK: {get_param: [ServiceNetMap, GnocchiApiNetwork]}
|
||||||
tripleo::profile::base::gnocchi::api::gnocchi_backend: {get_param: GnocchiBackend}
|
tripleo::profile::base::gnocchi::api::gnocchi_backend: {get_param: GnocchiBackend}
|
||||||
|
tripleo::profile::base::gnocchi::api::incoming_storage_driver: {get_param: GnocchiIncomingStorageDriver}
|
||||||
# NOTE: bind IP is found in Heat replacing the network name with the
|
# NOTE: bind IP is found in Heat replacing the network name with the
|
||||||
# local node IP for the given network; replacement examples
|
# local node IP for the given network; replacement examples
|
||||||
# (eg. for internal_api):
|
# (eg. for internal_api):
|
||||||
|
Loading…
Reference in New Issue
Block a user