* [edk2-staging][PATCH v2 2/5] edk2-staging/RedfishClientPkg: Update computer system schema version
@ 2022-06-21 1:46 Nickle Wang
2022-06-21 3:40 ` Abner Chang
0 siblings, 1 reply; 2+ messages in thread
From: Nickle Wang @ 2022-06-21 1:46 UTC (permalink / raw)
To: devel; +Cc: Nickle Wang, Abner Chang, Yang Atom, Nick Ramirez
Update mock-up file and use computer system schema version 1.5.0 in
order to support Boot.BootOrder attribute.
Update UUID of 2M220101SL for working with Redfish Profile Simulator.
Signed-off-by: Nickle Wang <nickle.wang@hpe.com>
Cc: Abner Chang <abner.chang@hpe.com>
Cc: Yang Atom <Atom.Yang@amd.com>
Cc: Nick Ramirez <nramirez@nvidia.com>
---
.../redfish/v1/Systems/2M220100SL/index.json | 2 +-
.../redfish/v1/Systems/2M220101SL/index.json | 4 ++--
.../redfish/v1/Systems/2M220102SL/index.json | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/index.json b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/index.json
index dbba691302..090fd2ed36 100644
--- a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/index.json
+++ b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/index.json
@@ -1,5 +1,5 @@
{
- "@odata.type": "#ComputerSystem.v1_1_0.ComputerSystem",
+ "@odata.type": "#ComputerSystem.v1_5_0.ComputerSystem",
"Id": "2M220100SL",
"Name": "Catfish System",
"SystemType": "Physical",
diff --git a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/index.json b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/index.json
index 3147cb8827..bc082d3190 100644
--- a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/index.json
+++ b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/index.json
@@ -1,5 +1,5 @@
{
- "@odata.type": "#ComputerSystem.v1_1_0.ComputerSystem",
+ "@odata.type": "#ComputerSystem.v1_5_0.ComputerSystem",
"Id": "2M220101SL",
"Name": "Catfish System",
"SystemType": "Physical",
@@ -10,7 +10,7 @@
"SKU": "",
"PartNumber": "",
"Description": "Catfish Implementation Recipe of simple scale-out monolithic server",
- "UUID": "BADFACED-DEAD-BEEF-1313-131313131313",
+ "UUID": "25EF0280-EC82-42B0-8FB6-10ADCCC67C02",
"HostName": "catfishHostname",
"PowerState": "On",
"BiosVersion": "X00.1.2.3.4(build-23)",
diff --git a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/index.json b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/index.json
index 49b2d25f53..d9aa7bb1e1 100644
--- a/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/index.json
+++ b/RedfishClientPkg/Tools/Redfish-Profile-Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/index.json
@@ -1,5 +1,5 @@
{
- "@odata.type": "#ComputerSystem.v1_1_0.ComputerSystem",
+ "@odata.type": "#ComputerSystem.v1_5_0.ComputerSystem",
"Id": "2M220102SL",
"Name": "Catfish System",
"SystemType": "Physical",
--
2.32.0.windows.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [edk2-staging][PATCH v2 2/5] edk2-staging/RedfishClientPkg: Update computer system schema version
2022-06-21 1:46 [edk2-staging][PATCH v2 2/5] edk2-staging/RedfishClientPkg: Update computer system schema version Nickle Wang
@ 2022-06-21 3:40 ` Abner Chang
0 siblings, 0 replies; 2+ messages in thread
From: Abner Chang @ 2022-06-21 3:40 UTC (permalink / raw)
To: Wang, Nickle (Server BIOS), devel@edk2.groups.io; +Cc: Yang Atom, Nick Ramirez
Reviewed-by: Abner Chang <abner.chang@hpe.com>
> -----Original Message-----
> From: Wang, Nickle (Server BIOS) <nickle.wang@hpe.com>
> Sent: Tuesday, June 21, 2022 9:46 AM
> To: devel@edk2.groups.io
> Cc: Wang, Nickle (Server BIOS) <nickle.wang@hpe.com>; Chang, Abner (HPS
> SW/FW Technologist) <abner.chang@hpe.com>; Yang Atom
> <Atom.Yang@amd.com>; Nick Ramirez <nramirez@nvidia.com>
> Subject: [edk2-staging][PATCH v2 2/5] edk2-staging/RedfishClientPkg: Update
> computer system schema version
>
> Update mock-up file and use computer system schema version 1.5.0 in
> order to support Boot.BootOrder attribute.
> Update UUID of 2M220101SL for working with Redfish Profile Simulator.
>
> Signed-off-by: Nickle Wang <nickle.wang@hpe.com>
> Cc: Abner Chang <abner.chang@hpe.com>
> Cc: Yang Atom <Atom.Yang@amd.com>
> Cc: Nick Ramirez <nramirez@nvidia.com>
> ---
> .../redfish/v1/Systems/2M220100SL/index.json | 2 +-
> .../redfish/v1/Systems/2M220101SL/index.json | 4 ++--
> .../redfish/v1/Systems/2M220102SL/index.json | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/RedfishClientPkg/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/in
> dex.json b/RedfishClientPkg/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/in
> dex.json
> index dbba691302..090fd2ed36 100644
> --- a/RedfishClientPkg/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/in
> dex.json
> +++ b/RedfishClientPkg/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220100SL/in
> dex.json
> @@ -1,5 +1,5 @@
> {
>
> - "@odata.type": "#ComputerSystem.v1_1_0.ComputerSystem",
>
> + "@odata.type": "#ComputerSystem.v1_5_0.ComputerSystem",
>
> "Id": "2M220100SL",
>
> "Name": "Catfish System",
>
> "SystemType": "Physical",
>
> diff --git a/RedfishClientPkg/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/in
> dex.json b/RedfishClientPkg/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/in
> dex.json
> index 3147cb8827..bc082d3190 100644
> --- a/RedfishClientPkg/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/in
> dex.json
> +++ b/RedfishClientPkg/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220101SL/in
> dex.json
> @@ -1,5 +1,5 @@
> {
>
> - "@odata.type": "#ComputerSystem.v1_1_0.ComputerSystem",
>
> + "@odata.type": "#ComputerSystem.v1_5_0.ComputerSystem",
>
> "Id": "2M220101SL",
>
> "Name": "Catfish System",
>
> "SystemType": "Physical",
>
> @@ -10,7 +10,7 @@
> "SKU": "",
>
> "PartNumber": "",
>
> "Description": "Catfish Implementation Recipe of simple scale-out monolithic
> server",
>
> - "UUID": "BADFACED-DEAD-BEEF-1313-131313131313",
>
> + "UUID": "25EF0280-EC82-42B0-8FB6-10ADCCC67C02",
>
> "HostName": "catfishHostname",
>
> "PowerState": "On",
>
> "BiosVersion": "X00.1.2.3.4(build-23)",
>
> diff --git a/RedfishClientPkg/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/in
> dex.json b/RedfishClientPkg/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/in
> dex.json
> index 49b2d25f53..d9aa7bb1e1 100644
> --- a/RedfishClientPkg/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/in
> dex.json
> +++ b/RedfishClientPkg/Tools/Redfish-Profile-
> Simulator/MockupData/SimpleOcpServerV1/redfish/v1/Systems/2M220102SL/in
> dex.json
> @@ -1,5 +1,5 @@
> {
>
> - "@odata.type": "#ComputerSystem.v1_1_0.ComputerSystem",
>
> + "@odata.type": "#ComputerSystem.v1_5_0.ComputerSystem",
>
> "Id": "2M220102SL",
>
> "Name": "Catfish System",
>
> "SystemType": "Physical",
>
> --
> 2.32.0.windows.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-21 3:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-21 1:46 [edk2-staging][PATCH v2 2/5] edk2-staging/RedfishClientPkg: Update computer system schema version Nickle Wang
2022-06-21 3:40 ` Abner Chang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox