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 5777701d5d)
This commit is contained in:
Bob Fournier 2019-10-16 16:39:25 -04:00
parent 8a84c011e6
commit e9d0a5f114
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
`dhcp_end` fields in `undercloud.conf` is not too low.
groups:
- pre-introspection
ctlplane_iprange_min_size: 25
ctlplane_iprange_min_size: 20
tasks:
- name: Get the path of tripleo undercloud config file
become: true