blob: a2f0792fdfbf5527952b4b00a99c52c41c77ae39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
Administrator's Guide
=====================
If you are a system administrator running Ironic, this section contains
information that may help you understand how to operate and upgrade
the services.
.. toctree::
:maxdepth: 1
Ironic Python Agent <drivers/ipa>
Node Hardware Inspection <inspection>
Node Deployment <node-deployment>
Node Cleaning <cleaning>
Node Adoption <adoption>
Node Retirement <retirement>
RAID Configuration <raid>
BIOS Settings <bios>
Node Rescuing <rescue>
Configuring to boot from volume <boot-from-volume>
Multi-tenant Networking <multitenancy>
Port Groups <portgroups>
Configuring Web or Serial Console <console>
Enabling Notifications <notifications>
Conductor Groups <conductor-groups>
Upgrade Guide <upgrade-guide>
Security <security>
Troubleshooting FAQ <troubleshooting>
Power Synchronization <power-sync>
Node Multi-Tenancy <node-multitenancy>
Fast-Track Deployment <fast-track>
Booting a Ramdisk or an ISO <ramdisk-boot>
Hardware Burn-in <hardware-burn-in>
Vendor Passthru <vendor-passthru>
Drivers, Hardware Types and Hardware Interfaces
-----------------------------------------------
.. toctree::
:maxdepth: 3
drivers
Advanced Topics
---------------
.. toctree::
:maxdepth: 1
Ceph Object Gateway <radosgw>
Windows Images <building-windows-images>
Emitting Software Metrics <metrics>
Auditing API Traffic <api-audit-support>
Service State Reporting <gmr>
Agent Token <agent-token>
Deploying without BMC Credentials <agent-power>
Layer 3 or DHCP-less Ramdisk Booting <dhcp-less>
Tuning Ironic <tuning>
Role Based Access Control <secure-rbac>
Deploying with Anaconda <anaconda-deploy-interface>
.. toctree::
:hidden:
deploy-steps
Dashboard Integration
---------------------
A plugin for the OpenStack Dashboard (horizon) service is under development.
Documentation for that can be found within the ironic-ui project.
* :ironic-ui-doc:`Dashboard (horizon) plugin <>`
|