~ubuntu-branches/ubuntu/vivid/ironic/vivid-updates

« back to all changes in this revision

Viewing changes to README.rst

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-01-05 12:21:37 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20150105122137-171bqrdpcxqipunk
Tags: 2015.1~b1-0ubuntu1
* New upstream beta release:
  - d/control: Align version requirements with upstream release.
* d/watch: Update uversionmangle to deal with kilo beta versioning
  changes.
* d/control: Bumped Standards-Version to 3.9.6, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Ironic
2
2
======
3
3
 
4
 
Ironic is an Incubated OpenStack project which aims to provision
5
 
bare metal machines instead of virtual machines, forked from the
6
 
Nova Baremetal driver. It is best thought of as a bare metal
7
 
hypervisor **API** and a set of plugins which interact with
8
 
the bare metal hypervisors. By default, it will use PXE and IPMI
9
 
in concert to provision and turn on/off machines, but Ironic
10
 
also supports vendor-specific plugins which may implement additional
11
 
functionality.
 
4
Ironic is an integrated OpenStack project which aims to provision bare
 
5
metal machines instead of virtual machines, forked from the Nova Baremetal
 
6
driver. It is best thought of as a bare metal hypervisor **API** and a set
 
7
of plugins which interact with the bare metal hypervisors. By default, it
 
8
will use PXE and IPMI in concert to provision and turn on/off machines,
 
9
but Ironic also supports vendor-specific plugins which may implement
 
10
additional functionality.
12
11
 
13
12
-----------------
14
13
Project Resources
27
26
  https://wiki.openstack.org/wiki/Ironic
28
27
 
29
28
Anyone wishing to contribute to an OpenStack project should
30
 
find plenty of helpful resources here:
31
 
 
32
 
  https://wiki.openstack.org/wiki/HowToContribute
33
 
 
34
 
All OpenStack projects use Gerrit for code reviews.
35
 
A good reference for that is here:
36
 
 
37
 
  https://wiki.openstack.org/wiki/GerritWorkflow
 
29
find a good reference here:
 
30
 
 
31
  http://docs.openstack.org/infra/manual/developers.html