blob: ada4df86697b88db9bee5f536fa56f6155243cfa [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 source:
5 engine: pkg
6 address: http://mirror.robotice.cz/contrail-havana/
7 identity:
8 engine: keystone
9 host: 127.0.0.1
10 port: 35357
11 token: token
12 password: password
13 network:
14 engine: neutron
15 host: 127.0.0.1
16 port: 9696
17 config:
Petr Michalecb5f898e2016-07-28 16:33:48 +020018 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +010019 enabled: true
Jakub Pavlik6d90f362016-04-19 20:34:37 +020020 multi_tenancy: false
Jakub Pavlikc89ba902016-01-25 22:48:37 +010021 network:
22 engine: neutron
23 host: 127.0.0.1
24 port: 9696
25 discovery:
26 host: 127.0.0.1
27 analytics:
28 host: 127.0.0.1
29 bind:
30 address: 127.0.0.1
31 message_queue:
32 engine: rabbitmq
33 host: 127.0.0.1
34 port: 5672
35 database:
36 members:
37 - host: 127.0.0.1
38 port: 9160
39 - host: 127.0.0.1
40 port: 9160
41 - host: 127.0.0.1
42 port: 9160
43 cache:
Jakub Pavlikd1a059e2016-07-13 23:08:33 +020044 members:
45 - host: 127.0.0.1
46 port: 11211
47 - host: 127.0.0.1
48 port: 11211
49 - host: 127.0.0.1
50 port: 11211
Jakub Pavlikc89ba902016-01-25 22:48:37 +010051 identity:
52 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +010053 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +010054 region: RegionOne
55 host: 127.0.0.1
56 port: 35357
57 user: admin
58 password: password
59 token: token
60 tenant: admin
61 members:
62 - host: 127.0.0.1
63 id: 1
64 - host: 127.0.0.1
65 id: 2
66 - host: 127.0.0.1
67 id: 3
68 control:
Petr Michalecb5f898e2016-07-28 16:33:48 +020069 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +010070 enabled: true
Petr Michalec579e64d2017-03-24 12:54:29 +010071 name: ntw-01
Jakub Pavlikc89ba902016-01-25 22:48:37 +010072 bind:
73 address: 127.0.0.1
74 discovery:
75 host: 127.0.0.1
76 master:
77 host: 127.0.0.1
78 members:
79 - host: 127.0.0.1
80 id: 1
81 - host: 127.0.0.1
82 id: 2
83 - host: 127.0.0.1
84 id: 3
85 collector:
Petr Michalecb5f898e2016-07-28 16:33:48 +020086 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +010087 enabled: true
88 bind:
89 address: 127.0.0.1
90 master:
91 host: 127.0.0.1
92 discovery:
93 host: 127.0.0.1
94 data_ttl: 1
95 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
127 web:
Petr Michalecb5f898e2016-07-28 16:33:48 +0200128 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100129 enabled: True
Petr Michalec579e64d2017-03-24 12:54:29 +0100130 network:
131 host: 127.0.0.1
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100132 bind:
133 address: 127.0.0.1
134 master:
135 host: 127.0.0.1
136 analytics:
137 host: 127.0.0.1
138 cache:
139 engine: redis
140 host: 127.0.0.1
141 port: 6379
142 members:
143 - host: 127.0.0.1
144 id: 1
145 - host: 127.0.0.1
146 id: 2
147 - host: 127.0.0.1
148 id: 3
149 identity:
150 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +0100151 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100152 host: 127.0.0.1
153 port: 35357
154 user: admin
155 password: password
156 token: token
Jakub Pavlik735005f2016-02-26 15:54:53 +0100157 tenant: admin