-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add influxdb_bucket_retention_rules parameter #141
Add influxdb_bucket_retention_rules parameter #141
Conversation
puppet_operational_dashboards is a classBreaking changes to this file MAY impact these 1 modules (near match):This module is declared in 0 of 580 indexed public
|
@m0dular @MartyEwings may I ask for a release after this is merged? |
@m0dular is a 90 day default with the justification that an upgrade is not impacting, cool with you? |
I created the PR because the mentioned change in the Influxdb module is a breaking one. This change just gives the user the option to change the default (coming from the influx module) Influx Bucket before Influxdb 1.6.0 release:
after:
|
I'm a little worried this would create a duplicate declaration if people are managing the initial bucket themselves. You can always manage it in Puppet code with the retention and any other params you need, but I think if there were also a |
Nevermind, I thought this was a PR to |
Add influxdb_bucket_retention_rules parameter to make retention rules configurable
Since puppetlabs/influxdb#71 is merged and released with version v1.6.0 of the influxDB module, updating the module without modifying the retention rules results in data loss on the users end. This patch just adds the option to do this.