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 | collector: |
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 | bind: |
| 18 | address: 127.0.0.1 |
| 19 | master: |
| 20 | host: 127.0.0.1 |
| 21 | discovery: |
| 22 | host: 127.0.0.1 |
| 23 | data_ttl: 1 |
| 24 | database: |
| 25 | members: |
| 26 | - host: 127.0.0.1 |
| 27 | port: 9160 |
| 28 | - host: 127.0.0.1 |
| 29 | port: 9160 |
| 30 | - host: 127.0.0.1 |
| 31 | port: 9160 |
| 32 | database: |
Petr Michalec | b5f898e | 2016-07-28 16:33:48 +0200 | [diff] [blame] | 33 | version: 3.0 |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 34 | cassandra: |
| 35 | version: 2 |
| 36 | enabled: true |
| 37 | name: 'Contrail' |
| 38 | minimum_disk: 10 |
| 39 | original_token: 0 |
| 40 | data_dirs: |
| 41 | - /var/lib/cassandra |
| 42 | id: 1 |
| 43 | discovery: |
| 44 | host: 127.0.0.1 |
| 45 | bind: |
| 46 | host: 127.0.0.1 |
| 47 | port: 9042 |
| 48 | rpc_port: 9160 |
| 49 | members: |
| 50 | - host: 127.0.0.1 |
| 51 | id: 1 |
| 52 | - host: 127.0.0.1 |
| 53 | id: 2 |
| 54 | - host: 127.0.0.1 |
Petr Michalec | b5f898e | 2016-07-28 16:33:48 +0200 | [diff] [blame] | 55 | id: 3 |