Added Kitchen tests and Travis
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls
index 19911cb..2de3ef4 100644
--- a/tests/pillar/cluster.sls
+++ b/tests/pillar/cluster.sls
@@ -2,11 +2,19 @@
server:
enabled: true
meta:
+ enabled: true
bind:
address: 0.0.0.0
port: 8088
http_address: 0.0.0.0
http_port: 8091
+ admin:
+ enabled: true
+ bind:
+ address: 0.0.0.0
+ port: 8081
+ http_address: 0.0.0.0
+ http_port: 8083
cluster:
members:
- host: idb01.local
@@ -15,3 +23,11 @@
port: 8091
- host: idb03.local
port: 8091
+linux:
+ system:
+ enabled: true
+ repo:
+ docker:
+ source: 'deb https://repos.influxdata.com/ubuntu {{ grains.get('oscodename') }} stable'
+ key_url: https://repos.influxdata.com/influxdb.key
+ file: /etc/apt/sources.list
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls
index 21c12b0..c6a9124 100644
--- a/tests/pillar/single.sls
+++ b/tests/pillar/single.sls
@@ -1,3 +1,11 @@
influxdb:
server:
enabled: true
+linux:
+ system:
+ enabled: true
+ repo:
+ docker:
+ source: 'deb https://repos.influxdata.com/ubuntu {{ grains.get('oscodename') }} stable'
+ key_url: https://repos.influxdata.com/influxdb.key
+ file: /etc/apt/sources.list