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

[RHINENG-15973] Update System Profile Schema #2270

Merged
merged 2 commits into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions swagger/openapi.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -3960,9 +3960,10 @@
"enum": [
"dnf",
"rpm-ostree",
"yum"
"yum",
"bootc"
],
"example": "dnf, rpm-ostree, yum"
"example": "dnf, rpm-ostree, yum, bootc"
},
"virtual_host_uuid": {
"description": "Hypervisor host identity (subscription manager id)",
Expand Down
5 changes: 3 additions & 2 deletions swagger/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3827,9 +3827,10 @@
"enum": [
"dnf",
"rpm-ostree",
"yum"
"yum",
"bootc"
],
"example": "dnf, rpm-ostree, yum"
"example": "dnf, rpm-ostree, yum, bootc"
},
"virtual_host_uuid": {
"description": "Hypervisor host identity (subscription manager id)",
Expand Down
5 changes: 2 additions & 3 deletions swagger/system_profile.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,6 @@ $defs:
example: "262e621d10ae4475ab5732b39a9160b2, 01fd642e02de4e6da2da6172081a971e"
pattern: '^.*$'
maxLength: 256

system_purpose:
description: Object for system purpose information
type: object
Expand Down Expand Up @@ -682,8 +681,8 @@ $defs:
description: System update method
type: string
maxLength: 10
enum: [dnf, rpm-ostree, yum]
example: "dnf, rpm-ostree, yum"
enum: [dnf, rpm-ostree, yum, bootc]
example: "dnf, rpm-ostree, yum, bootc"
virtual_host_uuid:
description: Hypervisor host identity (subscription manager id)
type: string
Expand Down
2 changes: 1 addition & 1 deletion swagger/system_profile_commit_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
79b90a0d861bd676c37a806783af7f95e3d29aa4
ce7fd996c06d08276c57595c1480bab2f6e30a43