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