Jump to: navigation, search

Difference between revisions of "Ironic/Drivers"

m (Drivers)
(Drivers)
Line 5: Line 5:
 
Hardware drivers must undergo CI testing so as to ensure their continued functionality. Some drivers will be tested upstream, while many will require third-party CI testing due to the unique nature of their hardware (and the unmanageable complexity were a single team required to maintain a test infrastructure encompassing hardware from many diverse vendors). Guidelines on that testing can be found on the [[Ironic/Testing]] wiki page.
 
Hardware drivers must undergo CI testing so as to ensure their continued functionality. Some drivers will be tested upstream, while many will require third-party CI testing due to the unique nature of their hardware (and the unmanageable complexity were a single team required to maintain a test infrastructure encompassing hardware from many diverse vendors). Guidelines on that testing can be found on the [[Ironic/Testing]] wiki page.
  
Out-of-tree drivers are supported by Ironic and may be loaded via python entrypionts.
+
Out-of-tree drivers are supported by Ironic and may be loaded via python entrypoints.
  
 
The table below describes the CI test coverage of the drivers present in Ironic's tree upstream.
 
The table below describes the CI test coverage of the drivers present in Ironic's tree upstream.

Revision as of 16:39, 3 June 2014

Drivers

Ironic supports pluggable back-end drivers for different types of hardware to enable features specific to unique hardware platforms and leverage divergent capabilities via a common API . This API is divided into three sections: core, common, and vendor. While authors of vendor drivers may break new ground in the designated "vendor_passthru" section of the API, they are strongly encouraged to converge on a common API across vendors. More details may be found under the system architecture description.

Hardware drivers must undergo CI testing so as to ensure their continued functionality. Some drivers will be tested upstream, while many will require third-party CI testing due to the unique nature of their hardware (and the unmanageable complexity were a single team required to maintain a test infrastructure encompassing hardware from many diverse vendors). Guidelines on that testing can be found on the Ironic/Testing wiki page.

Out-of-tree drivers are supported by Ironic and may be loaded via python entrypoints.

The table below describes the CI test coverage of the drivers present in Ironic's tree upstream.

Driver Name and Module Primary Contact Testing Status
pxe_ssh PTL / devananda upstream CI tested
pxe_ipmitool PTL / devananda Tested by TripleO
pxe_ipminative linggao?
pxe_seamicro Pete Yamazaki?