Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame^] | 1 | classes: |
| 2 | - system.keystone.client.v3.service.ironic |
Andrey Shestakov | 9dbabd0 | 2017-05-12 13:48:18 +0300 | [diff] [blame] | 3 | parameters: |
| 4 | _param: |
| 5 | cluster_public_protocol: https |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 6 | keystone_service_protocol: http |
| 7 | ironic_service_protocol: http |
Andrey Shestakov | 9dbabd0 | 2017-05-12 13:48:18 +0300 | [diff] [blame] | 8 | keystone: |
| 9 | client: |
| 10 | server: |
| 11 | identity: |
| 12 | project: |
| 13 | service: |
| 14 | user: |
| 15 | ironic: |
| 16 | is_admin: true |
| 17 | password: ${_param:keystone_ironic_password} |
| 18 | email: ${_param:admin_email} |
Andrey Shestakov | 9dbabd0 | 2017-05-12 13:48:18 +0300 | [diff] [blame] | 19 | service: |
| 20 | ironic: |
| 21 | type: baremetal |
| 22 | description: OpenStack Baremetal Service |
| 23 | endpoints: |
| 24 | - region: ${_param:openstack_region} |
| 25 | public_address: ${_param:cluster_public_host} |
| 26 | public_protocol: ${_param:cluster_public_protocol} |
| 27 | public_port: 6385 |
| 28 | public_path: '' |
| 29 | internal_address: ${_param:ironic_service_host} |
| 30 | internal_port: 6385 |
| 31 | internal_path: '' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 32 | internal_protocol: ${_param:ironic_service_protocol} |
| 33 | admin_protocol: ${_param:ironic_service_protocol} |
Andrey Shestakov | 9dbabd0 | 2017-05-12 13:48:18 +0300 | [diff] [blame] | 34 | admin_address: ${_param:ironic_service_host} |
| 35 | admin_port: 6385 |
| 36 | admin_path: '' |
Vasyl Saienko | c292a9b | 2017-07-11 17:45:58 +0300 | [diff] [blame] | 37 | admin_identity: |
| 38 | admin: |
| 39 | user: admin |
| 40 | password: ${_param:keystone_admin_password} |
| 41 | project: admin |
| 42 | host: ${_param:keystone_service_host} |
| 43 | port: 5000 |
| 44 | region_name: ${_param:openstack_region} |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 45 | protocol: ${_param:keystone_service_protocol} |