From fda941bcbfbb347a982a9378f7bc49db01267e9a Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 5 Sep 2017 10:01:20 +0100 Subject: [PATCH] Add configuration of inspection allocation pool for dev environment This allows the ironic_dnsmasq container to start successfully. --- dev/dev-vagrant.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/dev-vagrant.yml b/dev/dev-vagrant.yml index 95b9783ec..0c99fba76 100644 --- a/dev/dev-vagrant.yml +++ b/dev/dev-vagrant.yml @@ -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.