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' |
Svimba | b8bf141 | 2018-06-29 11:06:10 +0200 | [diff] [blame] | 8 | openstack_control_address: 127.0.0.1 |
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 |
Ales Komarek | ad46d2e | 2017-03-09 17:16:38 +0100 | [diff] [blame] | 17 | host: ${_param:openstack_control_address} |
Jan Cach | f5c8bf0 | 2018-06-08 14:51:18 +0200 | [diff] [blame] | 18 | port: ${_param:opencontrail_identity_port} |
| 19 | version: ${_param:opencontrail_identity_version} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 20 | tenant: admin |
Inessa Vasilevskaya | 2f2476d | 2018-12-06 13:29:01 +0100 | [diff] [blame] | 21 | user: ${_param:opencontrail_admin_user} |
| 22 | password: ${_param:opencontrail_admin_password} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 23 | api: |
| 24 | engine: contrail |
Ales Komarek | ad46d2e | 2017-03-09 17:16:38 +0100 | [diff] [blame] | 25 | host: ${_param:opencontrail_control_address} |
Ales Komarek | 82fb3ce | 2015-10-15 15:17:47 +0200 | [diff] [blame] | 26 | port: 8082 |