Merge "Recommend using dhcp-sequential-ip in the dnsmasq configuration"

This commit is contained in:
Jenkins 2016-03-07 15:24:37 +00:00 committed by Gerrit Code Review
commit 8049c6f9e5
2 changed files with 7 additions and 0 deletions

View File

@ -224,6 +224,7 @@ interface=$IRONIC_INSPECTOR_INTERFACE
bind-interfaces
dhcp-range=$IRONIC_INSPECTOR_DHCP_RANGE
dhcp-boot=pxelinux.0
dhcp-sequential-ip
EOF
}

View File

@ -125,6 +125,12 @@ As for PXE boot environment, you'll need:
enable-tftp
tftp-root={TFTP ROOT, e.g. /tftpboot}
dhcp-boot=pxelinux.0
dhcp-sequential-ip
.. note::
``dhcp-sequential-ip`` is used because otherwise a lot of nodes booting
simultaneously cause conflicts - the same IP address is suggested to
several nodes.
* You have to install and configure one of 2 available ramdisks: simple
bash-based (see `Using simple ramdisk`_) or more complex based on