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