-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A series of changes that fixed the below issues - fixes #10 - fixes #9 - fixes #8 --------- Signed-off-by: Christian Pinto <[email protected]>
- Loading branch information
1 parent
f999440
commit 9710dcb
Showing
16 changed files
with
345 additions
and
24 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
...ces/AggregationService/AggregationSources/0fa4bc06-79a8-4fec-bea5-26dfa7678c28/index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"@Redfish.Copyright": "Copyright 2014-2021 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright.", | ||
"@odata.id": "/redfish/v1/AggregationService/AggregationSources/0fa4bc06-79a8-4fec-bea5-26dfa7678c28", | ||
"@odata.type": "#AggregationSource.v1_2_.AggregationSource", | ||
"Description": "PCIe Fabric", | ||
"FabricType": "PCIe", | ||
"HostName": "http://pcie-fabric-agent:5050", | ||
"Id": "0fa4bc06-79a8-4fec-bea5-26dfa7678c28", | ||
"Links": { | ||
"ConnectionMethod": { | ||
"@odata.id": "/redfish/v1/AggregationService/ConnectionMethods/CXL" | ||
}, | ||
"ResourcesAccessed": [ | ||
|
||
] | ||
}, | ||
"Name": "PCIe Fabric", | ||
"Status": { | ||
"Health": "OK", | ||
"State": "Enabled" | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
...ces/AggregationService/AggregationSources/0fa4bc06-79a8-4fec-bea5-26dfa7678c29/index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"@Redfish.Copyright": "Copyright 2014-2021 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright.", | ||
"@odata.id": "/redfish/v1/AggregationService/AggregationSources/0fa4bc06-79a8-4fec-bea5-26dfa7678c29", | ||
"@odata.type": "#AggregationSource.v1_2_.AggregationSource", | ||
"Description": "CXL Fabric", | ||
"FabricType": "CXL", | ||
"HostName": "http://h3-cxl-appliance-agent:9080", | ||
"Id": "0fa4bc06-79a8-4fec-bea5-26dfa7678c29", | ||
"Links": { | ||
"ConnectionMethod": { | ||
"@odata.id": "/redfish/v1/AggregationService/ConnectionMethods/CXL" | ||
}, | ||
"ResourcesAccessed": [ | ||
] | ||
}, | ||
"Name": "CXL Fabric", | ||
"Status": { | ||
"Health": "OK", | ||
"State": "Enabled" | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
Resources/AggregationService/AggregationSources/index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"@odata.id": "/redfish/v1/AggregationService/AggregationSources", | ||
"@odata.type": "#AggregationService/AggregationSourcesCollection.AggregationService/AggregationSourcesCollection", | ||
"Members": [ | ||
{ | ||
"@odata.id": "/redfish/v1/AggregationService/AggregationSources/0fa4bc06-79a8-4fec-bea5-26dfa7678c29" | ||
}, | ||
{ | ||
"@odata.id": "/redfish/v1/AggregationService/AggregationSources/0fa4bc06-79a8-4fec-bea5-26dfa7678c28" | ||
} | ||
], | ||
"[email protected]": 1, | ||
"Name": "AggregationService/AggregationSources Collection" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"@odata.context": "/redfish/v1/$metadata#CompositionService.AggregationService", | ||
"@odata.type": "#CompositionService.v1_2_2.AggregationService", | ||
"@odata.id": "/redfish/v1/AggregationService", | ||
"Id": "AggregationService", | ||
"Name": "Aggregation Service", | ||
"Status": { | ||
"State": "Enabled", | ||
"Health": "OK" | ||
}, | ||
"ServiceEnabled": true, | ||
"AgregationSources": { | ||
"@odata.id": "/redfish/v1/AggregationService/AggregationSources" | ||
}, | ||
"Oem": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"@odata.context": "/redfish/v1/$metadata#ResourceBlockCollection.ResourceBlockCollection", | ||
"@odata.id": "/redfish/v1/CompositionService/ResourceBlocks", | ||
"@odata.type": "#ResourceBlockCollection.ResourceBlockCollection", | ||
"Name": "Resource Block Collection", | ||
"[email protected]": 20, | ||
"Members": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"@odata.context": "/redfish/v1/$metadata#CompositionService.CompositionService", | ||
"@odata.type": "#CompositionService.v1_2_2.CompositionService", | ||
"@odata.id": "/redfish/v1/CompositionService", | ||
"Id": "CompositionService", | ||
"Name": "Composition Service", | ||
"Status": { | ||
"State": "Enabled", | ||
"Health": "OK" | ||
}, | ||
"ServiceEnabled": true, | ||
"ResourceBlocks": { | ||
"@odata.id": "/redfish/v1/CompositionService/ResourceBlocks" | ||
}, | ||
"Oem": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
{ | ||
"@odata.id": "/redfish/v1/Systems", | ||
"@odata.type": "#SystemsCollection.SystemsCollection", | ||
"Members": [ | ||
{ | ||
"@odata.id": "/redfish/v1/Systems/1" | ||
}, | ||
{ | ||
"@odata.id": "/redfish/v1/Systems/1234" | ||
} | ||
], | ||
"[email protected]": 2, | ||
"Members": [], | ||
"[email protected]": 0, | ||
|
||
"Name": "Systems Collection" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.