Vasyl Saienko | 3d516be | 2018-08-16 07:01:24 +0000 | [diff] [blame] | 1 | include: |
| 2 | - .apache_single |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 3 | horizon: |
| 4 | server: |
| 5 | enabled: true |
| 6 | version: liberty |
| 7 | secret_key: secret |
Jakub Pavlik | a1dd7ad | 2016-01-31 15:49:53 +0100 | [diff] [blame] | 8 | session_timeout: 43200 |
Adam Tengler | 250e9b3 | 2018-06-26 14:39:31 +0000 | [diff] [blame] | 9 | ssl_no_verify: false |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 10 | wsgi: |
| 11 | processes: 3 |
| 12 | threads: 10 |
| 13 | bind: |
| 14 | address: 127.0.0.1 |
| 15 | port: 80 |
| 16 | cache: |
| 17 | engine: memcached |
| 18 | prefix: 'CACHE_HORIZON' |
Vasyl Saienko | 96a8ae0 | 2017-11-22 11:30:15 +0000 | [diff] [blame] | 19 | members: |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 20 | - host: 127.0.0.1 |
| 21 | port: 11211 |
| 22 | - host: 127.0.0.1 |
| 23 | port: 11211 |
| 24 | - host: 127.0.0.1 |
| 25 | port: 11211 |
| 26 | identity: |
| 27 | engine: keystone |
| 28 | host: 127.0.0.1 |
| 29 | port: 5000 |
| 30 | api_version: 2 |
Martin819 | ef24a2a | 2017-02-14 14:25:57 +0100 | [diff] [blame] | 31 | encryption: ssl |
Dennis Dmitriev | 698f9ae | 2017-03-06 14:06:04 +0200 | [diff] [blame] | 32 | endpoint_type: publicURL |
Gleb Galkin | fee4e6d | 2017-12-11 14:23:37 +0300 | [diff] [blame] | 33 | regions: |
| 34 | - name: cluster1 |
| 35 | address: http://cluster1.example.com:5000/v2.0 |
| 36 | - name: cluster2 |
| 37 | address: http://cluster2.example.com:5000/v2.0 |
Alexander Noskov | 787a812 | 2016-12-07 13:00:49 +0400 | [diff] [blame] | 38 | websso: |
| 39 | login_url: "WEBROOT + 'auth/login/'" |
| 40 | logout_url: "WEBROOT + 'auth/logout/'" |
Aleksieiev, Oleksii | 318d9de | 2018-05-18 16:37:18 -0700 | [diff] [blame] | 41 | login_redirect_url: "WEBROOT + 'project/'" |
Alexander Noskov | 787a812 | 2016-12-07 13:00:49 +0400 | [diff] [blame] | 42 | websso_choices: |
Alexander Noskov | 787a812 | 2016-12-07 13:00:49 +0400 | [diff] [blame] | 43 | - oidc |
Aleksieiev, Oleksii | 318d9de | 2018-05-18 16:37:18 -0700 | [diff] [blame] | 44 | - saml2 |
| 45 | idp_mapping: |
| 46 | myidp_openid: |
| 47 | id: myidp |
| 48 | protocol: openid |
| 49 | myipd_mapped: |
| 50 | id: myidp |
| 51 | protocol: mapped |
Michael Senin | 7018af0 | 2017-03-06 12:10:14 +0400 | [diff] [blame] | 52 | horizon_config: |
| 53 | password_autocomplete: off |
| 54 | openstack_neutron_network: |
| 55 | enable_fip_topology_check: False |
Adam Tengler | 383e571 | 2018-06-26 20:09:54 +0000 | [diff] [blame] | 56 | themes: |
Adam Tengler | 0f2f2a7 | 2018-07-12 11:33:12 +0000 | [diff] [blame] | 57 | default: default |
| 58 | directory: themes |
| 59 | cookie_name: theme |
Adam Tengler | 383e571 | 2018-06-26 20:09:54 +0000 | [diff] [blame] | 60 | available: |
| 61 | default: |
| 62 | name: "Default" |
| 63 | description: "Default style theme" |
Adam Tengler | 0f2f2a7 | 2018-07-12 11:33:12 +0000 | [diff] [blame] | 64 | path: "themes/default" |
Adam Tengler | 383e571 | 2018-06-26 20:09:54 +0000 | [diff] [blame] | 65 | material: |
| 66 | name: "Material" |
| 67 | description: "Google's Material Design style theme" |
| 68 | path: "themes/material" |
Oleksandr Bryndzii | 2ca01fb | 2018-10-24 19:36:26 +0300 | [diff] [blame] | 69 | images_upload_mode: 'direct' |
| 70 | images_allow_location: True |
Michael Senin | 7018af0 | 2017-03-06 12:10:14 +0400 | [diff] [blame] | 71 | |
Jakub Pavlik | 71b2c84 | 2016-01-25 23:18:44 +0100 | [diff] [blame] | 72 | haproxy: |
| 73 | proxy: |
| 74 | listens: |
| 75 | - name: horizon |
| 76 | type: horizon |
| 77 | binds: |
| 78 | - address: 127.0.0.1 |
| 79 | port: 80 |
| 80 | servers: |
| 81 | - name: ctl01 |
| 82 | host: 127.0.0.1 |
| 83 | port: 80 |
| 84 | params: cookie ctl01 check inter 2000 fall 3 |
| 85 | - name: ctl02 |
| 86 | host: 127.0.0.1 |
| 87 | port: 80 |
| 88 | params: cookie ctl02 check inter 2000 fall 3 |
| 89 | - name: ctl03 |
| 90 | host: 127.0.0.1 |
| 91 | port: 80 |
Alexander Noskov | 787a812 | 2016-12-07 13:00:49 +0400 | [diff] [blame] | 92 | params: cookie ctl03 check inter 2000 fall 3 |