Skip to content

Commit 3178ca1

Browse files
authored
chore: sync SRIOV NO CRDs (#1775)
2 parents 2f0bb58 + 52aa2e4 commit 3178ca1

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

deployment/network-operator/charts/sriov-network-operator/crds/sriovnetwork.openshift.io_sriovnetworknodestates.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,14 @@ spec:
187187
type: array
188188
system:
189189
properties:
190+
ovsConfig:
191+
additionalProperties:
192+
type: string
193+
default:
194+
hw-offload: "true"
195+
description: OVS config. It will be provided for ovs-vswitchd
196+
service as other_config option
197+
type: object
190198
rdmaMode:
191199
description: RDMA subsystem. Allowed value "shared", "exclusive".
192200
enum:
@@ -368,6 +376,14 @@ spec:
368376
type: string
369377
system:
370378
properties:
379+
ovsConfig:
380+
additionalProperties:
381+
type: string
382+
default:
383+
hw-offload: "true"
384+
description: OVS config. It will be provided for ovs-vswitchd
385+
service as other_config option
386+
type: object
371387
rdmaMode:
372388
description: RDMA subsystem. Allowed value "shared", "exclusive".
373389
enum:

deployment/network-operator/charts/sriov-network-operator/crds/sriovnetwork.openshift.io_sriovnetworkpoolconfigs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ spec:
112112
On OpenShift:
113113
Name is the name of MachineConfigPool to be enabled with OVS hardware offload
114114
type: string
115+
otherConfig:
116+
additionalProperties:
117+
type: string
118+
default:
119+
hw-offload: "true"
120+
description: OVS config. It will be provided for ovs-vswitchd
121+
service as other_config option
122+
type: object
115123
type: object
116124
rdmaMode:
117125
description: RDMA subsystem. Allowed value "shared", "exclusive".

0 commit comments

Comments
 (0)