Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 3 | cinder_service_protocol: http |
| 4 | keystone: |
| 5 | client: |
| 6 | resources: |
| 7 | v3: |
| 8 | users: |
| 9 | cinder: |
sgarbuz | f5956c2 | 2019-05-20 14:10:11 +0300 | [diff] [blame^] | 10 | name: ${_param:keystone_cinder_username} |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 11 | password: ${_param:keystone_cinder_password} |
| 12 | email: ${_param:admin_email} |
Oleksandr Shyshko | b508ed4 | 2019-02-27 13:23:06 +0200 | [diff] [blame] | 13 | options: ${_param:openstack_service_user_options} |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 14 | roles: |
| 15 | service_admin: |
| 16 | name: admin |
| 17 | project_id: service |
| 18 | services: |
| 19 | cinderv2: |
| 20 | type: volumev2 |
| 21 | description: OpenStack Volume Service V2 |
| 22 | endpoints: |
| 23 | cinder_public_v2: |
| 24 | interface: 'public' |
| 25 | url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:8776/v2/$(project_id)s |
| 26 | region: ${_param:openstack_region} |
| 27 | cinder_internal_v2: |
| 28 | interface: 'internal' |
| 29 | url: ${_param:cinder_service_protocol}://${_param:cinder_service_host}:8776/v2/$(project_id)s |
| 30 | region: ${_param:openstack_region} |
| 31 | cinder_admin_v2: |
| 32 | interface: 'admin' |
| 33 | url: ${_param:cinder_service_protocol}://${_param:cinder_service_host}:8776/v2/$(project_id)s |
| 34 | region: ${_param:openstack_region} |