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} |
Vasyl Saienko | 10e356f | 2017-06-15 14:41:28 +0300 | [diff] [blame] | 15 | admin_identity: |
| 16 | admin: |
| 17 | user: admin |
| 18 | password: ${_param:keystone_admin_password} |
| 19 | project: admin |
| 20 | host: ${_param:keystone_service_host} |
| 21 | port: 5000 |
| 22 | region_name: ${_param:openstack_region} |
Andrey Shestakov | 9dbabd0 | 2017-05-12 13:48:18 +0300 | [diff] [blame] | 23 | service: |
| 24 | ironic: |
| 25 | type: baremetal |
| 26 | description: OpenStack Baremetal Service |
| 27 | endpoints: |
| 28 | - region: ${_param:openstack_region} |
| 29 | public_address: ${_param:cluster_public_host} |
| 30 | public_protocol: ${_param:cluster_public_protocol} |
| 31 | public_port: 6385 |
| 32 | public_path: '' |
| 33 | internal_address: ${_param:ironic_service_host} |
| 34 | internal_port: 6385 |
| 35 | internal_path: '' |
| 36 | admin_address: ${_param:ironic_service_host} |
| 37 | admin_port: 6385 |
| 38 | admin_path: '' |