openstack-manuals/doc/admin-guide-cloud/source/baremetal.rst
Shuquan Huang 471b6a4459 Add Ironic Section in Administrator Guide
Since Ironic is an integration project now. We should add one section
about it in Admin guide.
This commit is part of the bugfix since adding the whole section is
huge. This one is to create a new file for ironic section and add
basic outline.

Change-Id: I355245629ec46be4a44aef6dea33c60306edbb6d
Partial-Bug: #1495898
2015-09-24 14:13:36 +08:00

1.2 KiB

Bare Metal

The Bare Metal service provides physical hardware management features.

Introduction

The Bare Metal service provides physical hardware as opposed to virtual machines and provides several reference drivers which leverage common technologies like PXE and IPMI, to cover a wide range of hardware. The pluggable driver architecture also allows vendor-specific drivers to be added for improved performance or functionality not provided by reference drivers. The Bare Metal service makes physical servers as easy to provision as virtual machines in a cloud, which in turn will open up new avenues for enterprises and service providers.

System architecture

The Bare Metal module is composed of the following components:

  1. A RESTful API service
  2. A conductor service
  3. Various drivers that support heterogeneous hardware
  4. A message queue
  5. A database for storing information about the resources

Bare Metal deployment

  1. PXE deploy process
  2. Agent deploy process