summaryrefslogtreecommitdiff
path: root/doc/source/admin/interfaces/deploy.rst
Commit message (Collapse)AuthorAgeFilesLines
* Updates ironic documentationKafilat Adeleke2020-10-071-8/+8
| | | | | | | | Updates ironic documentation to change "openstack baremetal" to "baremetal" Change-Id: I95afa010aeb4fb08aff05adf0cfb7a200db8a53f Story: #2008194 Task: #40962
* Add documentation for ISO bootDmitry Tantsur2020-09-241-42/+2
| | | | | | | | Split ramdisk deploy information away from other deploy interfaces, since it's so different from the other interfaces (and to highlight it in the top-level index). Change-Id: Id3a5d71141451a45e89ffdba903966bb7da84d55
* Allow setting image_download_source per nodeDmitry Tantsur2020-09-021-0/+9
| | | | | | | | | | Allows certain flexibility when it comes to low RAM vs high RAM nodes, and large vs small images. Also deploy_interface is settable per node, so this feature makes it easier to migrate from the iscsi deploy. Story: #2008075 Task: #40766 Change-Id: Idf3bbc6d24042ce1d9a895095b5cb0979dd3183d
* Support caching http:// images locally in the direct deployDmitry Tantsur2020-09-021-0/+8
| | | | | | | | | | For low RAM nodes we need a way to convert even http:// images to raw and serve them locally. Add a new image_download_source value "local" that works the same as "http" but also affects http:// images. Change-Id: I8da968ccfad6e7a508e9b763b9e3f96007438b6a Story: #2008075 Task: #40765
* spelling errorchenjiao2018-11-241-1/+1
| | | | Change-Id: I148f6bd1c9115f4265d67473be53bfa125d458d5
* Remove oneview driversJulia Kreger2018-10-151-7/+5
| | | | | | | | | | | In accordance with the deprecation of oneview, It is time to remove the oneview drivers. This patch oneview interfaces and documentation. Change-Id: Ided79fa788411f839614813ff033c42a13b88c75 Story: #2001924 Task: #24943
* Documentation for 'ramdisk' deploy with 'ilo-virtual-media' bootShivanand Tendulker2018-10-041-8/+5
| | | | | | | This patch updates documentation of 'ilo' hardware type for 'ramdisk' deploy with 'ilo-virtual-media' boot interface. Change-Id: I1568f6f9a33c13a0d43898065095fe59c4f43305
* Docs for agent http provisioningKaifeng Wang2018-09-131-1/+33
| | | | | | | | Adds documentation for the agent http provisioning feature. Change-Id: Id8ebf0ba890e0970fe875e6fd584429bd7a6c760 Story: 1598852 Task: 26378
* Ramdisk deploy driver docJulia Kreger2018-07-301-0/+52
| | | | | | | | Docs for the ramdisk driver, at least at a basic level. Change-Id: Ie5f829fa6789f8a3e09eb1c9454f79b4315ae95a Task: #23164 Story: #1753842
* Remove doc of classic drivers from the admin guideDao Cong Tien2018-07-021-9/+2
| | | | | | | | | | This patch removes pieces of doc of classic drivers from the admin guide (doc/source/admin dir). upgrade-to-hardware-types.rst is excluded from the patch as it is used in the upgrade guide. Change-Id: Id7ca290fa03efec4c64d8e7f2e64194e14f9619b
* Remove the deprecated classic drivers for Cisco UCS hardwareDmitry Tantsur2018-06-261-2/+1
| | | | | | | This change removes pxe_ucs, agent_ucs, pxe_iscsi_cimc and pxe_agent_cimc. Best effort clean up was done to the documentation. Change-Id: I4fe75e0d4a36228f2f6be6bf6ced6d37424b6fd3
* Add docs for ansible deploy interfacePavlo Shchelokovskyy2018-02-191-0/+44
| | | | | | | mostly copied from docs present in ironic-staging-drivers, with some modifications due to some features dropped. Change-Id: If9e82c42a03c71fd0ff0319c7a43fe80e53f9672
* Rework drivers page in the admin documentationDmitry Tantsur2017-11-221-0/+57
First, "Enabling Drivers" is a really confusing title, since this page links to complete driver documentation. It also links to IPA docs and the PXE driver interface. Next, our documentation is full of remarks about e.g. "pxe_* family of drivers", which are misleading in the presence of hardware types and the pxe_agent_cimc driver. We also have mentions of "iscsi deploy method" without detailed explanation of how this method relates to hardware types and classic drivers. This change consolidates drivers and interfaces documentation under the more clearly named root page. A new page is created with sections for both deploy interfaces to use for linking from wherever a link to a particular deploy interface is required. Change-Id: Ifb8328ccaaac443fac276873e2c375ebcf983f03