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