Skip to content

Commit

Permalink
Update bundles
Browse files Browse the repository at this point in the history
with command `make -f Makefile.bundle generate bundle`

Synced fields
- `SriovNetwork.Spec.LogLevel`
- `SriovNetwork.Spec.LogFile`
- `SriovOperatorConfigs.Spec.UseCDI`

Signed-off-by: Andrea Panattoni <[email protected]>
  • Loading branch information
zeeke committed Nov 23, 2023
1 parent c7dc1be commit c7fe450
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/openshift/origin-sriov-network-operator:4.15
createdAt: "2023-10-23T08:39:21Z"
createdAt: "2023-11-23T09:50:54Z"
description: An operator for configuring SR-IOV components and initializing SRIOV
network devices in Openshift cluster.
olm.skipRange: '>=4.3.0-0 <4.15.0'
Expand Down
18 changes: 18 additions & 0 deletions bundle/manifests/sriovnetwork.openshift.io_sriovnetworks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,24 @@ spec:
- enable
- disable
type: string
logFile:
description: LogFile sets the log file of the SRIOV CNI plugin logs.
If unset (default), this will log to stderr and thus to multus and
container runtime logs.
type: string
logLevel:
default: info
description: LogLevel sets the log level of the SRIOV CNI plugin -
either of panic, error, warning, info, debug. Defaults to info if
left blank.
enum:
- panic
- error
- warning
- info
- debug
- ""
type: string
maxTxRate:
description: Maximum tx rate, in Mbps, for the VF. Defaults to 0 (no
rate limiting)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ spec:
maximum: 2
minimum: 0
type: integer
useCDI:
description: Flag to enable Container Device Interface mode for SR-IOV
Network Device Plugin
type: boolean
type: object
status:
description: SriovOperatorConfigStatus defines the observed state of SriovOperatorConfig
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/supported-nic-ids_v1_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ data:
Qlogic_qede_QL41000: 1077 8070 8090
Qlogic_qede_QL45000_25G: 1077 1656 1664
Qlogic_qede_QL45000_50G: 1077 1654 1664
Red_Hat_Virtio_network_device: 1af4 1000 1000
Red_Hat_Virtio_1_0_network_device: 1af4 1041 1041
Red_Hat_Virtio_network_device: 1af4 1000 1000
kind: ConfigMap
metadata:
name: supported-nic-ids
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/openshift/origin-sriov-network-operator:4.15
createdAt: "2023-10-23T08:39:21Z"
createdAt: "2023-11-23T09:50:54Z"
description: An operator for configuring SR-IOV components and initializing SRIOV
network devices in Openshift cluster.
olm.skipRange: '>=4.3.0-0 <4.15.0'
Expand Down
18 changes: 18 additions & 0 deletions manifests/stable/sriovnetwork.openshift.io_sriovnetworks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,24 @@ spec:
- enable
- disable
type: string
logFile:
description: LogFile sets the log file of the SRIOV CNI plugin logs.
If unset (default), this will log to stderr and thus to multus and
container runtime logs.
type: string
logLevel:
default: info
description: LogLevel sets the log level of the SRIOV CNI plugin -
either of panic, error, warning, info, debug. Defaults to info if
left blank.
enum:
- panic
- error
- warning
- info
- debug
- ""
type: string
maxTxRate:
description: Maximum tx rate, in Mbps, for the VF. Defaults to 0 (no
rate limiting)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ spec:
maximum: 2
minimum: 0
type: integer
useCDI:
description: Flag to enable Container Device Interface mode for SR-IOV
Network Device Plugin
type: boolean
type: object
status:
description: SriovOperatorConfigStatus defines the observed state of SriovOperatorConfig
Expand Down

0 comments on commit c7fe450

Please sign in to comment.