Merge "Add GnocchiStorageS3BucketPrefix into deployment"

changes/63/641563/3
Zuul 2019-04-04 22:47:35 +00:00 committed by Gerrit Code Review
commit 8a8d152de3
1 changed files with 5 additions and 0 deletions

View File

@ -93,6 +93,10 @@ parameters:
description: S3 storage access key secret.
type: string
hidden: true
GnocchiStorageS3BucketPrefix:
default: ''
description: S3 storage bucket prefix.
type: string
GnocchiFileBasePath:
default: '/var/lib/gnocchi'
description: Path to use when file driver is used. This could be NFS or a
@ -160,6 +164,7 @@ outputs:
gnocchi::storage::s3::s3_region_name: {get_param: GnocchiStorageS3RegionName}
gnocchi::storage::s3::s3_access_key_id: {get_param: GnocchiStorageS3AccessKeyId}
gnocchi::storage::s3::s3_secret_access_key: {get_param: GnocchiStorageS3AccessSecret}
gnocchi::storage::s3::s3_bucket_prefix: {get_param: GnocchiStorageS3BucketPrefix}
#Gnocchi statsd
gnocchi::statsd::resource_id: '0a8b55df-f90f-491c-8cb9-7cdecec6fc26'
gnocchi::statsd::user_id: '27c0d3f8-e7ee-42f0-8317-72237d1c5ae3'