X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=blobdiff_plain;f=tests%2Fpillar%2Fcluster.sls;h=e5717ff798d29c41df8b2c3ff355b746a769bc83;hp=19911cb1fa856c69b67dd904bd0f0acf4b9b8e1c;hb=1dd422969a205d0730d071fa8bbf6953ebeaff38;hpb=e93852a313daefc1171f254f612891ecdcc6dcd6 diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls index 19911cb..e5717ff 100644 --- a/tests/pillar/cluster.sls +++ b/tests/pillar/cluster.sls @@ -2,11 +2,19 @@ influxdb: 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