blob: 453733fbf5d62dbec739ba270cfaf03170bf362f [file] [log] [blame]
Jakub Pavlikc89ba902016-01-25 22:48:37 +01001opencontrail:
2 common:
3 version: 2.2
4 identity:
5 engine: keystone
6 host: 127.0.0.1
7 port: 35357
8 token: token
9 password: password
10 network:
11 engine: neutron
12 host: 127.0.0.1
13 port: 9696
14 config:
15 version: 2.2
16 enabled: true
Jakub Pavlik6d90f362016-04-19 20:34:37 +020017 multi_tenancy: false
Jakub Pavlikc89ba902016-01-25 22:48:37 +010018 network:
19 engine: neutron
20 host: 127.0.0.1
21 port: 9696
22 discovery:
23 host: 127.0.0.1
24 analytics:
25 host: 127.0.0.1
26 bind:
27 address: 127.0.0.1
28 message_queue:
29 engine: rabbitmq
30 host: 127.0.0.1
31 port: 5672
32 database:
33 members:
34 - host: 127.0.0.1
35 port: 9160
36 - host: 127.0.0.1
37 port: 9160
38 - host: 127.0.0.1
39 port: 9160
40 cache:
41 host: 127.0.0.1
42 identity:
43 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +010044 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +010045 region: RegionOne
46 host: 127.0.0.1
47 port: 35357
48 user: admin
49 password: password
50 token: token
51 tenant: admin
52 members:
53 - host: 127.0.0.1
54 id: 1
55 - host: 127.0.0.1
56 id: 2
57 - host: 127.0.0.1
58 id: 3
59 control:
60 version: 2.2
61 enabled: true
62 bind:
63 address: 127.0.0.1
64 discovery:
65 host: 127.0.0.1
66 master:
67 host: 127.0.0.1
68 members:
69 - host: 127.0.0.1
70 id: 1
71 - host: 127.0.0.1
72 id: 2
73 - host: 127.0.0.1
74 id: 3
75 database:
76 version: 127.0.0.1
77 cassandra:
78 version: 2
79 enabled: true
80 name: 'Contrail'
81 minimum_disk: 10
82 original_token: 0
83 data_dirs:
84 - /var/lib/cassandra
85 id: 1
86 discovery:
87 host: 127.0.0.1
88 bind:
89 host: 127.0.0.1
90 port: 9042
91 rpc_port: 9160
92 members:
93 - host: 127.0.0.1
94 id: 1
95 - host: 127.0.0.1
96 id: 2
97 - host: 127.0.0.1
98 id: 3
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 - host: 127.0.0.1
116 id: 2
117 - host: 127.0.0.1
118 id: 3
119 identity:
120 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +0100121 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100122 host: 127.0.0.1
123 port: 35357
124 user: admin
125 password: password
126 token: token
Jakub Pavlik735005f2016-02-26 15:54:53 +0100127 tenant: admin