blob: 364877e864097ce122e815502566f5c12bdddf97 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
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
7parameters:
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
32 locale: cs_CZ
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 Broulik17232f12017-01-11 19:38:36 +010040 enabled: true