Vasyl Saienko | 8403d17 | 2017-04-27 14:21:46 +0300 | [diff] [blame] | 1 | ironic: |
| 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' |
Vasyl Saienko | 22f94f5 | 2019-01-29 10:56:16 +0000 | [diff] [blame] | 23 | console: |
| 24 | terminal: shellinaboxd |
| 25 | terminal_cert_dir: /tmp/ca |
| 26 | terminal_timeout: 10 |
| 27 | subprocess_checking_interval: 1 |
| 28 | subprocess_timeout: 10 |
| 29 | socat_address: 127.0.0.1 |
| 30 | pxe_append_params: nofb nomodeset vga=normal |
Oleksandr Pidrepnyi | c2db714 | 2019-05-13 16:18:47 +0300 | [diff] [blame] | 31 | configmap: |
| 32 | DEFAULT: |
| 33 | enabled_drivers: pxe_ipmitool |
| 34 | enabled_hardware_types: ipmi |
| 35 | enabled_boot_interfaces: pxe |
| 36 | disk_partitioner: |
| 37 | check_device_interval: 1 |
| 38 | check_device_max_retries: 20 |
| 39 | disk_utils: |
| 40 | efi_system_partition_size: 200 |
| 41 | bios_boot_partition_size: 1 |
Vasyl Saienko | 8403d17 | 2017-04-27 14:21:46 +0300 | [diff] [blame] | 42 | tftpd_hpa: |
| 43 | server: |
| 44 | bind: |
| 45 | address: '0.0.0.0' |
| 46 | port: 69 |
| 47 | username: 'ironic' |
| 48 | path: ${ironic:conductor:tftp_root} |
| 49 | options: |
| 50 | - secure |
| 51 | - map-file: '${ironic:conductor:tftp_root}/map-file' |