blob: 65c35822b234eed7b140d7afcee42cf2a761de71 [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
8 horizon_api_version: 3
9 horizon:
10 server:
11 enabled: true
12 version: ${_param:horizon_version}
13 secret_key: ${_param:horizon_secret_key}
14 wsgi:
15 processes: 3
16 threads: 10
17 bind:
18 address: ${_param:cluster_local_address}
19 port: 80
20 cache:
21 engine: memcached
22 prefix: 'CACHE_HORIZON'
23 members:
24 - host: ${_param:cluster_node01_address}
25 port: 11211
26 - host: ${_param:cluster_node02_address}
27 port: 11211
28 - host: ${_param:cluster_node03_address}
29 port: 11211
30 identity:
31 engine: keystone
32 host: ${_param:cluster_vip_address}
33 port: 5000
34 api_version: 2
35 haproxy:
36 proxy:
37 listens:
38 - name: horizon
39 type: horizon
40 binds:
41 - address: ${_param:cluster_vip_address}
42 port: 80
43 servers:
44 - name: ctl01
45 host: ${_param:cluster_node01_address}
46 port: 80
47 params: cookie ctl01 check inter 2000 fall 3
48 - name: ctl02
49 host: ${_param:cluster_node02_address}
50 port: 80
51 params: cookie ctl02 check inter 2000 fall 3
52 - name: ctl03
53 host: ${_param:cluster_node03_address}
54 port: 80
55 params: cookie ctl03 check inter 2000 fall 3