Package: puppet-module-gnocchi / 25.0.0-2

Metadata

Package Version Patches format
puppet-module-gnocchi 25.0.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add_gnocchi metricd.conf_and_gnocchi api.conf_support.patch | (download)

lib/puppet/provider/gnocchi_api_config/openstackconfig.rb | 10 10 + 0 - 0 !
lib/puppet/provider/gnocchi_metricd_config/openstackconfig.rb | 10 10 + 0 - 0 !
lib/puppet/type/gnocchi_api_config.rb | 61 61 + 0 - 0 !
lib/puppet/type/gnocchi_metricd_config.rb | 61 61 + 0 - 0 !
4 files changed, 142 insertions(+)

 support gnocchi_metricd.conf file. 
allow multiple gnocchi.conf.patch | (download)

manifests/config.pp | 8 6 + 2 - 0 !
manifests/init.pp | 92 76 + 16 - 0 !
2 files changed, 82 insertions(+), 18 deletions(-)

 allow multiple gnocchi.conf
storage incoming redis use multiple config files.patch | (download)

manifests/storage/incoming/redis.pp | 26 21 + 5 - 0 !
1 file changed, 21 insertions(+), 5 deletions(-)

 gnocchi::storage::incoming::redis: use multiple config files
 This patch makes it possible to use multiple config files, one for the
 API service, and one for the metricd daemon, so that they don't use the
 same Redis URLs.
fix api_config and metricd_config scheduling.patch | (download)

manifests/deps.pp | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 fix api_config and metricd_config scheduling