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 |
| 7 | version: ${_param:ironic_version} |
| 8 | message_queue: |
| 9 | engine: rabbitmq |
| 10 | port: 5672 |
| 11 | user: openstack |
| 12 | password: ${_param:rabbitmq_openstack_password} |
| 13 | virtual_host: '/openstack' |
| 14 | host: ${_param:single_address} |
| 15 | database: |
| 16 | engine: mysql |
| 17 | host: ${_param:single_address} |
| 18 | port: 3306 |
| 19 | name: ironic |
| 20 | user: ironic |
| 21 | password: ${_param:mysql_ironic_password} |
| 22 | identity: |
| 23 | engine: keystone |
| 24 | region: RegionOne |
| 25 | host: ${_param:single_address} |
| 26 | port: 35357 |
| 27 | user: ironic |
| 28 | password: ${_param:keystone_ironic_password} |
| 29 | tenant: service |
| 30 | auth_type: password |
| 31 | user_domain_id: default |
| 32 | project_domain_id: default |
| 33 | protocol: 'http' |
| 34 | neutron: |
| 35 | cleaning_network: baremetal |
| 36 | provisioning_network: baremetal |
| 37 | project_domain_id: ${ironic:conductor:identity:project_domain_id} |
| 38 | user_domain_id: ${ironic:conductor:identity:user_domain_id} |
| 39 | password: ${ironic:conductor:identity:password} |
| 40 | username: ${ironic:conductor:identity:user} |
| 41 | |
| 42 | enabled_drivers: |
| 43 | - agent_ipmitool |
| 44 | - fake |
| 45 | automated_clean: false |
| 46 | http_url: 'http://${_param:single_address}' |
| 47 | api_url: 'http://${_param:single_address}:6385' |
| 48 | pxe_config_template: '$pybasedir/drivers/modules/ipxe_config.template' |
| 49 | pxe_bootfile_name: '/undionly.kpxe' |
| 50 | ipxe_enabled: true |
| 51 | http_root: '/var/www/httproot' |
| 52 | tftp_root: '/var/lib/tftpboot' |
| 53 | tftp_master_path: '/var/lib/tftpboot/master_images' |