Skip to content

Commit

Permalink
Merge pull request #33 from mtchavez/f-1.2-role-update
Browse files Browse the repository at this point in the history
Role updates for v6 and Influx 1.2
  • Loading branch information
mtchavez authored Mar 21, 2017
2 parents 14971ab + 966bcc5 commit 9a621cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v6.0.0 - 2017-03-20

* Major update of role to InfluxDB `1.2.0` - thanks to [popstas](https://github.com/popstas)

# v5.0.0 - 2016-04-05

* Test Kitchen setup and integration
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ GEM
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.9.4)
net-telnet (0.1.1)
rspec (3.3.0)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
Expand Down Expand Up @@ -68,8 +69,9 @@ PLATFORMS
DEPENDENCIES
kitchen-ansible
kitchen-docker
net-telnet
serverspec
test-kitchen

BUNDLED WITH
1.12.0
1.14.5
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
[![Build Status](https://travis-ci.org/mtchavez/ansible-influxdb.svg?branch=master)](https://travis-ci.org/mtchavez/ansible-influxdb)

InfluxDB Ansible Galaxy role. Sets up a working InfluxDB server.
This role is for versions of InfluxDB >= `0.11.1` and is currently defaulted to `0.11.1.1`.
This role is for versions of InfluxDB >= `1.2.0` and is currently defaulted to `1.2.0`.

**Currenlty clustering is not taken into account for.**

## Requirements

Ansible version 1.6 and greater
Ansible version `>= 1.9`

## Role Variables

Expand Down

0 comments on commit 9a621cc

Please sign in to comment.