blob: 62f8831e14039ad35cf0bc5330fd2450997a8b90 [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}
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 database:
84 version: ${_param:opencontrail_version}
85 cassandra:
86 version: 2
87 enabled: true
88 name: 'Contrail'
89 minimum_disk: 10
90 original_token: 0
91 data_dirs:
92 - /var/lib/cassandra
93 id: ${_param:opencontrail_database_id}
94 discovery:
95 host: ${_param:cluster_vip_address}
96 bind:
97 host: ${_param:cluster_local_address}
98 port: 9042
99 rpc_port: 9160
100 members:
101 - host: ${_param:cluster_node01_address}
102 id: 1
103 - host: ${_param:cluster_node02_address}
104 id: 2
105 - host: ${_param:cluster_node03_address}
106 id: 3
107 web:
108 version: ${_param:opencontrail_version}
109 enabled: True
110 bind:
111 address: ${_param:cluster_local_address}
112 analytics:
113 host: ${_param:analytics_vip_address}
114 master:
115 host: ${_param:cluster_vip_address}
116 cache:
117 engine: redis
118 host: ${_param:cluster_local_address}
119 port: 6379
120 members:
121 - host: ${_param:cluster_node01_address}
122 id: 1
123 - host: ${_param:cluster_node02_address}
124 id: 2
125 - host: ${_param:cluster_node03_address}
126 id: 3
Petr Jedinýffbe2082017-03-07 00:56:47 +0100127 database:
128 engine: cassandra
129 port: 9160
Filip Pytloun27930402015-10-06 16:28:32 +0200130 identity:
131 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +0100132 version: '2.0'
Filip Pytloun27930402015-10-06 16:28:32 +0200133 host: ${_param:cluster_vip_address}
134 port: 35357
135 user: admin
136 password: '${_param:keystone_admin_password}'
137 token: '${_param:keystone_service_token}'
138 tenant: admin
marco6a3362a2016-06-28 11:18:10 +0200139 network:
140 engine: neutron
141 host: ${_param:cluster_vip_address}