ironic/doc/source/index.rst
Lucas Alvares Gomes 6451a7d4da Add a developer FAQ
This is a first stab a developer FAQ in our documentation. The only
question answered so far is "How do I create a migration script
template?" because every time I have to google that.

This FAQ should be extended with more answers from questions we get from
day to day.

Change-Id: I3a81261892c359e624ed2dbeb7cd42b11b799a6d
2015-11-27 12:04:36 +00:00

2.0 KiB

Welcome to Ironic's developer documentation!

Introduction

Ironic is an OpenStack project which provisions bare metal (as opposed to virtual) machines by leveraging common technologies such as PXE boot and IPMI to cover a wide range of hardware, while supporting pluggable drivers to allow vendor-specific functionality to be added.

If one thinks of traditional hypervisor functionality (eg, creating a VM, enumerating virtual devices, managing the power state, loading an OS onto the VM, and so on), then Ironic may be thought of as a hypervisor API gluing together multiple drivers, each of which implement some portion of that functionality with respect to physical hardware.

The developer documentation provided here is continually kept up-to-date based on the latest code, and may not represent the state of the project at any specific prior release.

For information on any current or prior version of Ironic, see the release notes and the wiki pages.

Admin Guide

Overview

deploy/user-guide Installation Guide <deploy/install-guide> Upgrade Guide <deploy/upgrade-guide> Configuration Reference (Liberty) <http://docs.openstack.org/liberty/config-reference/content/ch_configuring-openstack-bare-metal.html> deploy/drivers deploy/cleaning

Commands

cmds/ironic-dbsync

Developer Guide

Introduction

dev/architecture dev/states dev/contributing

dev/dev-quickstart dev/vendor-passthru

dev/faq

API References

webapi/v1 dev/drivers

Indices and tables

  • genindex
  • modindex
  • search