blob: ba5ee0558bc0c23fcc978981379ac7053335f068 [file] [log] [blame]
Mykyta Karpindb737652018-02-05 11:11:31 +02001gnocchi:
2 common:
3 version: 4.0
4 database:
5 engine: mysql
6 host: 127.0.0.1
7 name: gnocchi
8 password: workshop
9 user: gnocchi
10 storage:
11 aggregation_workers: 2
12 driver: ceph
13 ceph_pool: gnocchi
14 ceph_username: gnocchi
15 ceph_secret: workshop
16 ceph_keyring: /etc/ceph/ceph.gnocchi.keyring
17 ceph_timeout: 20
18 ceph_conf: /etc/ceph/ceph.conf
19 redis_url: redis://127.0.0.2/test
20 file_basepath: /var/lib/gnocchi
21 incoming:
22 driver: redis
23 redis_url: redis://127.0.0.2/test_incoming
24 ceph_pool: gnocchi_incoming
25 ceph_username: gnocchi
26 ceph_secret: workshop
27 ceph_keyring: /etc/ceph/ceph.gnocchi.keyring
28 ceph_timeout: 30
29 ceph_conf: /etc/ceph/ceph.conf
30 file_basepath: /var/lib/gnocchi_incoming
31 coordination_backend:
32 url: redis://127.0.0.1/test
33 server:
34 enabled: true
35 debug: true
36 enable_proxy_headers_parsing: true
37 archive_policy:
38 default_aggregation_methods:
39 - mean
40 - max
41 identity:
42 engine: keystone
43 region: RegionOne
44 protocol: http
45 host: 127.0.0.1
46 port: 35357
47 private_port: 5000
48 user: gnocchi
49 password: workshop
50 tenant: service
51 auth_type: password
52 cache:
53 engine: memcached
Oleksandr Bryndzii52049de2019-03-14 12:38:24 +020054 expiration_time: 600
55 backend_argument:
56 memcached_expire_time:
57 value: 660
Mykyta Karpindb737652018-02-05 11:11:31 +020058 members:
59 - host: 127.0.1.1
60 port: 11211
61 - host: 127.0.2.1
62 port: 11211
63 - host: 127.0.3.1
64 port: 11211
Oleksandr Bryndzii29865f52018-10-04 12:42:51 +030065 security:
66 enabled: true
67 strategy: ENCRYPT
68 secret_key: secret
Mykyta Karpindb737652018-02-05 11:11:31 +020069 metricd:
70 workers: 5
71 statsd:
72 resource_id: 07f26121-5777-48ba-8a0b-d70468133dd9
73 enabled: true
74 bind:
75 address: 127.0.0.1
76 port: 8125
77apache:
78 server:
79 enabled: true
80 default_mpm: event
81 mpm:
82 prefork:
83 enabled: true
84 servers:
85 start: 5
86 spare:
87 min: 2
88 max: 10
89 max_requests: 0
90 max_clients: 20
91 limit: 20
92 site:
93 gnocchi:
94 enabled: false
95 available: true
96 type: wsgi
97 name: gnocchi
98 host:
99 name: gnocchi.ci.local
100 address: 127.0.0.1
101 port: 8041
102 log:
103 custom:
104 format: >-
105 %v:%p %{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %D %O \"%{Referer}i\" \"%{User-Agent}i\"
106 wsgi:
107 daemon_process: gnocchi-api
108 processes: 2
109 threads: 10
110 user: gnocchi
111 group: gnocchi
112 display_name: '%{GROUP}'
113 script_alias: '/ /usr/bin/gnocchi-api'
114 application_group: '%{GLOBAL}'
115 authorization: 'On'
116 pkgs:
117 - apache2
118 modules:
Oleksandr Bryndzii29865f52018-10-04 12:42:51 +0300119 - wsgi