Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 1 | opencontrail: |
| 2 | common: |
Petr Michalec | b5f898e | 2016-07-28 16:33:48 +0200 | [diff] [blame] | 3 | version: 3.0 |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 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 | compute: |
Petr Michalec | b5f898e | 2016-07-28 16:33:48 +0200 | [diff] [blame] | 15 | version: 3.0 |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 16 | enabled: True |
| 17 | discovery: |
| 18 | host: 127.0.0.1 |
Jakub Pavlik | 0d1f67e | 2016-11-30 10:04:13 +0100 | [diff] [blame] | 19 | bind: |
| 20 | address: 127.0.0.1 |
Michel Nederlof | 5364ab6 | 2017-12-11 15:02:25 +0100 | [diff] [blame] | 21 | dns: |
| 22 | forwarders: |
| 23 | - 8.8.8.8 |
| 24 | - 8.8.4.4 |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 25 | interface: |
| 26 | address: 127.0.0.1 |
| 27 | dev: eth0 |
| 28 | gateway: 127.0.0.1 |
| 29 | mask: /24 |
| 30 | dns: 127.0.0.1 |
Jakub Pavlik | 0d1f67e | 2016-11-30 10:04:13 +0100 | [diff] [blame] | 31 | mtu: 9000 |
Marek Celoud | 01ba717 | 2017-08-07 12:31:53 +0200 | [diff] [blame] | 32 | tor: |
| 33 | enabled: true |
| 34 | bind: |
| 35 | port: 8086 |
| 36 | agent: |
| 37 | tor01: |
| 38 | id: 0 |
| 39 | address: 127.0.0.1 |
| 40 | port: 6632 |
| 41 | ssl: |
Petr Jediný | fe51c6a | 2017-09-05 18:30:31 +0200 | [diff] [blame] | 42 | enabled: True |
| 43 | lbaas: |
| 44 | enabled: true |
| 45 | secret_manager: |
| 46 | engine: barbican |
| 47 | identity: |
| 48 | user: admin |
| 49 | password: "supersecretpassword123" |
| 50 | tenant: admin |
Pavel Cizinsky | 14eb00e | 2018-11-09 15:15:07 +0100 | [diff] [blame] | 51 | xmpp: |
| 52 | tls: |
| 53 | enabled: True |
| 54 | auth: |
| 55 | enabled: True |
| 56 | cert_file: /etc/contrail/server.pem |
| 57 | key_file: /etc/contrail/privkey.pem |
| 58 | ca_cert_file: /etc/contrail/ca-cert.pem |