Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - opencontrail |
| 3 | parameters: |
| 4 | _param: |
| 5 | opencontrail_version: 2.2 |
| 6 | opencontrail_tor_agents: 1 |
| 7 | opencontrail: |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 8 | common: |
Ondrej Smola | 4850a80 | 2016-06-29 15:10:36 +0200 | [diff] [blame^] | 9 | version: ${_param:opencontrail_version} |
Jakub Pavlik | c89ba90 | 2016-01-25 22:48:37 +0100 | [diff] [blame] | 10 | identity: |
| 11 | engine: keystone |
| 12 | host: 127.0.0.1 |
| 13 | port: 35357 |
| 14 | token: token |
| 15 | password: password |
| 16 | network: |
| 17 | engine: neutron |
| 18 | host: 127.0.0.1 |
| 19 | port: 9696 |
Filip Pytloun | 2793040 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 20 | tor: |
| 21 | enabled: true |
| 22 | version: ${_param:opencontrail_version} |
| 23 | agents: ${_param:opencontrail_tor_agents} |
| 24 | control: |
| 25 | address: ${_param:single_address} |
| 26 | interface: |
| 27 | address: ${_param:single_address} |
| 28 | device: |
| 29 | host: ${_param:tor_device_address} |