Skip to content

Commit cb97b3a

Browse files
committed
virt, DPDK Checkup: Update upstream image tags
Update traffic-gen and VM-under-test container disk image versions. Also remove their default values and mark them as mandatory. Signed-off-by: Orel Misan <[email protected]>
1 parent 5c65465 commit cb97b3a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

modules/virt-checking-cluster-dpdk-readiness.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ metadata:
108108
data:
109109
spec.timeout: 10m
110110
spec.param.networkAttachmentDefinitionName: <network_name> <1>
111-
spec.param.trafficGenContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-traffic-gen:v0.3.1 <2>
112-
spec.param.vmUnderTestContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-vm:v0.3.1" <3>
111+
spec.param.trafficGenContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-traffic-gen:v0.4.0 <2>
112+
spec.param.vmUnderTestContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-vm:v0.4.0" <3>
113113
----
114114
<1> The name of the `NetworkAttachmentDefinition` object.
115115
<2> The container disk image for the traffic generator. In this example, the image is pulled from the upstream Project Quay Container Registry.
@@ -194,8 +194,8 @@ metadata:
194194
data:
195195
spec.timeout: 10m
196196
spec.param.NetworkAttachmentDefinitionName: "dpdk-network-1"
197-
spec.param.trafficGenContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-traffic-gen:v0.2.0"
198-
spec.param.vmUnderTestContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-vm:v0.2.0"
197+
spec.param.trafficGenContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-traffic-gen:v0.4.0"
198+
spec.param.vmUnderTestContainerDiskImage: "quay.io/kiagnose/kubevirt-dpdk-checkup-vm:v0.4.0"
199199
status.succeeded: "true" <1>
200200
status.failureReason: "" <2>
201201
status.startTimestamp: "2023-07-31T13:14:38Z" <3>

modules/virt-dpdk-config-map-parameters.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The following table shows the mandatory and optional parameters that you can set
2424
|True
2525

2626
|`spec.param.trafficGenContainerDiskImage`
27-
|The container disk image for the traffic generator. The default value is `quay.io/kiagnose/kubevirt-dpdk-checkup-traffic-gen:main`.
28-
|False
27+
|The container disk image for the traffic generator.
28+
|True
2929

3030
|`spec.param.trafficGenTargetNodeName`
3131
|The node on which the traffic generator VM is to be scheduled. The node should be configured to allow DPDK traffic.
@@ -36,8 +36,8 @@ The following table shows the mandatory and optional parameters that you can set
3636
|False
3737

3838
|`spec.param.vmUnderTestContainerDiskImage`
39-
|The container disk image for the VM under test. The default value is `quay.io/kiagnose/kubevirt-dpdk-checkup-vm:main`.
40-
|False
39+
|The container disk image for the VM under test.
40+
|True
4141

4242
|`spec.param.vmUnderTestTargetNodeName`
4343
|The node on which the VM under test is to be scheduled. The node should be configured to allow DPDK traffic.

0 commit comments

Comments
 (0)