saltstack-formulas / influxdb-formula

Installs and configures the InfluxDB timeseries database
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Apache License 2.0
9 stars 34 forks source link

Influxdb 0.12 #13

Closed wwentland closed 8 years ago

wwentland commented 8 years ago

This is the first batch of a number of changes that allow users to use the InfluxDB formula again. It drops support for InfluxDB 0.8 and supports versions 0.9 - 0.12.

Configuration is now managed explicitly via the influxdb.config state and rendered completely from pillar data. There is therefore no need to maintain different templates for every version anymore.

I have tested installation of every supported version in a vagrant box and checked that the service starts up fine.

Additional changes are necessary to support the current stable release, 0.13, as the installation procedure changed.

wwentland commented 8 years ago

Thanks! Why did you squash all commits? I was taking care to create meaningful individual commits and the history is now lost, @puneetk