blob: 37ffae99ba5df9f7b130d4bec45987aadb06ae99 [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
17 network:
18 engine: neutron
19 host: 127.0.0.1
20 port: 9696
21 discovery:
22 host: 127.0.0.1
23 analytics:
24 host: 127.0.0.1
25 bind:
26 address: 127.0.0.1
27 message_queue:
28 engine: rabbitmq
29 host: 127.0.0.1
30 port: 5672
31 database:
32 members:
33 - host: 127.0.0.1
34 port: 9160
35 - host: 127.0.0.1
36 port: 9160
37 - host: 127.0.0.1
38 port: 9160
39 cache:
40 host: 127.0.0.1
41 identity:
42 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +010043 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +010044 region: RegionOne
45 host: 127.0.0.1
46 port: 35357
47 user: admin
48 password: password
49 token: token
50 tenant: admin
51 members:
52 - host: 127.0.0.1
53 id: 1
54 - host: 127.0.0.1
55 id: 2
56 - host: 127.0.0.1
57 id: 3
58 control:
59 version: 2.2
60 enabled: true
61 bind:
62 address: 127.0.0.1
63 discovery:
64 host: 127.0.0.1
65 master:
66 host: 127.0.0.1
67 members:
68 - host: 127.0.0.1
69 id: 1
70 - host: 127.0.0.1
71 id: 2
72 - host: 127.0.0.1
73 id: 3
74 database:
75 version: 127.0.0.1
76 cassandra:
77 version: 2
78 enabled: true
79 name: 'Contrail'
80 minimum_disk: 10
81 original_token: 0
82 data_dirs:
83 - /var/lib/cassandra
84 id: 1
85 discovery:
86 host: 127.0.0.1
87 bind:
88 host: 127.0.0.1
89 port: 9042
90 rpc_port: 9160
91 members:
92 - host: 127.0.0.1
93 id: 1
94 - host: 127.0.0.1
95 id: 2
96 - host: 127.0.0.1
97 id: 3
98 web:
99 version: 2.2
100 enabled: True
101 bind:
102 address: 127.0.0.1
103 analytics:
104 host: 127.0.0.1
105 master:
106 host: 127.0.0.1
107 cache:
108 engine: redis
109 host: 127.0.0.1
110 port: 6379
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 identity:
119 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +0100120 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100121 host: 127.0.0.1
122 port: 35357
123 user: admin
124 password: password
125 token: token
Jakub Pavlik735005f2016-02-26 15:54:53 +0100126 tenant: admin