Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAC-5746 Network protocol conformance #732

Merged
merged 1 commit into from
Aug 11, 2017

Conversation

manfrednde
Copy link

NetworkProtocols ref link has been set in managers.

New Output:
'''
{
"@odata.context": "/redfish/v1/$metadata#Manager.Manager",
"@odata.id": "/redfish/v1/Managers/RackHD",
"@odata.type": "#Manager.v1_0_0.Manager",
"Oem": {},
"Id": "RackHD",
"Name": "Manager",
"ManagerType": "ManagementController",
"Links": {
"ManagerForServers@odata.count": 4,
"ManagerForServers": [
{
"@odata.id": "/redfish/v1/Systems/5988b760df3287057100f6b3"
},
{
"@odata.id": "/redfish/v1/Systems/5988b763df3287057100f6b4"
},
{
"@odata.id": "/redfish/v1/Systems/5988b795df3287057100f6b5"
},
{
"@odata.id": "/redfish/v1/Systems/5988bd64df3287057100f6b6"
}
],
"ManagerForChassis@odata.count": 4,
"ManagerForChassis": [
{
"@odata.id": "/redfish/v1/Chassis/5988b90aa13c6c197227e0a7"
},
{
"@odata.id": "/redfish/v1/Chassis/5988b90da13c6c197227e0b4"
},
{
"@odata.id": "/redfish/v1/Chassis/5988b93fa13c6c197227e0c3"
},
{
"@odata.id": "/redfish/v1/Chassis/5988bf4aa13c6c197227e0ec"
}
]
},
"Status": {},
"SerialInterfaces": {
"@odata.id": "/redfish/v1/Managers/RackHD/SerialInterfaces"
},
"EthernetInterfaces": {
"@odata.id": "/redfish/v1/Managers/RackHD/EthernetInterfaces"
},
"NetworkProtocol": {
"@odata.id": "/redfish/v1/Managers/RackHD/NetworkProtocol"
}
}
'''

@manfrednde
Copy link
Author

manfrednde commented Aug 11, 2017

@jimturnquist @hohene @gpaulos @derrickostertag

Please review

@jimturnquist jimturnquist merged commit bf0a493 into RackHD:master Aug 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants