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
This commit is contained in:
Jean-Philippe Evrard 2017-02-08 12:16:26 +00:00 committed by Jesse Pretorius (odyssey4me)
parent 63ded280a2
commit 96c766004d

View File

@ -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