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