blob: 739bbc0b6ea2adcb8ca692cdd0ae2eb1597370fc [file] [log] [blame]
Filip Pytloun27930402015-10-06 16:28:32 +02001applications:
2- opencontrail
Jakub Pavlik73a52432016-01-28 11:06:37 +01003classes:
4- service.opencontrail.support
Filip Pytloun27930402015-10-06 16:28:32 +02005parameters:
6 _param:
7 opencontrail_version: 2.2
8 opencontrail:
9 common:
10 version: ${_param:opencontrail_version}
11 identity:
12 engine: keystone
13 host: ${_param:cluster_vip_address}
14 port: 35357
15 token: '${_param:keystone_service_token}'
16 password: '${_param:keystone_admin_password}'
17 network:
18 engine: neutron
19 host: ${_param:cluster_vip_address}
20 port: 9696
21 config:
22 version: ${_param:opencontrail_version}
23 enabled: true
Jakub Pavlik6d90f362016-04-19 20:34:37 +020024 multi_tenancy: true
Filip Pytloun27930402015-10-06 16:28:32 +020025 network:
26 engine: neutron
27 host: ${_param:cluster_vip_address}
28 port: 9696
29 discovery:
30 host: ${_param:cluster_vip_address}
31 analytics:
32 host: ${_param:analytics_vip_address}
33 bind:
34 address: ${_param:cluster_local_address}
35 message_queue:
36 engine: rabbitmq
37 host: ${_param:cluster_vip_address}
38 port: 5672
39 database:
40 members:
41 - host: ${_param:cluster_node01_address}
42 port: 9160
43 - host: ${_param:cluster_node02_address}
44 port: 9160
45 - host: ${_param:cluster_node03_address}
46 port: 9160
47 cache:
48 host: ${_param:cluster_local_address}
49 identity:
50 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +010051 version: '2.0'
Filip Pytloun27930402015-10-06 16:28:32 +020052 region: RegionOne
53 host: ${_param:cluster_vip_address}
54 port: 35357
55 user: admin
56 password: '${_param:keystone_admin_password}'
57 token: '${_param:keystone_service_token}'
58 tenant: admin
59 members:
60 - host: ${_param:cluster_node01_address}
61 id: 1
62 - host: ${_param:cluster_node02_address}
63 id: 2
64 - host: ${_param:cluster_node03_address}
65 id: 3
66 control:
67 version: ${_param:opencontrail_version}
68 enabled: true
69 bind:
70 address: ${_param:cluster_local_address}
71 discovery:
72 host: ${_param:cluster_vip_address}
73 master:
74 host: ${_param:cluster_local_address}
75 members:
76 - host: ${_param:cluster_node01_address}
77 id: 1
78 - host: ${_param:cluster_node02_address}
79 id: 2
80 - host: ${_param:cluster_node03_address}
81 id: 3
82 database:
83 version: ${_param:opencontrail_version}
84 cassandra:
85 version: 2
86 enabled: true
87 name: 'Contrail'
88 minimum_disk: 10
89 original_token: 0
90 data_dirs:
91 - /var/lib/cassandra
92 id: ${_param:opencontrail_database_id}
93 discovery:
94 host: ${_param:cluster_vip_address}
95 bind:
96 host: ${_param:cluster_local_address}
97 port: 9042
98 rpc_port: 9160
99 members:
100 - host: ${_param:cluster_node01_address}
101 id: 1
102 - host: ${_param:cluster_node02_address}
103 id: 2
104 - host: ${_param:cluster_node03_address}
105 id: 3
106 web:
107 version: ${_param:opencontrail_version}
108 enabled: True
109 bind:
110 address: ${_param:cluster_local_address}
111 analytics:
112 host: ${_param:analytics_vip_address}
113 master:
114 host: ${_param:cluster_vip_address}
115 cache:
116 engine: redis
117 host: ${_param:cluster_local_address}
118 port: 6379
119 members:
120 - host: ${_param:cluster_node01_address}
121 id: 1
122 - host: ${_param:cluster_node02_address}
123 id: 2
124 - host: ${_param:cluster_node03_address}
125 id: 3
126 identity:
127 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +0100128 version: '2.0'
Filip Pytloun27930402015-10-06 16:28:32 +0200129 host: ${_param:cluster_vip_address}
130 port: 35357
131 user: admin
132 password: '${_param:keystone_admin_password}'
133 token: '${_param:keystone_service_token}'
134 tenant: admin