From 0c95ebcfd07522f33d0fa5fc66947ec474d1c5fc Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Wed, 3 Oct 2018 18:01:55 +0100 Subject: [PATCH] Add a neutron allocation pool This prevents neutron from allocating addresses that overlap will the other address pools. Change-Id: I69f8ca98ca17ea09d100a9745349391f0de59705 --- etc/kayobe/networks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/kayobe/networks.yml b/etc/kayobe/networks.yml index 7a7b6c9..aab560f 100644 --- a/etc/kayobe/networks.yml +++ b/etc/kayobe/networks.yml @@ -75,7 +75,9 @@ cleaning_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.127 +aio_allocation_pool_end: 192.168.33.30 +aio_neutron_allocation_pool_start: 192.168.33.31 +aio_neutron_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