blob: d2c9f4e86c85042541c6cd78eca5295a1931de46 [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
ibumarskov14e25db2019-04-10 16:37:27 +04006 protocol: http
Jakub Pavlikc89ba902016-01-25 22:48:37 +01007 host: 127.0.0.1
8 port: 35357
9 token: token
10 password: password
11 network:
12 engine: neutron
13 host: 127.0.0.1
14 port: 9696
15 config:
Petr Michalecb5f898e2016-07-28 16:33:48 +020016 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +010017 enabled: true
Jakub Pavlik6d90f362016-04-19 20:34:37 +020018 multi_tenancy: false
Marek Celoudae98c642018-01-31 12:43:42 +010019 aaa_mode: rbac
20 global_read_only_role: demo
Petr Jedinýe9960762018-05-04 17:36:59 +020021 api_workers: 3
Jakub Pavlikc89ba902016-01-25 22:48:37 +010022 network:
23 engine: neutron
24 host: 127.0.0.1
25 port: 9696
26 discovery:
27 host: 127.0.0.1
28 analytics:
29 host: 127.0.0.1
30 bind:
31 address: 127.0.0.1
32 message_queue:
33 engine: rabbitmq
34 host: 127.0.0.1
35 port: 5672
36 database:
37 members:
38 - host: 127.0.0.1
39 port: 9160
40 - host: 127.0.0.1
41 port: 9160
42 - host: 127.0.0.1
43 port: 9160
44 cache:
Jakub Pavlikd1a059e2016-07-13 23:08:33 +020045 members:
46 - host: 127.0.0.1
47 port: 11211
48 - host: 127.0.0.1
49 port: 11211
50 - host: 127.0.0.1
51 port: 11211
Jakub Pavlikc89ba902016-01-25 22:48:37 +010052 identity:
53 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +010054 version: '2.0'
Jakub Pavlikc89ba902016-01-25 22:48:37 +010055 region: RegionOne
ibumarskov14e25db2019-04-10 16:37:27 +040056 protocol: http
Jakub Pavlikc89ba902016-01-25 22:48:37 +010057 host: 127.0.0.1
58 port: 35357
59 user: admin
60 password: password
61 token: token
62 tenant: admin
63 members:
64 - host: 127.0.0.1
65 id: 1
66 - host: 127.0.0.1
67 id: 2
68 - host: 127.0.0.1
69 id: 3
Dmitry Stremkovskiy7b8340e2017-07-19 11:57:55 +030070 list_optimization_enabled: true
Dmitry Stremkovskiy841fee32017-09-01 18:08:41 +030071 rootlogger: "INFO, CONSOLE"
Jakub Pavlikc89ba902016-01-25 22:48:37 +010072 control:
Petr Michalecb5f898e2016-07-28 16:33:48 +020073 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +010074 enabled: true
Petr Michalec579e64d2017-03-24 12:54:29 +010075 name: ntw-01
Jakub Pavlikc89ba902016-01-25 22:48:37 +010076 bind:
77 address: 127.0.0.1
Michel Nederlof5364ab62017-12-11 15:02:25 +010078 dns:
79 forwarders:
80 - 8.8.8.8
81 - 8.8.4.4
Jakub Pavlikc89ba902016-01-25 22:48:37 +010082 discovery:
83 host: 127.0.0.1
84 master:
85 host: 127.0.0.1
86 members:
87 - host: 127.0.0.1
88 id: 1
89 - host: 127.0.0.1
90 id: 2
91 - host: 127.0.0.1
92 id: 3
Pavel Cizinsky14eb00e2018-11-09 15:15:07 +010093 xmpp:
94 tls:
95 enabled: True
96 auth:
97 enabled: True
98 cert_file: /etc/contrail/server.pem
99 key_file: /etc/contrail/privkey.pem
100 ca_cert_file: /etc/contrail/ca-cert.pem
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100101 database:
Petr Michalec579e64d2017-03-24 12:54:29 +0100102 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100103 cassandra:
104 version: 2
105 enabled: true
106 name: 'Contrail'
107 minimum_disk: 10
108 original_token: 0
109 data_dirs:
110 - /var/lib/cassandra
111 id: 1
112 discovery:
113 host: 127.0.0.1
114 bind:
115 host: 127.0.0.1
116 port: 9042
117 rpc_port: 9160
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 web:
Petr Michalecb5f898e2016-07-28 16:33:48 +0200126 version: 3.0
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100127 enabled: True
Petr Michalec579e64d2017-03-24 12:54:29 +0100128 network:
129 host: 127.0.0.1
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100130 bind:
131 address: 127.0.0.1
132 analytics:
133 host: 127.0.0.1
134 master:
135 host: 127.0.0.1
136 cache:
137 engine: redis
138 host: 127.0.0.1
139 port: 6379
140 members:
141 - host: 127.0.0.1
142 id: 1
143 - host: 127.0.0.1
144 id: 2
145 - host: 127.0.0.1
146 id: 3
147 identity:
148 engine: keystone
Jakub Pavlik735005f2016-02-26 15:54:53 +0100149 version: '2.0'
ibumarskovea5c65c2019-04-16 00:15:00 +0400150 protocol: http
Jakub Pavlikc89ba902016-01-25 22:48:37 +0100151 host: 127.0.0.1
152 port: 35357
153 user: admin
154 password: password
155 token: token
Jakub Pavlik735005f2016-02-26 15:54:53 +0100156 tenant: admin