Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - opencontrail |
| 3 | parameters: |
Ondrej Smola | 4850a80 | 2016-06-29 15:10:36 +0200 | [diff] [blame] | 4 | _param: |
| 5 | opencontrail_version: 2.2 |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 6 | opencontrail: |
| 7 | client: |
Ondrej Smola | 4850a80 | 2016-06-29 15:10:36 +0200 | [diff] [blame] | 8 | version: ${_param:opencontrail_version} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 9 | identity: |
| 10 | engine: keystone |
| 11 | host: ${_param:cluster_local_address} |
| 12 | port: 35357 |
| 13 | tenant: admin |
| 14 | user: admin |
| 15 | password: ${_param:keystone_admin_password} |
| 16 | api: |
| 17 | engine: contrail |
| 18 | host: ${_param:cluster_local_address} |
| 19 | port: 8082 |