Wait for CDI to be available after deploying it.
Also add the missing --deploy-kubevirt-cdi flag to the usage help.
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
Bump to KubeVirt 1.4.0 and drop manual deployment of
common-instancetypes as they are now deployed by KubeVirt by default.
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
Use the bundled common-instancetypes deployed by virt-operator instead
of deploying common-instancetypes manually.
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
Bump the versions of installed software components during the e2e test setup
to the latest stable releases.
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
Swap the order of commands in hack/e2e-setup.sh, so it becomes possible
to run 'make cluster-down` when the kind/kubectl binaries are missing.
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
Change the license of the collection to Apache 2.0 to be compliant with
the CNCF licensing requirements.
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
With this change hack/e2e-setup.sh configures a local registry when the
--create-registry argument is passed to it. This registry can be used to
test local images. The registry is optional and not created by default.
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
Bump the software versions defined in hack/e2e-setup.sh to the latest
ones and sync version installed of kind in github integration tests
with e2e-setup.sh. Update the CentOS 9 Stream preference name used in
the tests to the new name in common-instancetypes v0.4.0.
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
Update versions:
- kubectl to v1.28.1
- CDI to v1.57.0
- common-instancetypes to v0.3.2
- CNAO to v0.89.0
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>