Éric Lemoine | 0b8494f | 2016-12-14 15:27:05 +0000 | [diff] [blame] | 1 | classes: |
| 2 | - service.glusterfs.server |
| 3 | - service.glusterfs.client |
| 4 | parameters: |
| 5 | elasticsearch: |
| 6 | server: |
| 7 | snapshot: |
| 8 | repo: |
| 9 | path: /var/lib/elasticsearch/repo |
| 10 | glusterfs: |
| 11 | server: |
| 12 | peers: |
| 13 | - ${_param:cluster_node01_address} |
| 14 | - ${_param:cluster_node02_address} |
| 15 | - ${_param:cluster_node03_address} |
| 16 | volumes: |
| 17 | elasticrepo: |
| 18 | storage: /srv/glusterfs/elasticrepo |
| 19 | replica: 3 |
| 20 | bricks: |
| 21 | - ${_param:cluster_node01_address}:/srv/glusterfs/elasticrepo |
| 22 | - ${_param:cluster_node02_address}:/srv/glusterfs/elasticrepo |
| 23 | - ${_param:cluster_node03_address}:/srv/glusterfs/elasticrepo |
| 24 | options: |
| 25 | cluster.readdir-optimize: On |
| 26 | cluster.lookup-optimize: On |
| 27 | nfs.disable: On |
| 28 | network.remote-dio: On |
| 29 | diagnostics.client-log-level: WARNING |
| 30 | diagnostics.brick-log-level: WARNING |
| 31 | client: |
| 32 | volumes: |
| 33 | elasticrepo: |
| 34 | path: /var/lib/elasticsearch/repo |
| 35 | server: ${_param:cluster_node01_address} |
| 36 | user: elasticsearch |
| 37 | group: elasticsearch |