blob: 2fcab19f0aa241f2d4e12334a1e2d289acf3c71d [file] [log] [blame]
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +02001applications:
2- horizon
Jakub Pavlikd53ed672016-01-28 12:02:32 +01003classes:
4- service.horizon.support
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +02005parameters:
6 _param:
7 horizon_version: kilo
Oleksii Chupryn7d3d6482017-03-07 11:23:27 +02008 horizon_identity_version: 3
Dennis Dmitriev698f9ae2017-03-06 14:06:04 +02009 horizon_identity_endpoint_type: internalURL
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020010 horizon:
11 server:
12 enabled: true
13 version: ${_param:horizon_version}
14 secret_key: ${_param:horizon_secret_key}
Jakub Pavlika1dd7ad2016-01-31 15:49:53 +010015 session_timeout: 43200
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020016 wsgi:
17 processes: 3
18 threads: 10
19 bind:
20 address: ${_param:cluster_local_address}
21 port: 80
22 cache:
23 engine: memcached
24 prefix: 'CACHE_HORIZON'
Oleksii Chupryn7d3d6482017-03-07 11:23:27 +020025 members:
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020026 - host: ${_param:cluster_node01_address}
27 port: 11211
28 - host: ${_param:cluster_node02_address}
29 port: 11211
30 - host: ${_param:cluster_node03_address}
31 port: 11211
Oleksii Chupryn7d3d6482017-03-07 11:23:27 +020032 api_versions:
33 identity: ${_param:horizon_identity_version}
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020034 identity:
35 engine: keystone
36 host: ${_param:cluster_vip_address}
37 port: 5000
Dennis Dmitriev698f9ae2017-03-06 14:06:04 +020038 endpoint_type: ${_param:horizon_identity_endpoint_type}
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020039 haproxy:
40 proxy:
41 listens:
42 - name: horizon
43 type: horizon
44 binds:
45 - address: ${_param:cluster_vip_address}
46 port: 80
47 servers:
48 - name: ctl01
49 host: ${_param:cluster_node01_address}
50 port: 80
51 params: cookie ctl01 check inter 2000 fall 3
52 - name: ctl02
53 host: ${_param:cluster_node02_address}
54 port: 80
55 params: cookie ctl02 check inter 2000 fall 3
56 - name: ctl03
57 host: ${_param:cluster_node03_address}
58 port: 80
59 params: cookie ctl03 check inter 2000 fall 3