blob: 0c7b9a388eb72461bf4f7fc15383731ee9f8a592 [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 cache:
39 host: 127.0.0.1
40 identity:
41 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +010042 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +010043 region: RegionOne
44 host: 127.0.0.1
45 port: 35357
46 user: admin
47 password: password
48 token: token
49 tenant: admin
50 members:
51 - host: 127.0.0.1
52 id: 1
53 control:
54 version: 2.2
55 enabled: true
56 bind:
57 address: 127.0.0.1
58 discovery:
59 host: 127.0.0.1
60 master:
61 host: 127.0.0.1
62 members:
63 - host: 127.0.0.1
64 id: 1
65 collector:
66 version: 2.2
67 enabled: true
68 bind:
69 address: 127.0.0.1
70 master:
71 host: 127.0.0.1
72 discovery:
73 host: 127.0.0.1
74 data_ttl: 2
75 database:
76 members:
77 - host: 127.0.0.1
78 port: 9160
79 database:
80 version: 2.2
81 cassandra:
82 version: 2
83 enabled: true
84 minimum_disk: 10
85 name: 'Contrail'
86 original_token: 0
87 data_dirs:
88 - /var/lib/cassandra
89 id: 1
90 discovery:
91 host: 127.0.0.1
92 bind:
93 host: 127.0.0.1
94 port: 9042
95 rpc_port: 9160
96 members:
97 - host: 127.0.0.1
98 id: 1
99 web:
100 version: 2.2
101 enabled: True
102 bind:
103 address: 127.0.0.1
104 analytics:
105 host: 127.0.0.1
106 master:
107 host: 127.0.0.1
108 cache:
109 engine: redis
110 host: 127.0.0.1
111 port: 6379
112 members:
113 - host: 127.0.0.1
114 id: 1
115 identity:
116 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +0100117 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100118 host: 127.0.0.1
119 port: 35357
120 user: admin
121 password: password
122 token: token
Jakub Pavlik735005f2016-02-26 15:54:53 +0100123 tenant: admin