Files
ironic/doc/source/admin/index.rst
Julia Kreger f1641468bb Project Scoping Node endpoint
* Adds additional policies:
  * baremetal:node_get:last_error
  * baremetal:node:get:reservation
  * baremetal:node:get:driver_internal_info
  * baremetal:node:get:driver_info
  * baremetal:node:update:driver_info
  * baremetal:node:update:properties
  * baremetal:node:update:chassis_uuid
  * baremetal:node:update:instance_uuid
  * baremetal:node:update:lessee
  * baremetal:node:update:driver_interfaces
  * baremetal:node:update:network_data
  * baremetal:node:update:conductor_group
  * baremetal:node:update:name

* With new policies, responses of filtering and posted data is
  performed. Testing has been added to the RBAC testing files
  to align with this and the defaults where pertinant.

* Adds another variation of the common policy check method
  which may be useful in the long term. This is too soon to
  tell, but the overall purpose is to allow similar logic
  patterns to the authorize behavior. This is because the
  standard policies are, at present, also used to control
  behavior of response, and node response sanitization needs
  to be carefully navigated.

This change excludes linked resources such as /nodes/<uuid>/ports,
portgroups, volumes/[targets|connectors]. Those will be in later
changes, as the node itself is quite a bit.

Special note:
* The indicator endpoint code in the API appears to be broken
  and given that should be fixed in a separate patch.

Change-Id: I2869bf21f761cfc543798cf1f7d97c5500cd3681
2021-03-02 15:43:29 -08:00

1.9 KiB

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.

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 Sync with the Compute Service <power-sync> Node Multi-Tenancy <node-multitenancy> Fast-Track Deployment <fast-track> Booting a Ramdisk or an ISO <ramdisk-boot>

Drivers, Hardware Types and Hardware Interfaces

drivers

Advanced Topics

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>

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.

  • Dashboard (horizon) plugin <>