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 |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 21 | interface: |
| 22 | address: 127.0.0.1 |
| 23 | dev: eth0 |
| 24 | gateway: 127.0.0.1 |
| 25 | mask: /24 |
| 26 | dns: 127.0.0.1 |
Jakub Pavlik | 0d1f67e | 2016-11-30 10:04:13 +0100 | [diff] [blame] | 27 | mtu: 9000 |
Marek Celoud | 01ba717 | 2017-08-07 12:31:53 +0200 | [diff] [blame] | 28 | tor: |
| 29 | enabled: true |
| 30 | bind: |
| 31 | port: 8086 |
| 32 | agent: |
| 33 | tor01: |
| 34 | id: 0 |
| 35 | address: 127.0.0.1 |
| 36 | port: 6632 |
| 37 | ssl: |
Petr Jediný | fe51c6a | 2017-09-05 18:30:31 +0200 | [diff] [blame] | 38 | enabled: True |
| 39 | lbaas: |
| 40 | enabled: true |
| 41 | secret_manager: |
| 42 | engine: barbican |
| 43 | identity: |
| 44 | user: admin |
| 45 | password: "supersecretpassword123" |
| 46 | tenant: admin |