blob: 84d3396d58ae6af646b617708ca7c7f8488e786f [file] [log] [blame]
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +02001applications:
2- horizon
3parameters:
4 _param:
5 horizon_version: kilo
6 horizon_api_version: 3
7 horizon:
8 server:
9 enabled: true
10 version: ${_param:horizon_version}
11 secret_key: ${_param:horizon_secret_key}
12 wsgi:
13 processes: 3
14 threads: 10
15 bind:
16 address: ${_param:cluster_local_address}
17 port: 80
18 cache:
19 engine: memcached
20 prefix: 'CACHE_HORIZON'
21 members:
22 - host: ${_param:cluster_node01_address}
23 port: 11211
24 - host: ${_param:cluster_node02_address}
25 port: 11211
26 - host: ${_param:cluster_node03_address}
27 port: 11211
28 identity:
29 engine: keystone
30 host: ${_param:cluster_vip_address}
31 port: 5000
32 api_version: 2
33 haproxy:
34 proxy:
35 listens:
36 - name: horizon
37 type: horizon
38 binds:
39 - address: ${_param:cluster_vip_address}
40 port: 80
41 servers:
42 - name: ctl01
43 host: ${_param:cluster_node01_address}
44 port: 80
45 params: cookie ctl01 check inter 2000 fall 3
46 - name: ctl02
47 host: ${_param:cluster_node02_address}
48 port: 80
49 params: cookie ctl02 check inter 2000 fall 3
50 - name: ctl03
51 host: ${_param:cluster_node03_address}
52 port: 80
53 params: cookie ctl03 check inter 2000 fall 3