Add incoming storage driver param

Change-Id: I5b71099d2e1c25b86ceed430f15ee28ef0f37f5c
This commit is contained in:
Pradeep Kilambi 2017-11-30 11:49:49 -05:00
parent c04b3ed5eb
commit 25b0b97c38
2 changed files with 8 additions and 0 deletions

View File

@ -12,5 +12,8 @@ parameter_defaults:
SSLKey: |
The contents of the private key go here
# Disable Gnocchi Incoming redis storage driver when using tls
GnocchiIncomingStorageDriver: ''
resource_registry:
OS::TripleO::NodeTLSData: ../puppet/extraconfig/tls/tls-cert-inject.yaml

View File

@ -41,6 +41,10 @@ parameters:
type: string
constraints:
- allowed_values: ['swift', 'file', 'rbd']
GnocchiIncomingStorageDriver:
default: redis
description: Storage driver to use for incoming metric data
type: string
KeystoneRegion:
type: string
default: 'regionOne'
@ -122,6 +126,7 @@ outputs:
params:
$NETWORK: {get_param: [ServiceNetMap, GnocchiApiNetwork]}
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
# local node IP for the given network; replacement examples
# (eg. for internal_api):