You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment/network-operator/charts/nic-configuration-operator-chart/crds/configuration.net.nvidia.com_nicconfigurationtemplates.yaml
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -126,21 +126,6 @@ spec:
126
126
required:
127
127
- enabled
128
128
type: object
129
-
rawNvConfig:
130
-
description: List of arbitrary nv config parameters
131
-
items:
132
-
properties:
133
-
name:
134
-
description: Name of the arbitrary nvconfig parameter
135
-
type: string
136
-
value:
137
-
description: Value of the arbitrary nvconfig parameter
Copy file name to clipboardExpand all lines: deployment/network-operator/charts/nic-configuration-operator-chart/crds/configuration.net.nvidia.com_nicdevices.yaml
+2-16Lines changed: 2 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,8 @@ spec:
45
45
properties:
46
46
resetToDefault:
47
47
description: |-
48
-
ResetToDefault specifies whether node agent needs to perform a reset flow
48
+
ResetToDefault specifies whether node agent needs to perform a reset flow.
49
+
In NIC Configuration Operator template v0.1.14 BF2/BF3 DPUs (not SuperNics) FW reset flow isn't supported.
49
50
The following operations will be performed:
50
51
* Nvconfig reset of all non-volatile configurations
51
52
- Mstconfig -d <device> reset for each PF
@@ -105,21 +106,6 @@ spec:
105
106
required:
106
107
- enabled
107
108
type: object
108
-
rawNvConfig:
109
-
description: List of arbitrary nv config parameters
110
-
items:
111
-
properties:
112
-
name:
113
-
description: Name of the arbitrary nvconfig parameter
114
-
type: string
115
-
value:
116
-
description: Value of the arbitrary nvconfig parameter
Copy file name to clipboardExpand all lines: deployment/network-operator/charts/nic-configuration-operator-chart/templates/supported-nic-firmware-configmap.yaml
0 commit comments