blob: 33bb380ffc7bfe014a5bbe4071070c4ea41c8062 [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
20 network:
21 engine: neutron
22 host: 127.0.0.1
23 port: 9696
24 discovery:
25 host: 127.0.0.1
26 analytics:
27 host: 127.0.0.1
28 bind:
29 address: 127.0.0.1
30 message_queue:
31 engine: rabbitmq
32 host: 127.0.0.1
33 port: 5672
34 database:
35 members:
36 - host: 127.0.0.1
37 port: 9160
38 - host: 127.0.0.1
39 port: 9160
40 - host: 127.0.0.1
41 port: 9160
42 cache:
43 host: 127.0.0.1
44 identity:
45 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +010046 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +010047 region: RegionOne
48 host: 127.0.0.1
49 port: 35357
50 user: admin
51 password: password
52 token: token
53 tenant: admin
54 members:
55 - host: 127.0.0.1
56 id: 1
57 - host: 127.0.0.1
58 id: 2
59 - host: 127.0.0.1
60 id: 3
61 control:
62 version: 2.2
63 enabled: true
64 bind:
65 address: 127.0.0.1
66 discovery:
67 host: 127.0.0.1
68 master:
69 host: 127.0.0.1
70 members:
71 - host: 127.0.0.1
72 id: 1
73 - host: 127.0.0.1
74 id: 2
75 - host: 127.0.0.1
76 id: 3
77 collector:
78 version: 2.2
79 enabled: true
80 bind:
81 address: 127.0.0.1
82 master:
83 host: 127.0.0.1
84 discovery:
85 host: 127.0.0.1
86 data_ttl: 1
87 database:
88 members:
89 - host: 127.0.0.1
90 port: 9160
91 - host: 127.0.0.1
92 port: 9160
93 - host: 127.0.0.1
94 port: 9160
95 database:
96 version: 2.2
97 cassandra:
98 version: 2
99 enabled: true
100 name: 'Contrail'
101 minimum_disk: 10
102 original_token: 0
103 data_dirs:
104 - /var/lib/cassandra
105 id: 1
106 discovery:
107 host: 127.0.0.1
108 bind:
109 host: 127.0.0.1
110 port: 9042
111 rpc_port: 9160
112 members:
113 - host: 127.0.0.1
114 id: 1
115 - host: 127.0.0.1
116 id: 2
117 - host: 127.0.0.1
118 id: 3
119 web:
120 version: 2.2
121 enabled: True
122 bind:
123 address: 127.0.0.1
124 master:
125 host: 127.0.0.1
126 analytics:
127 host: 127.0.0.1
128 cache:
129 engine: redis
130 host: 127.0.0.1
131 port: 6379
132 members:
133 - host: 127.0.0.1
134 id: 1
135 - host: 127.0.0.1
136 id: 2
137 - host: 127.0.0.1
138 id: 3
139 identity:
140 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +0100141 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100142 host: 127.0.0.1
143 port: 35357
144 user: admin
145 password: password
146 token: token
Jakub Pavlik735005f2016-02-26 15:54:53 +0100147 tenant: admin