Add configuration of inspection allocation pool for dev environment

This allows the ironic_dnsmasq container to start successfully.
This commit is contained in:
Mark Goddard 2017-09-05 10:01:20 +01:00
parent a27e0740fa
commit fda941bcbf
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ inspection_net_name: aio
# All-in-one network.
aio_cidr: 192.168.33.0/24
aio_allocation_pool_start: 192.168.33.3
aio_allocation_pool_end: 192.168.33.254
aio_allocation_pool_end: 192.168.33.127
aio_inspection_allocation_pool_start: 192.168.33.128
aio_inspection_allocation_pool_end: 192.168.33.254
aio_vip_address: 192.168.33.2
# Controller interface on all-in-one network.