blob: 9c7422d2a26bafb45f526e2f4948d75f1416237b [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
2 _param:
3 nginx_site_horizon_tcpcloud_kilo_host: _
4 horizon_tcpcloud_kilo_secret_key: workshop
5 nginx:
6 server:
7 site:
8 horizon_tcpcloud_kilo:
9 enabled: true
10 type: horizon
11 name: tcpcloud_kilo
12 host:
13 name: _
14 supervisor:
15 server:
16 service:
17 horizon_tcpcloud_kilo:
18 type: horizon
19 name: tcpcloud_kilo
20 horizon:
21 server:
22 app:
23 tcpcloud_kilo:
24 version: kilo
25 branding: "Mk20 Lab Dashboard"
26 bind:
27 address: 0.0.0.0
28 port: 8078
29 secret_key: ${_param:horizon_tcpcloud_kilo_secret_key}
30 source:
31 engine: git
32 address: git@git.tcpcloud.eu:python-apps/horizon.git
33 revision: stable/kilo
34 cache:
35 engine: 'memcached'
36 host: '127.0.0.1'
37 port: 11211
38 prefix: 'CACHE_TCPCLOUD_KILO'
39 identity:
40 engine: keystone
41 host: ${_param:cluster_vip_address}
42 encryption: none
43 port: 5000
44 api_version: 3
45 api_versions:
46 identity: 3
47 plugin:
48 horizon_overrides:
49 app: horizon_overrides
50 override: true
51 overrides:
52 - contrail_openstack_dashboard
53 source:
54 engine: git
55 address: git@git.tcpcloud.eu:horizon-modules/horizon-overrides-plugin.git
56 revision: develop
57 contrail:
58 app: contrail_openstack_dashboard
59 source:
60 engine: git
61 address: git@git.tcpcloud.eu:horizon-modules/horizon-contrail-panels.git
62 revision: stable/kilo
63 horizon_theme:
64 app: horizon_theme
65 theme_name: tcp
66 source:
67 engine: git
68 address: git@git.tcpcloud.eu:horizon-themes/horizon-tcp-theme.git
69 revision: stable/kilo
70 mail:
71 engine: console