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 | ea5c65c | 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' |
Anton Samoylov | 67be52c | 2019-06-07 20:26:44 +0400 | [diff] [blame^] | 11 | opencontrail_api_ssl_enabled: False |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 12 | opencontrail: |
| 13 | client: |
Ales Komarek | ad46d2e | 2017-03-09 17:16:38 +0100 | [diff] [blame] | 14 | enabled: True |
Ondrej Smola | 4850a80 | 2016-06-29 15:10:36 +0200 | [diff] [blame] | 15 | version: ${_param:opencontrail_version} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 16 | identity: |
| 17 | engine: keystone |
ibumarskov | 14e25db | 2019-04-10 16:37:27 +0400 | [diff] [blame] | 18 | protocol: ${_param:opencontrail_identity_protocol} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 19 | host: ${_param:cluster_local_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 20 | port: ${_param:opencontrail_identity_port} |
| 21 | version: ${_param:opencontrail_identity_version} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 22 | tenant: admin |
Inessa Vasilevskaya | 2f2476d | 2018-12-06 13:29:01 +0100 | [diff] [blame] | 23 | user: ${_param:opencontrail_admin_user} |
| 24 | password: ${_param:opencontrail_admin_password} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 25 | api: |
| 26 | engine: contrail |
| 27 | host: ${_param:cluster_local_address} |
| 28 | port: 8082 |
Anton Samoylov | 67be52c | 2019-06-07 20:26:44 +0400 | [diff] [blame^] | 29 | use_ssl: ${_param:opencontrail_api_ssl_enabled} |
| 30 | certfile: ${_param:opencontrail_api_certfile} |
| 31 | keyfile: ${_param:opencontrail_api_keyfile} |
| 32 | cafile: ${_param:opencontrail_api_cafile} |