aecb581082
FirmwareInterface base New Config options [default] - enabled_firmware_interfaces - default_firmware_interface New FirmwareInterface base with update method Implementations of FirmwareInterface - FakeFirmware (fake) - NoFirmware (no-firmware) New entrypoint ironic.hardware.interfaces.firmware * fake and no-firmware Api Controllers - Updated: driver/node/utils/versions - Created: firmware Unit tests api-ref for Node Firmware Fake and Noop implementation for FirmwareInterface Change-Id: Ib3b9cb22099819f97d5eab1e3f1b670cb91cbb25
21 lines
544 B
JSON
21 lines
544 B
JSON
{
|
|
"firmware": [
|
|
{
|
|
"created_at": "2016-08-18T22:28:49.653974+00:00",
|
|
"updated_at": "2016-08-18T22:28:49.653974+00:00",
|
|
"component": "BMC",
|
|
"initial_version": "v1.0.0",
|
|
"current_version": "v1.2.0",
|
|
"last_version_flashed": "v1.2.0"
|
|
},
|
|
{
|
|
"created_at": "2016-08-18T22:28:49.653974+00:00",
|
|
"updated_at": "2016-08-18T22:28:49.653974+00:00",
|
|
"component": "BIOS",
|
|
"initial_version": "v1.0.0",
|
|
"current_version": "v1.1.5",
|
|
"last_version_flashed": "v1.1.5"
|
|
}
|
|
]
|
|
}
|