File tree Expand file tree Collapse file tree 15 files changed +24
-25
lines changed Expand file tree Collapse file tree 15 files changed +24
-25
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,9 @@ An update to the DPUSet can be done for upgrading the BFB or modifying provision
2121These are the required steps for upgrading the BFB on a set of DPUs
2222(The BFB is specified as part of the DPU Set CRD):
2323
24- ** 1.** Create a BFB YAML that includes the required BFB file and also assigns a distinct name for the object (Different from
25- the currently used BFB objects). After applying the YAML, the BFB will be
26- [ pulled from the specified URL] ( https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0.0-135_25.04_ubuntu-22.04_prod.bfb )
27- to the shared storage:
24+ ** 1.** Create a BFB YAML that includes the required BFB file and also assigns a distinct name for the object (Different
25+ from the currently used BFB objects). After applying the YAML, the BFB will be pulled from the specified URL to the
26+ shared storage:
2827
2928``` yaml
3029---
@@ -34,7 +33,7 @@ metadata:
3433 name : bf-bundle-new
3534 namespace : dpf-operator-system
3635spec :
37- url : https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0 .0-135_25.04_ubuntu -22.04_prod.bfb
36+ url : https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1 .0-76_25.07_ubuntu -22.04_prod.bfb
3837` ` `
3938
4039**2.** Update the DPUSet YAML to point to the new BFB object:
Original file line number Diff line number Diff line change @@ -133,10 +133,10 @@ export SERVICE_CIDR=10.233.0.0/18
133133export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
134134
135135# # The DPF TAG is the version of the DPF components which will be deployed in this guide.
136- export TAG=v25.4 .0
136+ export TAG=v25.7 .0
137137
138138# # URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
139- export BFB_URL=" https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0 .0-135_25.04_ubuntu -22.04_prod.bfb"
139+ export BFB_URL=" https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1 .0-76_25.07_ubuntu -22.04_prod.bfb"
140140```
141141</details >
142142
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export SERVICE_CIDR=10.233.0.0/18
5050export REGISTRY = https://helm.ngc.nvidia.com/nvidia/doca
5151
5252# # The DPF TAG is the version of the DPF components which will be deployed in this guide.
53- export TAG = v25.4 .0
53+ export TAG = v25.7 .0
5454
5555# # URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
56- export BFB_URL = " https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0 .0-135_25.04_ubuntu -22.04_prod.bfb"
56+ export BFB_URL = " https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1 .0-76_25.07_ubuntu -22.04_prod.bfb"
Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ export HBN_NGC_IMAGE_URL=nvcr.io/nvidia/doca/doca_hbn
7474export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
7575
7676# # The DPF TAG is the version of the DPF components which will be deployed in this guide.
77- export TAG=v25.4 .0
77+ export TAG=v25.7 .0
7878
7979# # URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
80- export BFB_URL=" https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0 .0-135_25.04_ubuntu -22.04_prod.bfb"
80+ export BFB_URL=" https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1 .0-76_25.07_ubuntu -22.04_prod.bfb"
8181```
8282</details >
8383
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export HBN_NGC_IMAGE_URL=nvcr.io/nvidia/doca/doca_hbn
2323export REGISTRY = https://helm.ngc.nvidia.com/nvidia/doca
2424
2525# # The DPF TAG is the version of the DPF components which will be deployed in this guide.
26- export TAG = v25.4 .0
26+ export TAG = v25.7 .0
2727
2828# # URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
29- export BFB_URL = " https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0 .0-135_25.04_ubuntu -22.04_prod.bfb"
29+ export BFB_URL = " https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1 .0-76_25.07_ubuntu -22.04_prod.bfb"
Original file line number Diff line number Diff line change @@ -140,10 +140,10 @@ export SERVICE_CIDR=10.233.0.0/18
140140export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
141141
142142# # The DPF TAG is the version of the DPF components which will be deployed in this guide.
143- export TAG=v25.4 .0
143+ export TAG=v25.7 .0
144144
145145# # URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
146- export BFB_URL=" https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0 .0-135_25.04_ubuntu -22.04_prod.bfb"
146+ export BFB_URL=" https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1 .0-76_25.07_ubuntu -22.04_prod.bfb"
147147```
148148</details >
149149
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export SERVICE_CIDR=10.233.0.0/18
5252export REGISTRY = https://helm.ngc.nvidia.com/nvidia/doca
5353
5454# # The DPF TAG is the version of the DPF components which will be deployed in this guide.
55- export TAG = v25.4 .0
55+ export TAG = v25.7 .0
5656
5757# # URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
58- export BFB_URL = " https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0 .0-135_25.04_ubuntu -22.04_prod.bfb"
58+ export BFB_URL = " https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1 .0-76_25.07_ubuntu -22.04_prod.bfb"
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
6060export TAG=v25.7.0
6161
6262# # URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
63- export BFB_URL=" https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0 .0-135_25.04_ubuntu -22.04_prod.bfb"
63+ export BFB_URL=" https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1 .0-76_25.07_ubuntu -22.04_prod.bfb"
6464```
6565</details >
6666
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
1515export TAG = v25.7.0
1616
1717# # URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
18- export BFB_URL = " https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0 .0-135_25.04_ubuntu -22.04_prod.bfb"
18+ export BFB_URL = " https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1 .0-76_25.07_ubuntu -22.04_prod.bfb"
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export REGISTRY=https://helm.ngc.nvidia.com/nvidia/doca
8181export TAG=v25.7.0
8282
8383# # URL to the BFB used in the `bfb.yaml` and linked by the DPUSet.
84- export BFB_URL=" https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.0 .0-135_25.04_ubuntu -22.04_prod.bfb"
84+ export BFB_URL=" https://content.mellanox.com/BlueField/BFBs/Ubuntu22.04/bf-bundle-3.1 .0-76_25.07_ubuntu -22.04_prod.bfb"
8585
8686# # IP_RANGE_START and IP_RANGE_END
8787# # These define the IP range for DPU discovery via Redfish/BMC interfaces
You can’t perform that action at this time.
0 commit comments