opencomputeproject / HWMgmt-OCP-Profiles

A place where all the OCP profiles are a placed. Issues can be submitted/resolved and modifications can be reviewed/merged
Apache License 2.0
14 stars 14 forks source link

Misspelled required properties causes validation issues #1

Closed mgarrett33 closed 5 years ago

mgarrett33 commented 5 years ago

The following properties in OCPBaselineHardwareManagement.v1_0_0.json are misspelled:

Schema.Property Correction
ManagerNetworkProtocol.HTTP.ProtocolEnable ProtocolEnabled
ManagerNetworkProtocol.HTTPS.ProtocolEnable ProtocolEnabled
ManagerNetworkProtocol.SSDP.NotifyMulticstIntervalSeconds NotifyMulticastIntervalSeconds
ManagerNetworkProtocol.SSDP.ProtocolEnable ProtocolEnabled
ManagerNetworkProtocol.SSH.ProtocolEnable ProtocolEnabled

This causes the Redfish Profile validation tool to flag errors on nonexistent properties.