-
Notifications
You must be signed in to change notification settings - Fork 99
feat(dpf): Upgrade DPF to 26.4 build with bfb 3.4.0 #1706
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
abvarshney-nv
wants to merge
1
commit into
NVIDIA:main
Choose a base branch
from
abvarshney-nv:dpf_26.4_upgrade
base: main
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 all commits
Commits
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
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
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
207 changes: 207 additions & 0 deletions
207
...ns.k8s.io_v1_customresourcedefinition_bluefieldsoftwares.provisioning.dpu.nvidia.com.yaml
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,207 @@ | ||
| apiVersion: apiextensions.k8s.io/v1 | ||
| kind: CustomResourceDefinition | ||
| metadata: | ||
| annotations: | ||
| controller-gen.kubebuilder.io/version: v0.19.0 | ||
| helm.sh/resource-policy: keep | ||
| labels: | ||
| app.kubernetes.io/part-of: dpf-operator-controller-manager | ||
| dpu.nvidia.com/component: dpf-operator-controller-manager | ||
| name: bluefieldsoftwares.provisioning.dpu.nvidia.com | ||
| spec: | ||
| group: provisioning.dpu.nvidia.com | ||
| names: | ||
| kind: BlueFieldSoftware | ||
| listKind: BlueFieldSoftwareList | ||
| plural: bluefieldsoftwares | ||
| singular: bluefieldsoftware | ||
| scope: Namespaced | ||
| versions: | ||
| - additionalPrinterColumns: | ||
| - description: phase of the bluefieldsoftware | ||
| jsonPath: .status.phase | ||
| name: Phase | ||
| type: string | ||
| - jsonPath: .metadata.creationTimestamp | ||
| name: Age | ||
| type: date | ||
| name: v1alpha1 | ||
| schema: | ||
| openAPIV3Schema: | ||
| description: BlueFieldSoftware is the Schema for the bluefieldsoftware API | ||
| properties: | ||
| apiVersion: | ||
| description: |- | ||
| APIVersion defines the versioned schema of this representation of an object. | ||
| Servers should convert recognized schemas to the latest internal value, and | ||
| may reject unrecognized values. | ||
| More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | ||
| type: string | ||
| kind: | ||
| description: |- | ||
| Kind is a string value representing the REST resource this object represents. | ||
| Servers may infer this from the endpoint the client submits requests to. | ||
| Cannot be updated. | ||
| In CamelCase. | ||
| More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | ||
| type: string | ||
| metadata: | ||
| type: object | ||
| spec: | ||
| properties: | ||
| osIso: | ||
| type: string | ||
| pldmFwBundle: | ||
| type: string | ||
| tmpFwComponents: | ||
| properties: | ||
| astraNicFw: | ||
| type: string | ||
| bmcErot: | ||
| type: string | ||
| bmcFw: | ||
| type: string | ||
| graceErot: | ||
| type: string | ||
| graceFw: | ||
| type: string | ||
| type: object | ||
| type: object | ||
| status: | ||
| default: | ||
| phase: Initializing | ||
| description: BlueFieldSoftwareStatus defines the observed state of BlueFieldSoftware | ||
| properties: | ||
| conditions: | ||
| description: Conditions represent the latest available observations | ||
| of BlueFieldSoftware state | ||
| items: | ||
| description: Condition contains details for one aspect of the current | ||
| state of this API Resource. | ||
| properties: | ||
| lastTransitionTime: | ||
| description: |- | ||
| lastTransitionTime is the last time the condition transitioned from one status to another. | ||
| This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. | ||
| format: date-time | ||
| type: string | ||
| message: | ||
| description: |- | ||
| message is a human readable message indicating details about the transition. | ||
| This may be an empty string. | ||
| maxLength: 32768 | ||
| type: string | ||
| observedGeneration: | ||
| description: |- | ||
| observedGeneration represents the .metadata.generation that the condition was set based upon. | ||
| For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date | ||
| with respect to the current state of the instance. | ||
| format: int64 | ||
| minimum: 0 | ||
| type: integer | ||
| reason: | ||
| description: |- | ||
| reason contains a programmatic identifier indicating the reason for the condition's last transition. | ||
| Producers of specific condition types may define expected values and meanings for this field, | ||
| and whether the values are considered a guaranteed API. | ||
| The value should be a CamelCase string. | ||
| This field may not be empty. | ||
| maxLength: 1024 | ||
| minLength: 1 | ||
| pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ | ||
| type: string | ||
| status: | ||
| description: status of the condition, one of True, False, Unknown. | ||
| enum: | ||
| - "True" | ||
| - "False" | ||
| - Unknown | ||
| type: string | ||
| type: | ||
| description: type of condition in CamelCase or in foo.example.com/CamelCase. | ||
| maxLength: 316 | ||
| pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ | ||
| type: string | ||
| required: | ||
| - lastTransitionTime | ||
| - message | ||
| - reason | ||
| - status | ||
| - type | ||
| type: object | ||
| type: array | ||
| downloadedComponents: | ||
| description: DownloadedComponents tracks which components have been | ||
| successfully downloaded | ||
| properties: | ||
| astraNicFw: | ||
| type: string | ||
| bmcErot: | ||
| type: string | ||
| bmcFW: | ||
| type: string | ||
| graceErot: | ||
| type: string | ||
| graceFw: | ||
| type: string | ||
| osIso: | ||
| type: string | ||
| pldmFwBundle: | ||
| type: string | ||
| type: object | ||
| observedGeneration: | ||
| description: ObservedGeneration records the Generation observed on | ||
| the object the last time it was patched. | ||
| format: int64 | ||
| type: integer | ||
| phase: | ||
| default: Initializing | ||
| description: The current state of BlueFieldSoftware. | ||
| enum: | ||
| - Initializing | ||
| - Downloading | ||
| - Ready | ||
| - Deleting | ||
| - Error | ||
| type: string | ||
| versions: | ||
| description: Versions tracks the versions of the components | ||
| properties: | ||
| fwBundleVersion: | ||
| type: string | ||
| osISOVersion: | ||
| type: string | ||
| tmpFwComponentsVersions: | ||
| properties: | ||
| astraNicFwVersion: | ||
| type: string | ||
| bmcErotVersion: | ||
| type: string | ||
| bmcFwVersion: | ||
| type: string | ||
| graceErotVersion: | ||
| type: string | ||
| graceFwVersion: | ||
| type: string | ||
| type: object | ||
| required: | ||
| - tmpFwComponentsVersions | ||
| type: object | ||
| x-kubernetes-validations: | ||
| - message: fwBundleVersion is immutable | ||
| rule: self.fwBundleVersion == oldSelf.fwBundleVersion | ||
| - message: osISOVersion is immutable | ||
| rule: self.osISOVersion == oldSelf.osISOVersion | ||
| - message: tmpFwComponentsVersions is immutable | ||
| rule: self.tmpFwComponentsVersions == oldSelf.tmpFwComponentsVersions | ||
| required: | ||
| - phase | ||
| type: object | ||
| type: object | ||
| x-kubernetes-validations: | ||
| - message: name length can't be bigger than 187 chars | ||
| rule: self.metadata.name.size() <= 187 | ||
| served: true | ||
| storage: true | ||
| subresources: | ||
| status: {} |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are testing against BFB 3.4 with QA. TBD for support with BFB 3.2.x. We will circle back on this soon.