Correct some typos in doc/source/drivers/ilo.rst,
doc/source/drivers/ipa.rst, doc/source/drivers/oneview.rst.
Change-Id: I47fc7ce7c6c8a83ab9b0ffae666f49cc90da9c0f
This change fixes all the markup issues in our docs, such as:
* Title length must match an underline (some titles are only 3
characters long, make them longer, otherwise they are not
considered a title);
* Blank line required after literal block;
* Duplicate explicit target name.
It also makes section names consistent in drivers.rst.
Change-Id: I058224589f4ca63a4acfb8e2c4fcdbb51c730542
The patch is adding a new property called "deploy_forces_oob_reboot"
for the Agent deployment methodology. If the property is specified in
the node's driver_info with the value of True, Ironic will call IPA to
flush the file system and then issue a out-of-band reboot at the end of
the deployment to the node to boot into the user's image.
Some hardware/firmware may have problems doing a power off in-band
(usually faulty hardware/bad firmware, see the bug this commit is fixing)
therefore we need Ironic to do it directly in the BMC.
This patch also closes one more consistency gap between the IPA deploy
model and the now deprecated bash ramdisk one which used the hard reboot
to finish the deployment by default.
Depends-On: I5cd1d1b821426e995dc584452494b93ab23917e0
Closes-Bug: #1512492
Change-Id: I5e389c5245826f86466aedfcb9730117e24b59db
This change adds documentation on setting proxy properties that will
be used by IPA ramdisk to download a disk image.
Closes-bug: #1526222
Change-Id: Ib640da7304e8a5779e74e1f15898229b6f772b11
The old ramdisk is deprecated, so we should not really default to it.
Also this guide makes an assumption that agent_* and pxe_* drivers
can't be used together, which is no longer the case, as IPA handles both.
Consolidate the example local.conf into one enabling both pxe_* and agent_*
drivers with IPA and create a separate page for explaining difference between
these two.
Co-Authored-By: Lilia Sampaio <liliars@lsd.ufcg.edu.br>
Change-Id: Ifeed7bf9128281b79d425f7c5dbb3d8c39e7fb68