blob: 83ec9516c03033e2b63873fde45062b9134bcf80 [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:
Jakub Pavlikd1a059e2016-07-13 23:08:33 +020041 members:
42 - host: 127.0.0.1
43 port: 11211
44 - host: 127.0.0.1
45 port: 11211
46 - host: 127.0.0.1
47 port: 11211
Jakub Pavlikc89ba902016-01-25 22:48:37 +010048 identity:
49 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +010050 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +010051 region: RegionOne
52 host: 127.0.0.1
53 port: 35357
54 user: admin
55 password: password
56 token: token
57 tenant: admin
58 members:
59 - host: 127.0.0.1
60 id: 1
61 - host: 127.0.0.1
62 id: 2
63 - host: 127.0.0.1
64 id: 3
65 control:
66 version: 2.2
67 enabled: true
68 bind:
69 address: 127.0.0.1
70 discovery:
71 host: 127.0.0.1
72 master:
73 host: 127.0.0.1
74 members:
75 - host: 127.0.0.1
76 id: 1
77 - host: 127.0.0.1
78 id: 2
79 - host: 127.0.0.1
80 id: 3
81 database:
82 version: 127.0.0.1
83 cassandra:
84 version: 2
85 enabled: true
86 name: 'Contrail'
87 minimum_disk: 10
88 original_token: 0
89 data_dirs:
90 - /var/lib/cassandra
91 id: 1
92 discovery:
93 host: 127.0.0.1
94 bind:
95 host: 127.0.0.1
96 port: 9042
97 rpc_port: 9160
98 members:
99 - host: 127.0.0.1
100 id: 1
101 - host: 127.0.0.1
102 id: 2
103 - host: 127.0.0.1
104 id: 3
105 web:
106 version: 2.2
107 enabled: True
108 bind:
109 address: 127.0.0.1
110 analytics:
111 host: 127.0.0.1
112 master:
113 host: 127.0.0.1
114 cache:
115 engine: redis
116 host: 127.0.0.1
117 port: 6379
118 members:
119 - host: 127.0.0.1
120 id: 1
121 - host: 127.0.0.1
122 id: 2
123 - host: 127.0.0.1
124 id: 3
125 identity:
126 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +0100127 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100128 host: 127.0.0.1
129 port: 35357
130 user: admin
131 password: password
132 token: token
Jakub Pavlik735005f2016-02-26 15:54:53 +0100133 tenant: admin