blob: bfdf4d42589a00f6f5b0a28f8d1faea4729ac0a0 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.influxdb.server.single
3parameters:
4 linux:
5 system:
6 repo:
7 influxdb:
8 enabled: true
9 source: 'deb https://repos.influxdata.com/ubuntu xenial stable'
10 key_url: 'https://repos.influxdata.com/influxdb.key'
11 influxdb:
12 server:
13 enabled: true
14 meta:
15 bind:
16 address: 0.0.0.0
17 port: 8088
18 http_address: 0.0.0.0
19 http_port: 8091
20 cluster:
21 members:
22 - host: idb01.local
23 port: 8091
24 - host: idb02.local
25 port: 8091
26 - host: idb03.local
27 port: 8091