blob: 79b0bc31259d61612503c05b4e024fcefabfe345 [file] [log] [blame]
applications:
- ironic
classes:
- service.ironic.support
parameters:
_param:
neutron_service_protocol: http
openstack_log_appender: false
openstack_fluentd_handler_enabled: false
openstack_ossyslog_handler_enabled: false
ironic:
conductor:
enabled: true
logging:
log_appender: ${_param:openstack_log_appender}
log_handlers:
watchedfile:
enabled: true
fluentd:
enabled: ${_param:openstack_fluentd_handler_enabled}
ossyslog:
enabled: ${_param:openstack_ossyslog_handler_enabled}
uefi:
enabled: false
version: ${_param:ironic_version}
my_ip: ${_param:cluster_baremetal_local_address}
message_queue:
engine: rabbitmq
port: 5672
user: openstack
password: ${_param:rabbitmq_openstack_password}
virtual_host: '/openstack'
host: ${_param:openstack_message_queue_address}
database:
engine: mysql
host: ${_param:openstack_database_address}
port: 3306
name: ironic
user: ironic
password: ${_param:mysql_ironic_password}
identity:
engine: keystone
region: RegionOne
host: ${_param:cluster_vip_address}
port: 35357
user: ironic
password: ${_param:keystone_ironic_password}
tenant: service
auth_type: password
user_domain_id: default
project_domain_id: default
protocol: 'http'
neutron:
auth_strategy: keystone
auth_type: password
cleaning_network: baremetal-flat-network
provisioning_network: baremetal-flat-network
project_domain_id: ${ironic:conductor:identity:project_domain_id}
user_domain_id: ${ironic:conductor:identity:user_domain_id}
project_name: ${ironic:conductor:identity:tenant}
password: ${ironic:conductor:identity:password}
username: ${ironic:conductor:identity:user}
url: ${_param:neutron_service_protocol}://${_param:neutron_service_host}:9696
glance:
auth_strategy: 'keystone'
auth_type: password
host: ${_param:cluster_vip_address}
port: 9292
region: ${_param:openstack_region}
project_domain_id: ${ironic:conductor:identity:project_domain_id}
user_domain_id: ${ironic:conductor:identity:user_domain_id}
project_name: ${ironic:conductor:identity:tenant}
password: ${ironic:conductor:identity:password}
username: ${ironic:conductor:identity:user}
enabled_drivers:
- agent_ipmitool
- pxe_ipmitool
- fake
automated_clean: false
http_url: 'http://${_param:cluster_baremetal_local_address}'
api_url: 'http://${_param:cluster_vip_baremtal_address}:6385'
pxe_config_template: '$pybasedir/drivers/modules/ipxe_config.template'
pxe_bootfile_name: '/undionly.kpxe'
ipxe_enabled: true
http_root: '/var/www/httproot'
tftp_root: '/var/lib/tftpboot'
tftp_master_path: '/var/lib/tftpboot/master_images'