A service for managing and provisioning Bare Metal servers.
Go to file
Lucas Alvares Gomes 69dc8400db Port to oslo.messaging
The oslo.messaging library takes the existing RPC code from oslo and
wraps it in a sane API with well defined semantics around which we can
make a commitment to retain compatibility in future.

The patch is large and hard to be split into different patches, but the
changes can be summarized as:

* Remove openstack/common/{rpc, notifier, log_handler} modules dependency
(superceded by oslo.messaging)

* New config option `conductor.workers_pool_size` add to determine the
size of the workers greenthread pool.

* PeriodicService class refactored and renamed to RPCService, all periodic
tasks methods were moved to the ConductorManager class leaving RPCService
class to be resposable for setting up and starting the RPCServer from
oslo.messaging only.

* In oslo.messaging, a request context is expected to be a dict so the
method RequestContext.{to,from}_dict() was updated/added to the module.

* The allowed_rpc_exception_modules configuration option is replaced
by an allowed_remote_exmods get_transport() parameter. This is not
something that users ever need to configure, but it is something each
project using oslo.messaging needs to be able to customize.

* New common/rpc.py module added to wrap the global messaging state. It
also contains transport aliases for backwards compatibility with IceHouse
rpc_backend configuration values.

blueprint: oslo-messaging
Change-Id: I454e8898baed002a1cddb9eb76492ae9c2f1212b
2014-04-25 22:46:44 +01:00
doc/source Some minor clean up of various doc pages 2014-04-15 12:08:43 -07:00
etc Port to oslo.messaging 2014-04-25 22:46:44 +01:00
ironic Port to oslo.messaging 2014-04-25 22:46:44 +01:00
tools Port to oslo.messaging 2014-04-25 22:46:44 +01:00
.gitignore Modify gitignore to ignore sqlite 2013-07-15 21:51:04 +08:00
.gitreview Added project infrastructure needs. 2013-05-02 14:55:43 -04:00
.mailmap Update mailmap for Joe Gordon 2013-10-28 10:19:15 +00:00
.testr.conf Update tox.ini to also run nova tests 2014-04-04 14:36:02 -07:00
CONTRIBUTING.rst Added project infrastructure needs. 2013-05-02 14:55:43 -04:00
LICENSE Added project infrastructure needs. 2013-05-02 14:55:43 -04:00
MANIFEST.in Added project infrastructure needs. 2013-05-02 14:55:43 -04:00
README.rst Remove duplication from README, add link to docs. 2013-06-06 11:15:47 -07:00
babel.cfg Run extract_messages 2013-07-22 09:51:10 +02:00
openstack-common.conf Port to oslo.messaging 2014-04-25 22:46:44 +01:00
requirements.txt Port to oslo.messaging 2014-04-25 22:46:44 +01:00
setup.cfg Open Juno development 2014-04-01 08:27:33 -07:00
setup.py Update from global requirements 2013-09-30 09:34:20 -07:00
test-requirements.txt Update tox.ini to also run nova tests 2014-04-04 14:36:02 -07:00
tox.ini Merge "Update tox.ini to also run nova tests" 2014-04-07 19:55:46 +00:00

README.rst

Ironic

Ironic is an Incubated OpenStack project which aims to provision bare metal machines instead of virtual machines, forked from the Nova Baremetal driver. It is best thought of as a bare metal hypervisor API and a set of plugins which interact with the bare metal hypervisors. By default, it will use PXE and IPMI in concert to provision and turn on/off machines, but Ironic also supports vendor-specific plugins which may implement additional functionality.

Project Resources

Project status, bugs, and blueprints are tracked on Launchpad:

http://launchpad.net/ironic

Developer documentation can be found here:

http://docs.openstack.org/developer/ironic

Additional resources are linked from the project wiki page:

https://wiki.openstack.org/wiki/Ironic

Anyone wishing to contribute to an OpenStack project should find plenty of helpful resources here:

https://wiki.openstack.org/wiki/HowToContribute

All OpenStack projects use Gerrit for code reviews. A good reference for that is here:

https://wiki.openstack.org/wiki/GerritWorkflow