ibumarskov | c99b064 | 2018-10-19 13:27:49 +0400 | [diff] [blame] | 1 | parameters: |
ibumarskov | c99b064 | 2018-10-19 13:27:49 +0400 | [diff] [blame] | 2 | keystone: |
| 3 | client: |
Inessa Vasilevskaya | 97385f2 | 2018-12-05 19:55:37 +0100 | [diff] [blame] | 4 | server: |
| 5 | contrail_identity: |
| 6 | admin: |
| 7 | user: contrail |
| 8 | password: ${_param:opencontrail_admin_password} |
| 9 | project: admin |
| 10 | host: ${_param:keystone_service_host} |
| 11 | port: 5000 |
| 12 | region_name: ${_param:openstack_region} |
| 13 | use_keystoneauth: true |
| 14 | protocol: ${_param:keystone_service_protocol} |
ibumarskov | c99b064 | 2018-10-19 13:27:49 +0400 | [diff] [blame] | 15 | resources: |
| 16 | v3: |
Inessa Vasilevskaya | 97385f2 | 2018-12-05 19:55:37 +0100 | [diff] [blame] | 17 | users: |
| 18 | contrail: |
| 19 | password: ${_param:opencontrail_admin_password} |
| 20 | email: ${_param:admin_email} |
Oleksandr Shyshko | b508ed4 | 2019-02-27 13:23:06 +0200 | [diff] [blame] | 21 | options: ${_param:openstack_service_user_options} |
Inessa Vasilevskaya | 97385f2 | 2018-12-05 19:55:37 +0100 | [diff] [blame] | 22 | is_admin: true |
| 23 | roles: |
| 24 | admin: |
| 25 | name: admin |
| 26 | project_id: admin |
ibumarskov | 5951245 | 2018-11-09 16:35:32 +0400 | [diff] [blame] | 27 | services: |
| 28 | opencontrail: |
| 29 | type: contrail |
| 30 | description: OpenContrail API |
| 31 | endpoints: |
| 32 | contrail_public: |
| 33 | interface: 'public' |
| 34 | url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:8082 |
| 35 | region: ${_param:openstack_region} |
| 36 | contrail_internal: |
| 37 | interface: 'internal' |
Anton Samoylov | be8020b | 2019-06-07 13:02:32 +0400 | [diff] [blame^] | 38 | url: ${_param:opencontrail_api_protocol}://${_param:opencontrail_control_address}:8082 |
ibumarskov | 5951245 | 2018-11-09 16:35:32 +0400 | [diff] [blame] | 39 | region: ${_param:openstack_region} |
| 40 | contrail_admin: |
| 41 | interface: 'admin' |
Anton Samoylov | be8020b | 2019-06-07 13:02:32 +0400 | [diff] [blame^] | 42 | url: ${_param:opencontrail_api_protocol}://${_param:opencontrail_control_address}:8082 |
ibumarskov | 5951245 | 2018-11-09 16:35:32 +0400 | [diff] [blame] | 43 | region: ${_param:openstack_region} |