blob: a37c7282f48df95142f244658f3bb505dc8ee1c8 [file] [log] [blame]
Marek Celoud29536242017-05-23 16:14:52 +02001opencontrail:
2 common:
3 version: 4.0
4 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:
25 version: 4.0
26 enabled: True
27 collector:
28 members:
29 - host: 127.0.0.1
30 - host: 127.0.0.1
31 - host: 127.0.0.1
32 control:
33 members:
34 - host: 127.0.0.1
35 - host: 127.0.0.1
36 - host: 127.0.0.1
37 bind:
38 address: 127.0.0.1
39 interface:
40 address: 127.0.0.1
41 dev: eth0
42 gateway: 127.0.0.1
43 mask: /24
44 dns: 127.0.0.1
45 mtu: 9000
Marek Celoud01ba7172017-08-07 12:31:53 +020046 tor:
Anton Samoylov2a301f92019-04-05 17:00:49 +040047 enabled: false
Marek Celoud01ba7172017-08-07 12:31:53 +020048 agent:
49 tor01:
50 id: 0
51 address: 127.0.0.1
Anton Samoylov2a301f92019-04-05 17:00:49 +040052 tor_name: TOR01
53 tor_ip: 127.0.0.1
54 tor_ovs_protocol: tcp
55 tor_ovs_port: 6640
56 http_server_port: 9090
57 tsn_ip: 127.0.0.1
58 tor_tunnel_ip: 127.0.0.1
59 tor_vendor_name: ovs
60 xmpp_auth_enable: False
61 xmpp_dns_auth_enable: False
Petr Jedinýfe51c6a2017-09-05 18:30:31 +020062 lbaas:
63 enabled: true
64 secret_manager:
65 engine: barbican
66 identity:
67 user: admin
68 password: "supersecretpassword123"
69 tenant: admin
Pavel Cizinsky14eb00e2018-11-09 15:15:07 +010070 xmpp:
71 tls:
72 enabled: True
73 auth:
74 enabled: True
75 cert_file: /etc/contrail/server.pem
76 key_file: /etc/contrail/privkey.pem
77 ca_cert_file: /etc/contrail/ca-cert.pem