blob: 155695a55a02fb2839fec804a5c372742f003e2f [file] [log] [blame]
Vasyl Saienko8403d172017-04-27 14:21:46 +03001ironic:
2 conductor:
3 version: ocata
4 enabled: true
5 tftp_root: '/var/lib/tftpboot'
6 message_queue:
7 engine: rabbitmq
8 host: '127.0.0.1'
9 port: 5672
10 user: openstack
11 password: workshop
12 virtual_host: '/openstack'
13 database:
14 engine: mysql
15 host: '127.0.0.1'
16 port: 3306
17 name: ironic
18 user: ironic
19 password: workshop
20 identity:
21 engine: 'noauth'
22 http_root: '/var/www/httproot'
Oleksandr Pidrepnyib711aae2019-05-13 16:18:47 +030023 configmap:
24 DEFAULT:
25 enabled_drivers: pxe_ipmitool
26 enabled_hardware_types: ipmi
27 enabled_boot_interfaces: pxe
28 disk_partitioner:
29 check_device_interval: 1
30 check_device_max_retries: 20
31 disk_utils:
32 efi_system_partition_size: 200
33 bios_boot_partition_size: 1
Vasyl Saienko8403d172017-04-27 14:21:46 +030034 tftpd_hpa:
35 server:
36 bind:
37 address: '0.0.0.0'
38 port: 69
39 username: 'ironic'
40 path: ${ironic:conductor:tftp_root}
41 options:
42 - secure
43 - map-file: '${ironic:conductor:tftp_root}/map-file'