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: |
Ales Komarek | ad46d2e | 2017-03-09 17:16:38 +0100 | [diff] [blame] | 5 | opencontrail_version: 3.0 |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 6 | opencontrail_identity_port: 35357 |
| 7 | opencontrail_identity_version: '2.0' |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 8 | opencontrail: |
| 9 | client: |
Ales Komarek | ad46d2e | 2017-03-09 17:16:38 +0100 | [diff] [blame] | 10 | enabled: True |
Ondrej Smola | 4850a80 | 2016-06-29 15:10:36 +0200 | [diff] [blame] | 11 | version: ${_param:opencontrail_version} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 12 | identity: |
| 13 | engine: keystone |
| 14 | host: ${_param:cluster_local_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 15 | port: ${_param:opencontrail_identity_port} |
| 16 | version: ${_param:opencontrail_identity_version} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 17 | tenant: admin |
| 18 | user: admin |
| 19 | password: ${_param:keystone_admin_password} |
| 20 | api: |
| 21 | engine: contrail |
| 22 | host: ${_param:cluster_local_address} |
| 23 | port: 8082 |