Add configuration of inspection allocation pool for dev environment
This allows the ironic_dnsmasq container to start successfully.
This commit is contained in:
parent
a27e0740fa
commit
fda941bcbf
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user