summaryrefslogtreecommitdiff
path: root/doc/source/admin/inspection.rst
Commit message (Collapse)AuthorAgeFilesLines
* Docs: replace nova cli calls with openstackSteve Baker2022-06-161-2/+2
| | | | Change-Id: I293f1c110227a09909ea2225346c24143f851a71
* Fix typos in inspection docsDmitry Tantsur2021-06-161-3/+3
| | | | | | A follow-up to commit 50b84c9aede3b54a5c0fcda7c64aa0f720cc8582. Change-Id: Ie7acabf84c0460569c37804972c2dfdcf5d5e221
* Document managed inspectionDmitry Tantsur2021-06-151-1/+52
| | | | Change-Id: If8ab089efdb2c035bc28dc400629760dcbce4c23
* Updates ironic documentationKafilat Adeleke2020-10-071-2/+2
| | | | | | | | Updates ironic documentation to change "openstack baremetal" to "baremetal" Change-Id: I95afa010aeb4fb08aff05adf0cfb7a200db8a53f Story: #2008194 Task: #40962
* Document fast-track and the agent power interfaceDmitry Tantsur2020-07-201-0/+2
| | | | | | | | | | To prevent the administrator guide from growing too long, split away advanced topics (i.e. stuff we don't expect most of admins to read, use or understand). Story: #2007771 Task: #40382 Change-Id: Ia3e3178692c96aaebdd4479e865a56fbe63c820a
* doc: fix endpoint_override for inspectorMohammed Naser2020-06-111-1/+1
| | | | | | | The documentation claims that the option to override the endpoint for inspector is endpoint-override, but it's endpoint_override. Change-Id: I9b1a15fde0654c3164f81a3d547340cbe8e607bf
* Use openstacksdk for accessing ironic-inspectorDmitry Tantsur2019-07-311-4/+0
| | | | Change-Id: Ibe4f6bf0b38364b5dd214e6c7e58d45a4d71ffdf
* Remove the ipmitool classic driversDmitry Tantsur2018-06-271-8/+0
| | | | | | | | | | | | | | | | | | This change removes pxe_ipmitool and agent_ipmitool. Some tests and documentation bits are removed, since we no longer have any classic drivers to provide examples. The Inspector.create_if_enabled method is no longer used and was removed. The [inspector]enabled option will be deprecated in a follow-up. IRONIC_ENABLED_DRIVERS is removed from devstack to prevent devstack-gate from injecting the removed drivers into it. A temporary migration from queens is updated to disable all classic drivers. It will be removed when the enabled_drivers option is completely removed. Change-Id: Iab247e3b3336f90446ef0687edb340cf8282a925
* Trivial: Update pypi url to new urlmelissaml2018-04-211-3/+3
| | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I43637859b8c183c8ca17200b337845385e546973
* Switch non-vendor parts admin guide to hardware typesDmitry Tantsur2018-01-101-42/+31
| | | | | | | | | | | | This change makes the admin guide use hardware types for examples and explanations. The in-band inspection document was updated with recent changes. Vendor driver documentation requires more careful review, and ideally should be updated by vendor representatives. Change-Id: I98a2eb905e352502a7f9f4cb1804c9d64489ec47 Partial-Bug: #1690185
* [admin docs] ironic -> openstack baremetal CLIRuby Loo2017-08-241-2/+2
| | | | | | | | For the admin-related documents, all the 'ironic' CLI commands are replaced with their equivalent 'openstack baremetal' CLI commands. Change-Id: I3ee21344a50dbd8b835d381e12a25075256115af Partial-Bug: #1711235
* Remove SSH-based driver interfaces and driversPavlo Shchelokovskyy2017-08-011-2/+0
| | | | | | | | | | | | | | | | | SSH drivers are being unsupported for about a year now. All current stable branches of ironic are officially supporting IPMI-capable HW simulation via virtualbmc. All ironic-related gate jobs have already been switched to not use or enable those drivers. This patch finally removes SSH-based power and managemtnt driver interfaces and all classic drivers using those from ironic code and documentation. Related exceptions and `ssh_connect` function, together with dependency on `paramiko` package are removed as well. Change-Id: Ieda7249b9cd78e3be1eff37804996295fc8d3969 Closes-Bug: #1570301 Depends-On: I9b60c9fa24652e9e64e787cd4e5b0152f51e7a28
* Move operator docs into into doc/source/adminSam Betts2017-07-051-0/+131
Change-Id: I13f90a0b183b7799b4c8b5c340052d96f717fa9f