blob: 93a5acd7917b7aa9096ed124f2aa92b6ef5e3682 [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}
Filip Pytloun27930402015-10-06 16:28:32 +020011 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:cluster_vip_address}
33 bind:
34 address: ${_param:cluster_local_address}
Jakub Pavlikee543d42016-05-30 21:54:11 +020035 api_port: 9100
36 discovery_port: 9110
Filip Pytloun27930402015-10-06 16:28:32 +020037 message_queue:
38 engine: rabbitmq
39 host: ${_param:cluster_vip_address}
40 port: 5672
41 database:
42 members:
43 - host: ${_param:cluster_node01_address}
44 port: 9160
45 - host: ${_param:cluster_node02_address}
46 port: 9160
47 - host: ${_param:cluster_node03_address}
48 port: 9160
Filip Pytloun27930402015-10-06 16:28:32 +020049 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
marco5ceb93b2016-10-11 16:32:05 +020069 id: ${_param:opencontrail_database_id}
Filip Pytloun27930402015-10-06 16:28:32 +020070 bind:
71 address: ${_param:cluster_local_address}
72 discovery:
73 host: ${_param:cluster_vip_address}
74 master:
75 host: ${_param:cluster_local_address}
76 members:
77 - host: ${_param:cluster_node01_address}
78 id: 1
79 - host: ${_param:cluster_node02_address}
80 id: 2
81 - host: ${_param:cluster_node03_address}
82 id: 3
83 collector:
84 version: ${_param:opencontrail_version}
85 enabled: true
Petr Jedinýffbe2082017-03-07 00:56:47 +010086 aaa_mode: no-auth
Filip Pytloun27930402015-10-06 16:28:32 +020087 bind:
88 address: ${_param:cluster_local_address}
Jakub Pavlikee543d42016-05-30 21:54:11 +020089 port: 9081
Filip Pytloun27930402015-10-06 16:28:32 +020090 master:
91 host: ${_param:cluster_local_address}
92 discovery:
93 host: ${_param:cluster_vip_address}
94 data_ttl: 1
95 database:
96 members:
97 - host: ${_param:cluster_node01_address}
98 port: 9160
99 - host: ${_param:cluster_node02_address}
100 port: 9160
101 - host: ${_param:cluster_node03_address}
102 port: 9160
Marek Celoud0dd7bc22017-12-01 15:05:07 +0100103 identity:
104 engine: keystone
105 version: '2.0'
106 region: RegionOne
107 host: ${_param:cluster_vip_address}
108 port: 35357
109 user: admin
110 password: '${_param:keystone_admin_password}'
111 token: '${_param:keystone_service_token}'
112 tenant: admin
Marek Celouddbba7ed2017-12-07 10:36:24 +0100113 alarm_gen:
114 workers: 1
115 port_prefix: 59
Filip Pytloun27930402015-10-06 16:28:32 +0200116 database:
117 version: ${_param:opencontrail_version}
118 cassandra:
119 version: 2
120 enabled: true
121 name: 'Contrail'
122 minimum_disk: 10
123 original_token: 0
124 data_dirs:
125 - /var/lib/cassandra
126 id: ${_param:opencontrail_database_id}
127 discovery:
128 host: ${_param:cluster_vip_address}
129 bind:
130 host: ${_param:cluster_local_address}
131 port: 9042
132 rpc_port: 9160
133 members:
134 - host: ${_param:cluster_node01_address}
135 id: 1
136 - host: ${_param:cluster_node02_address}
137 id: 2
138 - host: ${_param:cluster_node03_address}
139 id: 3
140 web:
141 version: ${_param:opencontrail_version}
142 enabled: True
143 bind:
144 address: ${_param:cluster_local_address}
145 master:
146 host: ${_param:cluster_vip_address}
147 analytics:
148 host: ${_param:cluster_vip_address}
149 cache:
150 engine: redis
151 host: ${_param:cluster_local_address}
152 port: 6379
153 members:
154 - host: ${_param:cluster_node01_address}
155 id: 1
156 - host: ${_param:cluster_node02_address}
157 id: 2
158 - host: ${_param:cluster_node03_address}
159 id: 3
Petr Jedinýffbe2082017-03-07 00:56:47 +0100160 database:
161 engine: cassandra
162 port: 9160
Filip Pytloun27930402015-10-06 16:28:32 +0200163 identity:
164 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +0100165 version: '2.0'
Filip Pytloun27930402015-10-06 16:28:32 +0200166 host: ${_param:cluster_vip_address}
167 port: 35357
168 user: admin
169 password: '${_param:keystone_admin_password}'
170 token: '${_param:keystone_service_token}'
171 tenant: admin
marco6a3362a2016-06-28 11:18:10 +0200172 network:
173 engine: neutron
174 host: ${_param:cluster_vip_address}