blob: 2587f2a59e7543867e3924f90bc0528866cbfa87 [file] [log] [blame]
Jakub Pavlikc89ba902016-01-25 22:48:37 +01001opencontrail:
2 common:
Petr Michalecb5f898e2016-07-28 16:33:48 +02003 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +01004 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:
Petr Michalecb5f898e2016-07-28 16:33:48 +020015 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +010016 enabled: true
Jakub Pavlik6d90f362016-04-19 20:34:37 +020017 multi_tenancy: false
Marek Celoudae98c642018-01-31 12:43:42 +010018 aaa_mode: rbac
19 global_read_only_role: demo
Jakub Pavlikc89ba902016-01-25 22:48:37 +010020 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:
Jakub Pavlikd1a059e2016-07-13 23:08:33 +020043 members:
44 - host: 127.0.0.1
45 port: 11211
46 - host: 127.0.0.1
47 port: 11211
48 - host: 127.0.0.1
49 port: 11211
Jakub Pavlikc89ba902016-01-25 22:48:37 +010050 identity:
51 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +010052 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +010053 region: RegionOne
54 host: 127.0.0.1
55 port: 35357
56 user: admin
57 password: password
58 token: token
59 tenant: admin
60 members:
61 - host: 127.0.0.1
62 id: 1
63 - host: 127.0.0.1
64 id: 2
65 - host: 127.0.0.1
66 id: 3
Dmitry Stremkovskiy7b8340e2017-07-19 11:57:55 +030067 list_optimization_enabled: true
Dmitry Stremkovskiy841fee32017-09-01 18:08:41 +030068 rootlogger: "INFO, CONSOLE"
Jakub Pavlikc89ba902016-01-25 22:48:37 +010069 control:
Petr Michalecb5f898e2016-07-28 16:33:48 +020070 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +010071 enabled: true
Petr Michalec579e64d2017-03-24 12:54:29 +010072 name: ntw-01
Jakub Pavlikc89ba902016-01-25 22:48:37 +010073 bind:
74 address: 127.0.0.1
Michel Nederlof5364ab62017-12-11 15:02:25 +010075 dns:
76 forwarders:
77 - 8.8.8.8
78 - 8.8.4.4
Jakub Pavlikc89ba902016-01-25 22:48:37 +010079 discovery:
80 host: 127.0.0.1
81 master:
82 host: 127.0.0.1
83 members:
84 - host: 127.0.0.1
85 id: 1
86 - host: 127.0.0.1
87 id: 2
88 - host: 127.0.0.1
89 id: 3
90 database:
Petr Michalec579e64d2017-03-24 12:54:29 +010091 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +010092 cassandra:
93 version: 2
94 enabled: true
95 name: 'Contrail'
96 minimum_disk: 10
97 original_token: 0
98 data_dirs:
99 - /var/lib/cassandra
100 id: 1
101 discovery:
102 host: 127.0.0.1
103 bind:
104 host: 127.0.0.1
105 port: 9042
106 rpc_port: 9160
107 members:
108 - host: 127.0.0.1
109 id: 1
110 - host: 127.0.0.1
111 id: 2
112 - host: 127.0.0.1
113 id: 3
114 web:
Petr Michalecb5f898e2016-07-28 16:33:48 +0200115 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100116 enabled: True
Petr Michalec579e64d2017-03-24 12:54:29 +0100117 network:
118 host: 127.0.0.1
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100119 bind:
120 address: 127.0.0.1
121 analytics:
122 host: 127.0.0.1
123 master:
124 host: 127.0.0.1
125 cache:
126 engine: redis
127 host: 127.0.0.1
128 port: 6379
129 members:
130 - host: 127.0.0.1
131 id: 1
132 - host: 127.0.0.1
133 id: 2
134 - host: 127.0.0.1
135 id: 3
136 identity:
137 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +0100138 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100139 host: 127.0.0.1
140 port: 35357
141 user: admin
142 password: password
143 token: token
Jakub Pavlik735005f2016-02-26 15:54:53 +0100144 tenant: admin