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