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

OCP Baseline Profile Improvements #53

Open
lindappwu opened this issue Nov 1, 2023 · 4 comments · May be fixed by #70
Open

OCP Baseline Profile Improvements #53

lindappwu opened this issue Nov 1, 2023 · 4 comments · May be fixed by #70
Assignees
Labels
Fixed The fix is in a pull request profile-baseline

Comments

@lindappwu
Copy link

In the OCP Baseline Profile, the mandatory requirements for Chassis doesn't seem to be designed for the sub-Chassis components, especially for the components embedded on the board.

		"Chassis": {
			"PropertyRequirements": {
                                ...
				"Model": {},
				"SerialNumber": {},
				"PowerState": {},
				"Links": {
					"PropertyRequirements": {
						"ManagedBy": {}
					}
				}
			}
		},

Suggest to add conditional requirements based on the value of ChassisType, similar to https://github.com/opencomputeproject/HWMgmt-OCP-Profiles/blob/d06fae818ea59292a5652d4d1dbf85b7423864ae/Server/OCPServerHardwareManagement.v1_0_1.json#L25C12-L25C34

@jcleung5549
Copy link
Contributor

The general direction is to create a new baseline from which sub-Chassis profiles can extend. The current Baseline profile was created to form the baseline for managing platforms (servers, network devices, storage platforms, etc).

@jcleung5549 jcleung5549 added the Discussion Required Issue/Resolution requires discussion label Dec 5, 2023
@jautor
Copy link
Contributor

jautor commented Dec 5, 2023

I'll take a look at this as well.

@jcleung5549
Copy link
Contributor

jcleung5549 commented Jan 9, 2024

1/9 - In the interim, modify baseline to condition the requirement based on ChassisType. Linda has a profile fragment for this.

lindappwu pushed a commit to lindappwu/HWMgmt-OCP-Profiles that referenced this issue Jan 26, 2024
jcleung5549 added a commit to lindappwu/HWMgmt-OCP-Profiles that referenced this issue Mar 12, 2024
@jcleung5549 jcleung5549 added Fixed The fix is in a pull request and removed Discussion Required Issue/Resolution requires discussion labels Mar 12, 2024
@jcleung5549 jcleung5549 assigned lindappwu and unassigned jautor Mar 12, 2024
@jcleung5549
Copy link
Contributor

Baseline v1.1 merged. Await HW Mgmt Project to release.

@lindappwu lindappwu linked a pull request Mar 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed The fix is in a pull request profile-baseline
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants