|
|
|
@ -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): |
|
|
|
|