ironic-inspector/devstack
Dmitry Tantsur 2f8e105b4b Recommend using dhcp-sequential-ip in the dnsmasq configuration
Introspection naturally happens in large bulks, after which it's inactive.
Small pool for DHCP addresses means that we'll have conflicts due to how
dnsmasq distributes them by default - using hashing. This option tells dnsmasq
to allocate IP addresses sequentially instead to avoid these conflicts.
See https://bugzilla.redhat.com/show_bug.cgi?id=1301659 for detailed analysis.

The drawback of this option is that long-running clients may switch IP
addresses if their lease expires. This is not a concern for short introspection
process.

This change may obsolete the need in the delay between 2 introspections.

Change-Id: Id277f3d31902bee16d3b048dbde5c34af905f0bc
2016-03-07 13:21:42 +01:00
..
exercise.sh Use new introspection data save command in exercise.sh 2016-01-28 08:09:58 +01:00
plugin.sh Recommend using dhcp-sequential-ip in the dnsmasq configuration 2016-03-07 13:21:42 +01:00
settings Repair devstack plugin after rename 2015-06-01 11:15:41 +02:00