Vasyl Saienko | 8403d17 | 2017-04-27 14:21:46 +0300 | [diff] [blame] | 1 | applications: |
| 2 | - ironic |
| 3 | parameters: |
| 4 | ironic: |
| 5 | conductor: |
| 6 | enabled: true |
sgarbuz | 3a075c4 | 2018-10-01 17:22:04 +0300 | [diff] [blame] | 7 | uefi: |
| 8 | enabled: false |
Vasyl Saienko | 8403d17 | 2017-04-27 14:21:46 +0300 | [diff] [blame] | 9 | version: ${_param:ironic_version} |
| 10 | message_queue: |
| 11 | engine: rabbitmq |
| 12 | port: 5672 |
| 13 | user: openstack |
| 14 | password: ${_param:rabbitmq_openstack_password} |
| 15 | virtual_host: '/openstack' |
| 16 | host: ${_param:single_address} |
| 17 | database: |
| 18 | engine: mysql |
| 19 | host: ${_param:single_address} |
| 20 | port: 3306 |
| 21 | name: ironic |
| 22 | user: ironic |
| 23 | password: ${_param:mysql_ironic_password} |
| 24 | identity: |
| 25 | engine: keystone |
| 26 | region: RegionOne |
| 27 | host: ${_param:single_address} |
| 28 | port: 35357 |
| 29 | user: ironic |
| 30 | password: ${_param:keystone_ironic_password} |
| 31 | tenant: service |
| 32 | auth_type: password |
| 33 | user_domain_id: default |
| 34 | project_domain_id: default |
| 35 | protocol: 'http' |
| 36 | neutron: |
Vasyl Saienko | 3c2e5ae | 2017-06-15 14:44:59 +0300 | [diff] [blame] | 37 | cleaning_network: baremetal-flat-network |
| 38 | provisioning_network: baremetal-flat-network |
Vasyl Saienko | 8403d17 | 2017-04-27 14:21:46 +0300 | [diff] [blame] | 39 | project_domain_id: ${ironic:conductor:identity:project_domain_id} |
| 40 | user_domain_id: ${ironic:conductor:identity:user_domain_id} |
| 41 | password: ${ironic:conductor:identity:password} |
| 42 | username: ${ironic:conductor:identity:user} |
Vasyl Saienko | 846ae83 | 2019-01-08 11:29:36 +0200 | [diff] [blame^] | 43 | glance: |
| 44 | auth_strategy: 'keystone' |
| 45 | auth_type: password |
| 46 | host: ${_param:single_address} |
| 47 | port: 9292 |
| 48 | region: ${_param:openstack_region} |
| 49 | project_domain_id: ${ironic:conductor:identity:project_domain_id} |
| 50 | user_domain_id: ${ironic:conductor:identity:user_domain_id} |
| 51 | project_name: ${ironic:conductor:identity:tenant} |
| 52 | password: ${ironic:conductor:identity:password} |
| 53 | username: ${ironic:conductor:identity:user} |
Vasyl Saienko | 8403d17 | 2017-04-27 14:21:46 +0300 | [diff] [blame] | 54 | enabled_drivers: |
| 55 | - agent_ipmitool |
| 56 | - fake |
| 57 | automated_clean: false |
| 58 | http_url: 'http://${_param:single_address}' |
| 59 | api_url: 'http://${_param:single_address}:6385' |
| 60 | pxe_config_template: '$pybasedir/drivers/modules/ipxe_config.template' |
| 61 | pxe_bootfile_name: '/undionly.kpxe' |
| 62 | ipxe_enabled: true |
| 63 | http_root: '/var/www/httproot' |
| 64 | tftp_root: '/var/lib/tftpboot' |
| 65 | tftp_master_path: '/var/lib/tftpboot/master_images' |