From 96c766004de478f08026754e3d0443ebf8b6f467 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Wed, 8 Feb 2017 12:16:26 +0000 Subject: [PATCH] Ensures the host IP isn't used for containers We statically configure the host IP for many networks during the bootstrap AIO process. Later, when the inventory is generated, we use an IP from the queue, which could be conflicting with the host (Probability: 1 on 204). This should fix it. Change-Id: I5a49eebef48892d7266684f1ffdbe1d08d82c211 --- etc/openstack_deploy/openstack_user_config.yml.aio | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/openstack_deploy/openstack_user_config.yml.aio b/etc/openstack_deploy/openstack_user_config.yml.aio index a7e9e46b88..7334e8f713 100644 --- a/etc/openstack_deploy/openstack_user_config.yml.aio +++ b/etc/openstack_deploy/openstack_user_config.yml.aio @@ -6,9 +6,13 @@ cidr_networks: used_ips: - "172.29.236.1,172.29.236.50" + - "172.29.236.100" - "172.29.240.1,172.29.240.50" + - "172.29.240.100" - "172.29.244.1,172.29.244.50" + - "172.29.244.100" - "172.29.248.1,172.29.248.50" + - "172.29.248.100" global_overrides: internal_lb_vip_address: 172.29.236.100