Set validation defaults to match undercloud default settings

In undercloud.conf, by default the dhcp ip address range is 20
(dhcp_start = 192.168.24.5, dhcp_end = 192.168.24.24).
This can be changed but is reasonable for POCs.  The validation
default should match this, otherwise there will be validation
failures when run on existing deployments that haven't
changed the default.

Change-Id: I601bb81540719f195915ab8298fd1f2c3fb65f39
(cherry picked from commit 96492aac15)
This commit is contained in:
Bob Fournier 2019-10-16 16:39:25 -04:00 committed by Gael Chamoulaud
parent ce6d5a3a91
commit 5777701d5d
No known key found for this signature in database
GPG Key ID: 00776A4BA7F4B301
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@
`dhcp_end` fields in `undercloud.conf` is not too low.
groups:
- pre-introspection
ctlplane_iprange_min_size: 25
ctlplane_iprange_min_size: 20
roles:
- ctlplane-ip-range

View File

@ -1,2 +1,2 @@
---
ctlplane_iprange_min_size: 25
ctlplane_iprange_min_size: 20