blob: 61a80d273041146e017546d1e62c1cf895359fb0 [file] [log] [blame]
Jakub Pavlik71b2c842016-01-25 23:18:44 +01001horizon:
2 server:
3 enabled: true
4 version: liberty
5 secret_key: secret
Jakub Pavlika1dd7ad2016-01-31 15:49:53 +01006 session_timeout: 43200
Jakub Pavlik71b2c842016-01-25 23:18:44 +01007 wsgi:
8 processes: 3
9 threads: 10
10 bind:
11 address: 127.0.0.1
12 port: 80
13 cache:
14 engine: memcached
15 prefix: 'CACHE_HORIZON'
16 members:
17 - host: 127.0.0.1
18 port: 11211
19 - host: 127.0.0.1
20 port: 11211
21 - host: 127.0.0.1
22 port: 11211
23 identity:
24 engine: keystone
25 host: 127.0.0.1
26 port: 5000
27 api_version: 2
Martin819ef24a2a2017-02-14 14:25:57 +010028 encryption: ssl
Alexander Noskov787a8122016-12-07 13:00:49 +040029 websso:
30 login_url: "WEBROOT + 'auth/login/'"
31 logout_url: "WEBROOT + 'auth/logout/'"
32 websso_choices:
33 - saml2
34 - oidc
Jakub Pavlik71b2c842016-01-25 23:18:44 +010035haproxy:
36 proxy:
37 listens:
38 - name: horizon
39 type: horizon
40 binds:
41 - address: 127.0.0.1
42 port: 80
43 servers:
44 - name: ctl01
45 host: 127.0.0.1
46 port: 80
47 params: cookie ctl01 check inter 2000 fall 3
48 - name: ctl02
49 host: 127.0.0.1
50 port: 80
51 params: cookie ctl02 check inter 2000 fall 3
52 - name: ctl03
53 host: 127.0.0.1
54 port: 80
Alexander Noskov787a8122016-12-07 13:00:49 +040055 params: cookie ctl03 check inter 2000 fall 3