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