Kyrylo Romanenko 392f482d59 Amend driver section of spec for ironic OSC plugin
Change baremetal driver properties and driver passthru commands spec.
Change intended to follow preferred in OSC commands layout:
"openstack command subcommand noun verb".
Also it is intended to avoid problem when "properties" and "passthru"
subcommands can be parsed as <driver_name> argument for "driver show" command.

Change-Id: Iacee592b9e40e78f7cceed27c8abc3f6deae40e0
Closes-Bug: #1609338
2016-08-04 15:02:07 +03:00
2016-08-02 10:03:04 -04:00
2014-05-22 15:51:33 -07:00
2014-05-22 15:51:33 -07:00
2014-05-22 15:51:33 -07:00
2014-09-10 16:00:19 -04:00
2014-05-22 15:51:33 -07:00
2014-05-22 15:51:33 -07:00
2015-09-30 20:29:50 +00:00
2016-05-04 14:07:49 +01:00

OpenStack Baremetal Provisioning Specifications

This git repository is used to hold approved design specifications for additions to the Baremetal Provisioning program, and in particular, the Ironic project. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the code itself.

The layout of this repository is:

specs/approved/
specs/backlog/
specs/not-implemented/
specs/<release>/
specs/<juno|kilo|liberty>-implemented/

There are also placeholder directories for old links that have been moved.

Specifications must follow the template which can be found at doc/source/specs/template.rst.

Specifications are proposed by adding them to the specs/approved directory, adding a soft link to it from the specs/not-implemented directory, and posting it for review. When a specification is fully implemented, the link in specs/not-implemented directory should be moved to the appropriate specs/<release> directory. Not all approved specifications will get fully implemented.

Starting with the Mitaka development cycle, all approved specifications (implemented and not-implemented) will reside in the specs/approved directory.

Also starting with the Mitaka development cycle, our Launchpad bug tracking system is used for tracking the work related to a specification. (This replaces the use of Launchpad blueprints). The bug should be tagged with 'rfe', its title should be prefixed with '[RFE]' and the Importance should be set to 'Wishlist'. For existing RFE bugs, see:

https://bugs.launchpad.net/ironic/+bugs?field.tag=rfe

Prior to the Juno development cycle, this repository was not used for spec reviews. Reviews prior to Juno were completed entirely through Launchpad blueprints:

http://blueprints.launchpad.net/ironic

For more information about working with gerrit, see:

http://docs.openstack.org/infra/manual/developers.html#development-workflow

To validate that the specification is syntactically correct (i.e. get more confidence in the Jenkins result), please execute the following command:

$ tox

After running tox, the documentation will be available for viewing in HTML format in the doc/build/ directory.

Description
OpenStack Baremetal (Ironic) Specifications
Readme 20 MiB
Languages
Python 100%