You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the ability to upload separate Host and BMC firmware images through
the GUI. By default, the two file firmware update page will be shown.
Changes to the .env configurations will enable the single file upload
page. The IBM env is configured to allow single file firmware update.
Two file upload features:
- File upload through local workstation or tftp server
- Reboot from backup BMC image
- Does not have ability to reboot from backup host image
- Does not implement checks in GUI for host status, which is the
same as what we have in phosphor-webui
Signed-off-by: Yoshie Muranaka <[email protected]>
Change-Id: Ibf2a2d9ffc3952dd5a5454c723350c61d9f91c3e
Copy file name to clipboardExpand all lines: src/locales/en-US.json
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -199,9 +199,13 @@
199
199
"changeAndRebootBmc": "Change image and reboot BMC",
200
200
"changeToBackupImage": "Change to backup image",
201
201
"current": "Current:",
202
+
"firmwareOnBmc": "Firmware on BMC",
203
+
"firmwareOnHost": "Firmware on host",
202
204
"firmwareOnSystem": "Firmware on system",
203
205
"hostStatus": "Host status",
204
-
"pageDescription": "Update firmware by uploading a system image file from your workstation or TFTP server",
206
+
"makeCurrentVersion": "Make current version",
207
+
"pageDescription": "Update firmware by uploading a BMC or Host image file from your workstation or TFTP server",
208
+
"pageDescriptionSingleImage": "Update firmware by uploading a system image file from your workstation or TFTP server",
205
209
"running": "Running",
206
210
"state": "State",
207
211
"updateCode": "Update code",
@@ -211,7 +215,8 @@
211
215
"serverShutdownRequiredInfo": "Shutdown will be orderly - OS will shutdown before the server shuts down.",
212
216
"shutDownServer": "Shut down server",
213
217
"updateProcess": "Update process",
214
-
"updateProcessInfo": "The new image will be uploaded and activated. After that, the BMC will reboot automatically to run from the new image."
218
+
"updateProcessInfo": "The new image will be uploaded and activated. After that, the BMC or host will reboot automatically to run from the new image.",
219
+
"updateProcessInfoSingleImage": "The new image will be uploaded and activated. After that, the BMC will reboot automatically to run from the new image."
215
220
},
216
221
"form": {
217
222
"imageFile": "Image file",
@@ -221,6 +226,7 @@
221
226
"tftpServerAddress": "TFTP server address",
222
227
"tftpServerAddressHelper": "IP address or FQDN",
223
228
"uploadAndRebootBmc": "Upload and reboot BMC",
229
+
"uploadAndRebootBmcOrHost": "Upload and reboot BMC or host",
"message1": "A BMC reboot is required before the system can run the new firmware image. The reboot will cause a disconnection, and may require logging in again.",
241
247
"message2": "During the reboot, the server cannot be powered back on. The backup image will be permanently deleted.",
242
248
"message3": "Are you sure you want to upload the new firmware image and reboot the BMC?",
"message1": "A BMC or host reboot is required before the system can run the new firmware image. The reboot will cause a disconnection, and may require logging in again.",
254
+
"message2": "The backup image will be permanently deleted.",
255
+
"message3": "Are you sure you want to upload the new firmware image and reboot the BMC or host?",
0 commit comments