Skip to content

Commit

Permalink
Merge pull request #47 from opencomputeproject/openrmc1_0_2
Browse files Browse the repository at this point in the history
Fix issues 26 and 46
  • Loading branch information
jcleung5549 authored Apr 25, 2023
2 parents b47d9eb + 3f0d408 commit 2d1d6ab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions RackManager/OCPRackManagerController.v1_0_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ProfileVersion": "1.0.2",
"Purpose": "Profile for OpenRMC Rack Manager Controller.",
"OwningEntity": "Open Compute Project",
"ContactInfo": "OpenRMC@OCP-All.groups.io",
"ContactInfo": "OpenRMC-DM Project Leads",
"License": "Creative Common Attribution-ShareAlike 4.0 International License",

"Protocol": {
Expand Down Expand Up @@ -79,7 +79,7 @@
"EthernetInterfaces": {
"Purpose": "Reference to Ethernet interface."
},
"ManagerNetworkProtocol": {
"NetworkProtocol": {
"Purpose": "Reference to supported network protocols."
},
"Links": {
Expand Down Expand Up @@ -111,13 +111,13 @@
"Status": {},
"HTTP": {
"PropertyRequirements": {
"ProtocolEnable": {},
"ProtocolEnabled": {},
"Port": {}
}
},
"HTTPS": {
"PropertyRequirements": {
"ProtocolEnable": {},
"ProtocolEnabled": {},
"Port": {}
}
}
Expand Down Expand Up @@ -260,7 +260,7 @@
"ChassisType": {
"Values": ["Rack"]
},
"Assettag": {},
"AssetTag": {},
"Manufacturer": {},
"Model": {},
"PartNumber": {},
Expand Down Expand Up @@ -422,7 +422,7 @@
"Status": {},
"UUID": {},
"SerialNumber": {},
"BIOSVersion": {},
"BiosVersion": {},
"ProcessorSummary": {},
"MemorySummary": {},
"PowerState": {},
Expand All @@ -447,7 +447,7 @@
"Chassis": {
"Purpose": "Associates system to rack or tray."
},
"ManagerBy": {
"ManagedBy": {
"Purpose": "Associates system to tray manager (BMC)."
}
}
Expand Down

0 comments on commit 2d1d6ab

Please sign in to comment.