From b749a1e3c67e32e9330d65daf09853692a6a357a Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: Fri, 9 Jun 2017 13:12:40 +0000 Subject: Revert "Add support to configure Num of Storage sacks" This reverts commit a915b150018bf306a5942782bf93c5faadcd7cde. The argument is renamed and causing promotions to fail. Change-Id: I7e1674cff75b606c20956edddf70eee2990fca78 --- puppet/services/gnocchi-base.yaml | 10 +--------- releasenotes/notes/add-num-of-sacks-7bd6658474ddb14c.yaml | 3 --- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 releasenotes/notes/add-num-of-sacks-7bd6658474ddb14c.yaml diff --git a/puppet/services/gnocchi-base.yaml b/puppet/services/gnocchi-base.yaml index e6a172a0..f4067ef6 100644 --- a/puppet/services/gnocchi-base.yaml +++ b/puppet/services/gnocchi-base.yaml @@ -34,10 +34,6 @@ parameters: default: 30 description: Delay between processing metrics. type: number - NumberOfStorageSacks: - default: '128' - description: Number of storage sacks to create. - type: string GnocchiPassword: description: The password for the gnocchi service and db account. type: string @@ -91,11 +87,7 @@ outputs: query: read_default_file: /etc/my.cnf.d/tripleo.cnf read_default_group: tripleo - gnocchi::db::sync::extra_opts: - list_join: - - ' ' - - - '--num-storage-sacks' - - {get_param: NumberOfStorageSacks} + gnocchi::db::sync::extra_opts: '' gnocchi::storage::metric_processing_delay: {get_param: MetricProcessingDelay} gnocchi::storage::swift::swift_user: 'service:gnocchi' gnocchi::storage::swift::swift_auth_version: 3 diff --git a/releasenotes/notes/add-num-of-sacks-7bd6658474ddb14c.yaml b/releasenotes/notes/add-num-of-sacks-7bd6658474ddb14c.yaml deleted file mode 100644 index e5adb6a9..00000000 --- a/releasenotes/notes/add-num-of-sacks-7bd6658474ddb14c.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -features: - - Add support to configure number of sacks in gnocchi. -- cgit 1.2.3-korg