blob: 9eb2eb0477e36cf5e1605b5ba83e773380bdeaf6 [file] [log] [blame]
Simon Pasquier55fe3aa2017-01-09 10:54:26 +01001parameters:
Bartosz Kupidurabe7862f2017-08-02 13:33:30 +02002 _param:
3 influxdb_lma_database_retention: 30d
Simon Pasquier55fe3aa2017-01-09 10:54:26 +01004 influxdb:
5 server:
6 database:
7 lma:
8 enabled: true
9 name: lma
10 retention_policy:
11 - name: lma
12 is_default: true
Bartosz Kupidurabe7862f2017-08-02 13:33:30 +020013 duration: ${_param:influxdb_lma_database_retention}
Simon Pasquier55fe3aa2017-01-09 10:54:26 +010014 replication: 1
15 user:
16 lma:
17 enabled: true
18 name: lma
19 password: ${_param:influxdb_stacklight_password}
20 grant:
Bartosz Kupidurabe7862f2017-08-02 13:33:30 +020021 grant_lma_all_on_lma:
Simon Pasquier55fe3aa2017-01-09 10:54:26 +010022 enabled: true
23 user: lma
24 database: lma
25 privilege: all