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

New Power Control (Power Cap) #2793

Open
gtmills opened this issue Dec 7, 2020 · 13 comments
Open

New Power Control (Power Cap) #2793

gtmills opened this issue Dec 7, 2020 · 13 comments
Assignees
Labels
Migrate-No Do not migrate to Jira prio_high_2 ReadyForDev Stories ready for development work
Milestone

Comments

@gtmills
Copy link

gtmills commented Dec 7, 2020

Part of the new Power / Thermal schemas. This will be similar to the existing PowerControl section in the existing PowerControl schema. This would work includes implementing the schema, TotalPower and PowerCaping.
I will update this issue with more details when the schema becomes public

curl -k -H "X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Chassis/chassis/Power
{
  "@odata.id": "/redfish/v1/Chassis/chassis/Power",
  "@odata.type": "#Power.v1_5_2.Power",
  "Id": "Power",
  "Name": "Power",
  "PowerControl": [
    {
      "@odata.id": "/redfish/v1/Chassis/chassis/Power#/PowerControl/0",
      "@odata.type": "#Power.v1_0_0.PowerControl",
      "MemberId": "0",
      "Name": "Chassis Power Control",
      "PowerLimit": {
        "LimitException": "NoAction",
        "LimitInWatts": null
      }
    }
  ],

@rfrandse rfrandse added this to the A.1.204 milestone Dec 8, 2020
@gtmills gtmills added the Blocked Indicates an item is blocked. Used to be able to filter blocked stories. label Jan 29, 2021
@rfrandse rfrandse modified the milestones: A.1.204, A.1.212 Feb 19, 2021
@mzipse mzipse added the ReadyForDev Stories ready for development work label Feb 25, 2021
@mzipse mzipse modified the milestones: A.1.212, A.1.213.9 May 11, 2021
@lxwinspur
Copy link

@gtmills
Is there any progress on this issue, can we start?

@gtmills
Copy link
Author

gtmills commented Jun 15, 2021

No. Still blocked. Hoping for the next Redfish release

@lxwinspur
Copy link

Okay , got it.
Thanks

@derick-montague
Copy link
Contributor

Should this be converted from an Epic to a story and added to the In Progress pipeline? @gtmills @lxwinspur

@gtmills
Copy link
Author

gtmills commented Jul 26, 2021

Should this be converted from an Epic to a story and added to the In Progress pipeline? @gtmills @lxwinspur

Whatever is easier for you and @mzipse
It doesn't really make a difference to me.

@derick-montague
Copy link
Contributor

Should this be converted from an Epic to a story and added to the In Progress pipeline? @gtmills @lxwinspur

Whatever is easier for you and @mzipse
It doesn't really make a difference to me.

I moved the pipeline since it is not an actual Epic. No Epic info from ZenHub and no labels either.

@gtmills gtmills changed the title New Power Control New Power Control (Power Cap) Sep 24, 2021
@gtmills gtmills added prio_high_2 and removed Blocked Indicates an item is blocked. Used to be able to filter blocked stories. prio_high_3 labels Sep 24, 2021
@gtmills
Copy link
Author

gtmills commented Sep 24, 2021

2021.2 is up for review here: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/47162

This would look like on the Environmental metrics

    "PowerLimitWatts": {
        "SetPoint": 700,
        "AllowableMax": 1100,
        "AllowableMin": 280,
        "ControlMode": "Automatic",
    },

@gtmills
Copy link
Author

gtmills commented Oct 6, 2021

Can we pull this one and #3045 in downstream at https://github.com/ibm-openbmc/bmcweb

@lxwinspur
Copy link

Can we pull this one and #3045 in downstream at https://github.com/ibm-openbmc/bmcweb

Sure, will do

@lxwinspur
Copy link

Can we pull this one and #3045 in downstream at https://github.com/ibm-openbmc/bmcweb

ibm-openbmc/bmcweb#135

@mzipse
Copy link
Contributor

mzipse commented Jan 27, 2022

refresh

@mzipse mzipse added the Migrate-No Do not migrate to Jira label Oct 26, 2022
@gtmills
Copy link
Author

gtmills commented Dec 12, 2023

@lxwinspur
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Migrate-No Do not migrate to Jira prio_high_2 ReadyForDev Stories ready for development work
Projects
None yet
Development

No branches or pull requests

7 participants