blob: cb270111833c1df41b62102b24b8c018ca43e684 [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:
Adam Tenglerddef0502017-05-04 11:36:54 +00007 horizon_version: liberty
8 horizon_identity_host: localhost
Oleksii Chupryn7d3d6482017-03-07 11:23:27 +02009 horizon_identity_version: 3
Adam Tenglerddef0502017-05-04 11:36:54 +000010 horizon_identity_encryption: none
Dennis Dmitriev698f9ae2017-03-06 14:06:04 +020011 horizon_identity_endpoint_type: internalURL
Ann Kamyshnikovad73872b2018-02-26 13:58:36 +040012 neutron_enable_bgp_vpn: false
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020013 horizon:
14 server:
15 enabled: true
16 version: ${_param:horizon_version}
17 secret_key: ${_param:horizon_secret_key}
Adam Tenglerddef0502017-05-04 11:36:54 +000018 session:
19 timeout: 43200
20 engine: 'signed_cookies'
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020021 bind:
22 address: ${_param:cluster_local_address}
23 port: 80
Adam Tenglerddef0502017-05-04 11:36:54 +000024 wsgi:
25 processes: 3
26 threads: 10
27 mail:
28 identity: ${_param:horizon_identity_version}
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020029 cache:
30 engine: memcached
31 prefix: 'CACHE_HORIZON'
Oleksii Chupryn7d3d6482017-03-07 11:23:27 +020032 members:
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020033 - host: ${_param:cluster_node01_address}
34 port: 11211
35 - host: ${_param:cluster_node02_address}
36 port: 11211
37 - host: ${_param:cluster_node03_address}
38 port: 11211
39 identity:
40 engine: keystone
Filip Pytlounf8a1d5b2015-10-06 16:28:32 +020041 port: 5000
Adam Tenglerddef0502017-05-04 11:36:54 +000042 host: ${_param:horizon_identity_host}
43 encryption: ${_param:horizon_identity_encryption}
Dennis Dmitriev698f9ae2017-03-06 14:06:04 +020044 endpoint_type: ${_param:horizon_identity_endpoint_type}
Adam Tengler08874e32017-05-05 17:24:29 +000045 policy:
46 identity:
47 source: file
48 name: keystone_policy.json
49 enabled: true
50 compute:
51 source: file
52 name: nova_policy.json
53 enabled: true
54 network:
55 source: file
56 name: neutron_policy.json
57 enabled: true
58 image:
59 source: file
60 name: glance_policy.json
61 enabled: true
62 volume:
63 source: file
64 name: cinder_policy.json
65 enabled: true
66 telemetry:
67 source: file
68 name: ceilometer_policy.json
69 enabled: true
70 orchestration:
71 source: file
72 name: heat_policy.json
73 enabled: true
Ann Kamyshnikovad73872b2018-02-26 13:58:36 +040074 networking_bgpvpn:
75 source: file
76 name: bgpvpn_policy.json
77 enabled: ${_param:neutron_enable_bgp_vpn}
Adam Tengler08874e32017-05-05 17:24:29 +000078