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