Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 1 | horizon: |
| 2 | server: |
| 3 | enabled: true |
| 4 | version: liberty |
| 5 | secret_key: secret |
Jakub Pavlik | a1dd7ad | 2016-01-31 15:49:53 +0100 | [diff] [blame] | 6 | session_timeout: 43200 |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 7 | 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 |
Alexander Noskov | 787a812 | 2016-12-07 13:00:49 +0400 | [diff] [blame] | 28 | websso: |
| 29 | login_url: "WEBROOT + 'auth/login/'" |
| 30 | logout_url: "WEBROOT + 'auth/logout/'" |
| 31 | websso_choices: |
| 32 | - saml2 |
| 33 | - oidc |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 34 | haproxy: |
| 35 | proxy: |
| 36 | listens: |
| 37 | - name: horizon |
| 38 | type: horizon |
| 39 | binds: |
| 40 | - address: 127.0.0.1 |
| 41 | port: 80 |
| 42 | servers: |
| 43 | - name: ctl01 |
| 44 | host: 127.0.0.1 |
| 45 | port: 80 |
| 46 | params: cookie ctl01 check inter 2000 fall 3 |
| 47 | - name: ctl02 |
| 48 | host: 127.0.0.1 |
| 49 | port: 80 |
| 50 | params: cookie ctl02 check inter 2000 fall 3 |
| 51 | - name: ctl03 |
| 52 | host: 127.0.0.1 |
| 53 | port: 80 |
Alexander Noskov | 787a812 | 2016-12-07 13:00:49 +0400 | [diff] [blame] | 54 | params: cookie ctl03 check inter 2000 fall 3 |