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 |
ibumarskov | 5756325 | 2019-04-16 00:15:00 +0400 | [diff] [blame] | 6 | opencontrail_identity_protocol: http |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 7 | opencontrail_identity_port: 35357 |
| 8 | opencontrail_identity_version: '2.0' |
Inessa Vasilevskaya | 2f2476d | 2018-12-06 13:29:01 +0100 | [diff] [blame] | 9 | opencontrail_admin_password: 'none' |
| 10 | opencontrail_admin_user: 'contrail' |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 11 | opencontrail: |
| 12 | client: |
Ales Komarek | ad46d2e | 2017-03-09 17:16:38 +0100 | [diff] [blame] | 13 | enabled: True |
Ondrej Smola | 4850a80 | 2016-06-29 15:10:36 +0200 | [diff] [blame] | 14 | version: ${_param:opencontrail_version} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 15 | identity: |
| 16 | engine: keystone |
ibumarskov | f608678 | 2019-04-10 16:37:27 +0400 | [diff] [blame] | 17 | protocol: ${_param:opencontrail_identity_protocol} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 18 | host: ${_param:cluster_local_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 19 | port: ${_param:opencontrail_identity_port} |
| 20 | version: ${_param:opencontrail_identity_version} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 21 | tenant: admin |
Inessa Vasilevskaya | 2f2476d | 2018-12-06 13:29:01 +0100 | [diff] [blame] | 22 | user: ${_param:opencontrail_admin_user} |
| 23 | password: ${_param:opencontrail_admin_password} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 24 | api: |
| 25 | engine: contrail |
| 26 | host: ${_param:cluster_local_address} |
| 27 | port: 8082 |