Change flat network name for nosdn fdio scenario
[apex-tripleo-heat-templates.git] / puppet / services / gnocchi-base.yaml
index e6a172a..7f64e97 100644 (file)
@@ -4,6 +4,10 @@ description: >
   Gnocchi service configured with Puppet
 
 parameters:
+  ServiceData:
+    default: {}
+    description: Dictionary packing service data
+    type: json
   ServiceNetMap:
     default: {}
     description: Mapping of service_name -> network name. Typically set
@@ -35,9 +39,9 @@ parameters:
     description: Delay between processing metrics.
     type: number
   NumberOfStorageSacks:
-    default: '128'
+    default: 128
     description: Number of storage sacks to create.
-    type: string
+    type: number
   GnocchiPassword:
     description: The password for the gnocchi service and db account.
     type: string
@@ -92,10 +96,10 @@ outputs:
               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}
+          str_replace:
+            template: " --sacks-number NUM_SACKS"
+            params:
+              NUM_SACKS: {get_param: NumberOfStorageSacks}
         gnocchi::storage::metric_processing_delay: {get_param: MetricProcessingDelay}
         gnocchi::storage::swift::swift_user: 'service:gnocchi'
         gnocchi::storage::swift::swift_auth_version: 3