-
Notifications
You must be signed in to change notification settings - Fork 20
New Interop Profile; Integrated immersion tank #100
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
Open
mick-jones-vertiv
wants to merge
13
commits into
opencomputeproject:master
Choose a base branch
from
mick-jones-vertiv:mjones_rip1_immersionTank
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
b240d51
Create OCPImmersionCoolingHardwareManagement.v0_0_1.json
mick-jones-vertiv affc159
Remove Chassis and deprecated Thermal resources from profile
mick-jones-vertiv 42c1890
Draft profile for immersion cooling unit
mick-jones-vertiv 8219805
Merge branch 'master' of https://github.com/opencomputeproject/HWMgmt…
mick-jones-vertiv f2f397a
Merge branch 'master' of https://github.com/opencomputeproject/HWMgmt…
mick-jones-vertiv 1698a37
Merge branch 'master' of https://github.com/opencomputeproject/HWMgmt…
mick-jones-vertiv d4dd083
Merge branch 'master' of https://github.com/opencomputeproject/HWMgmt…
mick-jones-vertiv e7ea50f
Merge branch 'upstreamMaster'
mick-jones-vertiv c2923f2
Fixes for baseline
mick-jones-vertiv 37d4eb8
Fix schema error in LC base
mick-jones-vertiv ed7ef23
Add first draft of immersion tank RIP
mick-jones-vertiv e3de586
Add pump mode action
mick-jones-vertiv 3d6547e
Revert to IfPopulated; fixed by DMTF/Redfish-Interop-Validator#197
mick-jones-vertiv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
205 changes: 205 additions & 0 deletions
205
ImmersionCooling/OCPImmersionCoolingHardwareManagement.v0_0_1.json
This file contains hidden or 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,205 @@ | ||
| { | ||
| "SchemaDefinition": "RedfishInteroperabilityProfile.v1_4_1", | ||
| "ProfileName": "OCPImmersionCoolingController", | ||
| "ProfileVersion": "0.0.1", | ||
| "Purpose": "Profile for the OCP Immersion Cooling Controller.", | ||
| "OwningEntity": "Open Compute Project", | ||
| "ContactInfo": "[email protected]", | ||
| "RequiredProfiles": { | ||
| }, | ||
| "Resources": { | ||
| "Control": { | ||
| "MinVersion": "1.1.0", | ||
| "Purpose": "To control the Cooling Unit resource", | ||
| "PropertyRequirements": { | ||
| "Accuracy": { | ||
| "ReadRequirement": "Recommended" | ||
| }, | ||
| "Actions": { | ||
| "ReadRequirement": "Recommended" | ||
| }, | ||
| "AssociatedSensors": { | ||
| "ReadRequirement": "Recommended" | ||
| }, | ||
| "ControlLoop": { | ||
| "Purpose": "To define the Control Loop for the Thermal resource", | ||
| "PropertyRequirements": { | ||
| "Differential": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "Integral": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "Proportional": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| } | ||
| } | ||
| }, | ||
| "ControlType": { | ||
| "Purpose": "Supported Control Types", | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "DeadBand": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "Description": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "Id": {}, | ||
| "Increment": { | ||
| "ReadRequirement": "Recommended" | ||
| }, | ||
| "Location": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "Name": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended", | ||
| "Comparison": "AnyOf", | ||
| "Values": [ | ||
| "Air temperature, In", | ||
| "Air temperature, Out", | ||
| "Air temperature, Differential", | ||
| "Air pressure, Differential ", | ||
| "Water temperature, Out", | ||
| "Water temperature, Differential" | ||
| ] | ||
| }, | ||
| "Oem": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "OperatingMode": {}, | ||
| "PhysicalContext": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "PhysicalSubContext": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "Sensor": { | ||
| "ReadRequirement": "Recommended" | ||
| }, | ||
| "SetPoint": { | ||
| "ReadRequirement": "Mandatory", | ||
| "WriteRequirement": "Mandatory" | ||
| }, | ||
| "SetPointRangeMax": { | ||
| "ReadRequirement": "Recommended" | ||
| }, | ||
| "SetPointRangeMin": { | ||
| "ReadRequirement": "Recommended" | ||
| }, | ||
| "SetPointUnits": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "SetPointUpdateTime": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "Status": { | ||
| "ReadRequirement": "Recommended" | ||
| }, | ||
| "Links": {} | ||
| } | ||
| }, | ||
| "ControlCollection": { | ||
| "PropertyRequirements": { | ||
| "Members": { | ||
| "MinCount": 1 | ||
| } | ||
| } | ||
| }, | ||
| "Sensor": { | ||
| "MinVersion": "1.5.0", | ||
| "Purpose": "Required Temperature Sensors", | ||
| "ReadRequirement": "Mandatory", | ||
| "MinCount": 2, | ||
| "PropertyRequirements": { | ||
| "Name": { | ||
| "Comparison": "AnyOf", | ||
| "Values": [ | ||
| "Air temperature, In", | ||
| "Air temperature, Out" | ||
| ] | ||
| } | ||
| } | ||
| }, | ||
| "SensorCollection": { | ||
| "PropertyRequirements": { | ||
| "Members": { | ||
| "MinCount": 1 | ||
| } | ||
| } | ||
| }, | ||
| "Facility": { | ||
| "MinVersion": "1.4.0", | ||
| "Purpose": "The Facility that the cooling units belong to", | ||
| "ReadRequirement": "Mandatory", | ||
| "PropertyRequirements": { | ||
| "FacilityType": { | ||
| "ReadRequirement": "Mandatory", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "AmbientMetrics": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "Description": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "Links": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "Location": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "Status": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| }, | ||
| "CoolingDomains": { | ||
| "ReadRequirement": "Recommended", | ||
| "WriteRequirement": "Recommended" | ||
| } | ||
| } | ||
| }, | ||
| "Resource": { | ||
| "Purpose": "Common Redfish resources" | ||
| }, | ||
| "CoolingLoop": { | ||
| "MinVersion": "1.0.0" | ||
| }, | ||
| "LoopConnection": { | ||
| "MinVersion": "1.0.0" | ||
| }, | ||
| "LoopConnectionCollection": { | ||
| "PropertyRequirements": { | ||
| "Members": { | ||
| "MinCount": 1 | ||
| } | ||
| } | ||
| }, | ||
| "CoolingUnit": { | ||
| "MinVersion": "1.0.0" | ||
| }, | ||
| "Circuit": { | ||
| "MinVersion": "1.4.0" | ||
| }, | ||
| "ServiceRoot": { | ||
| "MinVersion": "1.12.0" | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.