Need type/provider for creating archive policies

Bug #1607372 reported by Matthew J Black
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
puppet-gnocchi
Confirmed
Wishlist
Unassigned

Bug Description

Right now, to setup a gnocchi environment with any archive policies, they must be entered in manually post install. A type/provider should be exposed so the policies can be created automatically. The commands were executed by devstack are below for reference of commands. URL to old way devstack created archive policy, https://github.com/openstack/gnocchi/blob/eb1ff246882b01c8242b52ba6de09b0ef0069418/devstack/plugin.sh#L401-L405

$ gnocchi archive-policy create -d granularity:5m,points:12 -d granularity:1h,points:24 -d granularity:1d,points:30 low
$ gnocchi archive-policy create -d granularity:60s,points:60 -d granularity:1h,points:168 -d granularity:1d,points:365 medium
$ gnocchi archive-policy create -d granularity:1s,points:86400 -d granularity:1m,points:43200 -d granularity:1h,points:8760 high
$ gnocchi archive-policy-rule create -a low -m "*" default

Changed in puppet-gnocchi:
importance: Undecided → Wishlist
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.