From 92a0a4ac1f25271c1861d7c97a0d8344dd578905 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Wed, 15 Jul 2020 10:30:31 -0700 Subject: Add Firmware page Adds ability to upload a fimware image by local workstation or TFTP. Also adds ability to reboot BMC from the backup image. - Add route definition, component view, and store for Firmware page - Get ActiveSoftwareImage location at /redfish/v1/Managers/bmc - Get backup by checking for an image id that is not the same as the active image /redfish/v1/UpdateService/FirmwareInventory - Switch running firmware image by making PATCH request to /redfish/v1/Managers/bmc Signed-off-by: Yoshie Muranaka Change-Id: I04450e5a170d374122908c4c0349ba3b6e93ed2c --- src/views/Configuration/Firmware/index.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/views/Configuration/Firmware/index.js (limited to 'src/views/Configuration/Firmware/index.js') diff --git a/src/views/Configuration/Firmware/index.js b/src/views/Configuration/Firmware/index.js new file mode 100644 index 00000000..ad15cc03 --- /dev/null +++ b/src/views/Configuration/Firmware/index.js @@ -0,0 +1,2 @@ +import Firmware from './Firmware.vue'; +export default Firmware; -- cgit v1.2.3