commit | e7c5c52d2bf35fada17637b0d205bc2ccc6c2882 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Fri Mar 02 12:42:09 2018 -0600 |
committer | Gunnar Mills <gmills@us.ibm.com> | Mon Mar 05 11:49:46 2018 -0600 |
tree | aa083682ffa5f954834a5c3f0752fc141c181cfd | |
parent | e41f0b0bf50c026844c313a63e267c0d3bdafc14 [diff] |
Fix "Boot priority" down arrow The way free priority works is if an image is set to a priority another image has, that other image's priority is increased by 1. Let's say there are 2 images, x and y. x has a priority of 2, and y has a priority of 3. x gets set to priority 3 (this is how the down arrow works, it sets the priority to the current priority + 1) now x has a priority of 3 and y gets increased to a priority of 4. x and y in this case never switched priority order (i.e. x still boots first). To get the down arrow to work currently, set the priority to + 2 on the down arrow. In the case above this would make x and y 4 and 3, respectfully, therefore, changing their priority order (i.e. y boots first now). This change is not needed for the up arrow, can you figure out why? Tested: Down arrow works now. Change-Id: Ia01dba6694b8c3b68f43fab78d8f0ae022ccb82c Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
TODO: Write a project description
nodejs npm
npm install
npm run-script server
This will run it locally in http://localhost:8080
.
https://<bmc-ip>
and bypass the secure warning. You will see a JSON response with Login required
message.http://localhost:8080
. Enter the BMC IP, Username and Password (defaults: root
/0penBmc
).Now you are logged in.