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 |
ibumarskov | f608678 | 2019-04-10 16:37:27 +0400 | [diff] [blame] | 6 | protocol: http |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 7 | 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 | collector: |
Petr Michalec | b5f898e | 2016-07-28 16:33:48 +0200 | [diff] [blame] | 16 | version: 3.0 |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 17 | enabled: true |
| 18 | bind: |
| 19 | address: 127.0.0.1 |
| 20 | master: |
| 21 | host: 127.0.0.1 |
| 22 | discovery: |
| 23 | host: 127.0.0.1 |
| 24 | data_ttl: 1 |
Marek Celoud | dbba7ed | 2017-12-07 10:36:24 +0100 | [diff] [blame] | 25 | alarm_gen: |
| 26 | workers: 1 |
| 27 | port_prefix: 59 |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 28 | database: |
| 29 | members: |
| 30 | - host: 127.0.0.1 |
| 31 | port: 9160 |
| 32 | - host: 127.0.0.1 |
| 33 | port: 9160 |
| 34 | - host: 127.0.0.1 |
| 35 | port: 9160 |
Sergey Kreys | fd017c1 | 2018-05-04 18:35:37 +0300 | [diff] [blame] | 36 | message_queue: |
| 37 | host: 127.0.0.1 |
| 38 | members: |
| 39 | - host: 127.0.0.1 |
| 40 | - host: 127.0.0.1 |
| 41 | - host: 127.0.0.1 |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 42 | database: |
Petr Michalec | b5f898e | 2016-07-28 16:33:48 +0200 | [diff] [blame] | 43 | version: 3.0 |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 44 | cassandra: |
| 45 | version: 2 |
| 46 | enabled: true |
| 47 | name: 'Contrail' |
| 48 | minimum_disk: 10 |
| 49 | original_token: 0 |
| 50 | data_dirs: |
| 51 | - /var/lib/cassandra |
| 52 | id: 1 |
| 53 | discovery: |
| 54 | host: 127.0.0.1 |
| 55 | bind: |
| 56 | host: 127.0.0.1 |
| 57 | port: 9042 |
| 58 | rpc_port: 9160 |
| 59 | members: |
| 60 | - host: 127.0.0.1 |
| 61 | id: 1 |
| 62 | - host: 127.0.0.1 |
| 63 | id: 2 |
| 64 | - host: 127.0.0.1 |
Petr Michalec | b5f898e | 2016-07-28 16:33:48 +0200 | [diff] [blame] | 65 | id: 3 |