diff options
author | Pradeep Kilambi <pkilambi@redhat.com> | 2017-05-25 17:13:17 -0400 |
---|---|---|
committer | Pradeep Kilambi <pkilambi@redhat.com> | 2017-05-31 11:19:29 +0000 |
commit | cb10ab2efebb46ff0b0f49d540328e8a3d05724f (patch) | |
tree | 764840092346e1b937b4874ae1af38af57e30c70 /puppet | |
parent | b344f5994fcd16e562d55e6e00ad0980c5b32621 (diff) |
Upgrade gnocchi without skip-storage
When gnocchi-upgrade run, we need to ensure storage is upgraded so we
initialize the necessary storage sacks.
Closes-bug: #1693621
Change-Id: I84e4fc3b6ad7fd966c4097a29678a0fd5b7a20a5
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/gnocchi-base.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/gnocchi-base.yaml b/puppet/services/gnocchi-base.yaml index d62c349e..012bd727 100644 --- a/puppet/services/gnocchi-base.yaml +++ b/puppet/services/gnocchi-base.yaml @@ -76,7 +76,7 @@ outputs: query: read_default_file: /etc/my.cnf.d/tripleo.cnf read_default_group: tripleo - gnocchi::db::sync::extra_opts: '--skip-storage' + 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 |