diff options
author | Pradeep Kilambi <pkilambi@redhat.com> | 2016-11-30 12:54:50 -0500 |
---|---|---|
committer | Pradeep Kilambi <pkilambi@redhat.com> | 2016-11-30 12:54:50 -0500 |
commit | 413d292600ecb879342a8ca2f364cbe298f58138 (patch) | |
tree | 68204792706035ed96c2c879abf58b66c01b5903 /puppet | |
parent | 6df32707e9698da5a647aff2b20e6fc2617ea1d2 (diff) |
Support multiple meter dispatchers in ceilometer config
Currently we only support one dispatcher at a time. But ceilometer
config supports dispatching data to multiple destinations at the
same time. Update the param to support this.
Change-Id: Ie7d854928513239a5903862623df12af1d02b642
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/ceilometer-base.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/puppet/services/ceilometer-base.yaml b/puppet/services/ceilometer-base.yaml index ded1bc03..060ae32d 100644 --- a/puppet/services/ceilometer-base.yaml +++ b/puppet/services/ceilometer-base.yaml @@ -31,9 +31,9 @@ parameters: type: string hidden: true CeilometerMeterDispatcher: - default: 'gnocchi' - description: Dispatcher to process meter data - type: string + default: ['gnocchi'] + description: Comma-seperated list of Dispatcher to process meter data + type: comma_delimited_list constraints: - allowed_values: ['gnocchi', 'database'] CeilometerEventDispatcher: |