Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.memcached.server.local |
| 3 | - service.postgresql.server.local |
| 4 | - service.graphite.server.single |
| 5 | - service.apache.server.single |
| 6 | - service.supervisor.server.single |
| 7 | parameters: |
| 8 | _param: |
| 9 | graphite_secret_key: secret |
| 10 | postgresql_graphite_password: password |
| 11 | apache2_site_graphite_host: ${_param:single_address} |
| 12 | rabbitmq_graphite_password: password |
| 13 | rabbitmq_monitor_password: password |
| 14 | rabbitmq_admin_password: password |
| 15 | rabbitmq_secret_key: password |
| 16 | apache: |
| 17 | server: |
| 18 | modules: |
| 19 | - wsgi |
| 20 | site: |
| 21 | graphite_server: |
| 22 | enabled: true |
| 23 | type: graphite |
| 24 | name: server |
| 25 | host: |
| 26 | name: ${_param:apache2_site_graphite_host} |
| 27 | postgresql: |
| 28 | server: |
| 29 | database: |
| 30 | graphite: |
| 31 | encoding: UTF8 |
Ivan Udovichenko | 9551def | 2018-07-11 15:42:50 +0300 | [diff] [blame] | 32 | locale: en_US |
Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 33 | users: |
| 34 | - name: graphite |
| 35 | password: ${_param:postgresql_graphite_password} |
| 36 | host: 127.0.0.1 |
| 37 | rights: all privileges |
| 38 | supervisor: |
| 39 | server: |
Jiri Broulik | 17232f1 | 2017-01-11 19:38:36 +0100 | [diff] [blame] | 40 | enabled: true |