gnocchi: configure db_sync command in the profile
authorEmilien Macchi <emilien@redhat.com>
Mon, 18 Jul 2016 20:16:18 +0000 (16:16 -0400)
committerEmilien Macchi <emilien@redhat.com>
Mon, 18 Jul 2016 20:16:18 +0000 (16:16 -0400)
Configure db_sync extra command in the profile itself

Change-Id: Ia27068907a2149da2cb87b50ffe65b27a0542ed7

puppet/hieradata/controller.yaml
puppet/services/gnocchi-base.yaml

index 860c8fb..94f57c8 100644 (file)
@@ -4,7 +4,6 @@ nova::api::enabled: true
 nova::vncproxy::enabled: true
 
 # gnocchi
-gnocchi::db::sync::extra_opts: '--skip-storage --create-legacy-resource-types'
 gnocchi::storage::swift::swift_user: 'service:gnocchi'
 gnocchi::storage::swift::swift_auth_version: 2
 gnocchi::statsd::resource_id: '0a8b55df-f90f-491c-8cb9-7cdecec6fc26'
index d420103..44f3c3c 100644 (file)
@@ -55,7 +55,7 @@ outputs:
         gnocchi::keystone::auth::tenant: 'service'
         gnocchi::keystone::auth::password: {get_param: GnocchiPassword}
         gnocchi::db::mysql::password: {get_param: GnocchiPassword}
-        gnocchi::db::sync::extra_opts: '--skip-storage'
+        gnocchi::db::sync::extra_opts: '--skip-storage --create-legacy-resource-types'
         #Gnocchi API
         tripleo::profile::base::gnocchi::api::gnocchi_backend: {get_param: GnocchiBackend}
         gnocchi::api::manage_service: false