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: |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 5 | keystone_service_protocol: http |
| 6 | ironic_service_protocol: http |
Andrey Shestakov | 9dbabd0 | 2017-05-12 13:48:18 +0300 | [diff] [blame] | 7 | keystone: |
| 8 | client: |
| 9 | server: |
| 10 | identity: |
| 11 | project: |
| 12 | service: |
| 13 | user: |
| 14 | ironic: |
| 15 | is_admin: true |
| 16 | password: ${_param:keystone_ironic_password} |
| 17 | email: ${_param:admin_email} |
Oleksandr Shyshko | b508ed4 | 2019-02-27 13:23:06 +0200 | [diff] [blame] | 18 | options: ${_param:openstack_service_user_options} |
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} |