blob: 2f8a6e25907b2f3bdeb076af063ddc30e3afebb5 [file] [log] [blame]
Jakub Pavlikc89ba902016-01-25 22:48:37 +01001opencontrail:
2 common:
3 version: 2.2
4 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:
18 version: 2.2
19 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:
44 host: 127.0.0.1
45 identity:
46 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +010047 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +010048 region: RegionOne
49 host: 127.0.0.1
50 port: 35357
51 user: admin
52 password: password
53 token: token
54 tenant: admin
55 members:
56 - host: 127.0.0.1
57 id: 1
58 - host: 127.0.0.1
59 id: 2
60 - host: 127.0.0.1
61 id: 3
62 control:
63 version: 2.2
64 enabled: true
65 bind:
66 address: 127.0.0.1
67 discovery:
68 host: 127.0.0.1
69 master:
70 host: 127.0.0.1
71 members:
72 - host: 127.0.0.1
73 id: 1
74 - host: 127.0.0.1
75 id: 2
76 - host: 127.0.0.1
77 id: 3
78 collector:
79 version: 2.2
80 enabled: true
81 bind:
82 address: 127.0.0.1
83 master:
84 host: 127.0.0.1
85 discovery:
86 host: 127.0.0.1
87 data_ttl: 1
88 database:
89 members:
90 - host: 127.0.0.1
91 port: 9160
92 - host: 127.0.0.1
93 port: 9160
94 - host: 127.0.0.1
95 port: 9160
96 database:
97 version: 2.2
98 cassandra:
99 version: 2
100 enabled: true
101 name: 'Contrail'
102 minimum_disk: 10
103 original_token: 0
104 data_dirs:
105 - /var/lib/cassandra
106 id: 1
107 discovery:
108 host: 127.0.0.1
109 bind:
110 host: 127.0.0.1
111 port: 9042
112 rpc_port: 9160
113 members:
114 - host: 127.0.0.1
115 id: 1
116 - host: 127.0.0.1
117 id: 2
118 - host: 127.0.0.1
119 id: 3
120 web:
121 version: 2.2
122 enabled: True
123 bind:
124 address: 127.0.0.1
125 master:
126 host: 127.0.0.1
127 analytics:
128 host: 127.0.0.1
129 cache:
130 engine: redis
131 host: 127.0.0.1
132 port: 6379
133 members:
134 - host: 127.0.0.1
135 id: 1
136 - host: 127.0.0.1
137 id: 2
138 - host: 127.0.0.1
139 id: 3
140 identity:
141 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +0100142 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100143 host: 127.0.0.1
144 port: 35357
145 user: admin
146 password: password
147 token: token
Jakub Pavlik735005f2016-02-26 15:54:53 +0100148 tenant: admin