Vasyl Saienko | 8403d17 | 2017-04-27 14:21:46 +0300 | [diff] [blame] | 1 | ironic: |
| 2 | api: |
| 3 | enabled: true |
| 4 | version: mitaka |
| 5 | bind: |
| 6 | address: '0.0.0.0' |
| 7 | port: 6385 |
| 8 | message_queue: |
| 9 | engine: rabbitmq |
| 10 | host: '127.0.0.1' |
| 11 | port: 5672 |
| 12 | user: openstack |
| 13 | password: workshop |
| 14 | virtual_host: '/openstack' |
| 15 | database: |
| 16 | engine: mysql |
| 17 | host: '127.0.0.1' |
| 18 | port: 3306 |
| 19 | name: ironic |
| 20 | user: ironic |
| 21 | password: workshop |
| 22 | identity: |
| 23 | engine: 'noauth' |
Oleksandr Bryndzii | 69a6d02 | 2018-11-07 12:38:16 +0200 | [diff] [blame] | 24 | cache: |
| 25 | engine: memcached |
| 26 | members: |
| 27 | - host: 127.0.0.1 |
| 28 | port: 11211 |
| 29 | - host: 127.0.0.1 |
| 30 | port: 11211 |
| 31 | security: |
| 32 | enabled: true |
| 33 | strategy: ENCRYPT |
| 34 | secret_key: secret |
Oleksandr Pidrepnyi | c2db714 | 2019-05-13 16:18:47 +0300 | [diff] [blame] | 35 | configmap: |
| 36 | DEFAULT: |
| 37 | enabled_drivers: pxe_ipmitool |
| 38 | enabled_hardware_types: ipmi |
| 39 | enabled_boot_interfaces: pxe |
| 40 | api: |
| 41 | host_ip: 0.0.0.0 |
| 42 | port: 6385 |
| 43 | max_limit: 1000 |