From 5f8e1fd33efc5f1b4755251f2459e852a18d76c7 Mon Sep 17 00:00:00 2001 From: Cyril Grosjean Date: Fri, 29 Mar 2019 18:06:02 +0100 Subject: [PATCH] Add GnocchiStorageS3BucketPrefix into deployment Change-Id: I13b07e3cb007a1c09bbe759a8cc4241cc68f6fe0 Closes-Bug: #1822111 Depends-On: https://review.openstack.org/#/c/648429/ --- deployment/gnocchi/gnocchi-base.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deployment/gnocchi/gnocchi-base.yaml b/deployment/gnocchi/gnocchi-base.yaml index 782efaf604..9fa0290b07 100644 --- a/deployment/gnocchi/gnocchi-base.yaml +++ b/deployment/gnocchi/gnocchi-base.yaml @@ -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'