blob: abfacb1916dffe8825a54652b63d41b51000d030 [file] [log] [blame]
Marek Celoud29536242017-05-23 16:14:52 +02001opencontrail:
2 common:
Martin Polreich2379eb52019-11-20 14:26:54 +01003 version: 4.1
Marek Celoud29536242017-05-23 16:14:52 +02004 identity:
5 engine: keystone
ibumarskov14e25db2019-04-10 16:37:27 +04006 protocol: http
Marek Celoud29536242017-05-23 16:14:52 +02007 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
Anton Samoylov2a301f92019-04-05 17:00:49 +040015 client:
16 api:
17 host: 127.0.0.1
Anton Samoylov67be52c2019-06-07 20:26:44 +040018 use_ssl: False
Anton Samoylov2a301f92019-04-05 17:00:49 +040019 identity:
20 host: 127.0.0.1
21 user: contrail
22 password: contrail
23 tenant: admin
Marek Celoud29536242017-05-23 16:14:52 +020024 compute:
Martin Polreich2379eb52019-11-20 14:26:54 +010025 version: 4.1
Marek Celoud29536242017-05-23 16:14:52 +020026 enabled: True
Dzmitry Stremkouskidafc7f12020-08-31 18:05:15 +020027 node_address:
28 enabled: false
Marek Celoud29536242017-05-23 16:14:52 +020029 collector:
30 members:
31 - host: 127.0.0.1
32 - host: 127.0.0.1
33 - host: 127.0.0.1
34 control:
35 members:
36 - host: 127.0.0.1
37 - host: 127.0.0.1
38 - host: 127.0.0.1
39 bind:
40 address: 127.0.0.1
41 interface:
42 address: 127.0.0.1
43 dev: eth0
44 gateway: 127.0.0.1
45 mask: /24
46 dns: 127.0.0.1
47 mtu: 9000
Marek Celoud01ba7172017-08-07 12:31:53 +020048 tor:
Anton Samoylov2a301f92019-04-05 17:00:49 +040049 enabled: false
Marek Celoud01ba7172017-08-07 12:31:53 +020050 agent:
51 tor01:
52 id: 0
53 address: 127.0.0.1
Anton Samoylov2a301f92019-04-05 17:00:49 +040054 tor_name: TOR01
55 tor_ip: 127.0.0.1
56 tor_ovs_protocol: tcp
57 tor_ovs_port: 6640
58 http_server_port: 9090
59 tsn_ip: 127.0.0.1
60 tor_tunnel_ip: 127.0.0.1
61 tor_vendor_name: ovs
62 xmpp_auth_enable: False
63 xmpp_dns_auth_enable: False
Petr Jedinýfe51c6a2017-09-05 18:30:31 +020064 lbaas:
65 enabled: true
66 secret_manager:
67 engine: barbican
68 identity:
69 user: admin
70 password: "supersecretpassword123"
71 tenant: admin
Pavel Cizinsky14eb00e2018-11-09 15:15:07 +010072 xmpp:
73 tls:
74 enabled: True
75 auth:
76 enabled: True
77 cert_file: /etc/contrail/server.pem
78 key_file: /etc/contrail/privkey.pem
Martin Polreich2379eb52019-11-20 14:26:54 +010079 ca_cert_file: /etc/contrail/ca-cert.pem