blob: 0da75067a573a71eed8e69ef9ea6105bfa0b251a [file] [log] [blame]
Jakub Pavlikc89ba902016-01-25 22:48:37 +01001opencontrail:
2 common:
Petr Michalecb5f898e2016-07-28 16:33:48 +02003 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +01004 identity:
5 engine: keystone
6 host: 127.0.0.1
7 port: 35357
8 token: token
9 password: password
10 network:
11 engine: neutron
12 host: 127.0.0.1
13 port: 9696
14 config:
Petr Michalecb5f898e2016-07-28 16:33:48 +020015 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +010016 enabled: true
Jakub Pavlik6d90f362016-04-19 20:34:37 +020017 multi_tenancy: false
Jakub Pavlikc89ba902016-01-25 22:48:37 +010018 network:
19 engine: neutron
20 host: 127.0.0.1
21 port: 9696
22 discovery:
23 host: 127.0.0.1
24 analytics:
25 host: 127.0.0.1
26 bind:
27 address: 127.0.0.1
28 message_queue:
29 engine: rabbitmq
30 host: 127.0.0.1
31 port: 5672
32 database:
33 members:
34 - host: 127.0.0.1
35 port: 9160
36 - host: 127.0.0.1
37 port: 9160
38 - host: 127.0.0.1
39 port: 9160
40 cache:
Jakub Pavlikd1a059e2016-07-13 23:08:33 +020041 members:
42 - host: 127.0.0.1
43 port: 11211
44 - host: 127.0.0.1
45 port: 11211
46 - host: 127.0.0.1
47 port: 11211
Jakub Pavlikc89ba902016-01-25 22:48:37 +010048 identity:
49 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +010050 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +010051 region: RegionOne
52 host: 127.0.0.1
53 port: 35357
54 user: admin
55 password: password
56 token: token
57 tenant: admin
58 members:
59 - host: 127.0.0.1
60 id: 1
61 - host: 127.0.0.1
62 id: 2
63 - host: 127.0.0.1
64 id: 3
65 control:
Petr Michalecb5f898e2016-07-28 16:33:48 +020066 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +010067 enabled: true
Petr Michalec579e64d2017-03-24 12:54:29 +010068 name: ntw-01
Jakub Pavlikc89ba902016-01-25 22:48:37 +010069 bind:
70 address: 127.0.0.1
71 discovery:
72 host: 127.0.0.1
73 master:
74 host: 127.0.0.1
75 members:
76 - host: 127.0.0.1
77 id: 1
78 - host: 127.0.0.1
79 id: 2
80 - host: 127.0.0.1
81 id: 3
82 collector:
Petr Michalecb5f898e2016-07-28 16:33:48 +020083 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +010084 enabled: true
85 bind:
86 address: 127.0.0.1
87 master:
88 host: 127.0.0.1
89 discovery:
90 host: 127.0.0.1
91 data_ttl: 1
Marek Celouddbba7ed2017-12-07 10:36:24 +010092 alarm_gen:
93 workers: 1
94 port_prefix: 59
Jakub Pavlikc89ba902016-01-25 22:48:37 +010095 database:
96 members:
97 - host: 127.0.0.1
98 port: 9160
99 - host: 127.0.0.1
100 port: 9160
101 - host: 127.0.0.1
102 port: 9160
103 database:
Petr Michalecb5f898e2016-07-28 16:33:48 +0200104 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100105 cassandra:
106 version: 2
107 enabled: true
108 name: 'Contrail'
109 minimum_disk: 10
110 original_token: 0
111 data_dirs:
112 - /var/lib/cassandra
113 id: 1
114 discovery:
115 host: 127.0.0.1
116 bind:
117 host: 127.0.0.1
118 port: 9042
119 rpc_port: 9160
120 members:
121 - host: 127.0.0.1
122 id: 1
123 - host: 127.0.0.1
124 id: 2
125 - host: 127.0.0.1
126 id: 3
Dmitry Stremkovskiy71b310a2017-08-11 20:39:11 +0300127 concurrent_compactors: 1
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100128 web:
Petr Michalecb5f898e2016-07-28 16:33:48 +0200129 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100130 enabled: True
Petr Michalec579e64d2017-03-24 12:54:29 +0100131 network:
132 host: 127.0.0.1
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100133 bind:
134 address: 127.0.0.1
135 master:
136 host: 127.0.0.1
137 analytics:
138 host: 127.0.0.1
139 cache:
140 engine: redis
141 host: 127.0.0.1
142 port: 6379
143 members:
144 - host: 127.0.0.1
145 id: 1
146 - host: 127.0.0.1
147 id: 2
148 - host: 127.0.0.1
149 id: 3
150 identity:
151 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +0100152 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100153 host: 127.0.0.1
154 port: 35357
155 user: admin
156 password: password
157 token: token
Jakub Pavlik735005f2016-02-26 15:54:53 +0100158 tenant: admin