From 0b9a4f97832733d4572ba048e2edac74704b81f6 Mon Sep 17 00:00:00 2001 From: Jake Yip Date: Tue, 14 May 2024 21:26:09 +1000 Subject: [PATCH] Add tests for Kubernetes v1.28.9 Also update user documentation Change-Id: I59c3c98fdef93b2c4fc0f867b2f9c200b23ab705 --- .zuul.yaml | 44 +++++++++++++++++++++++++++++++++++++++ doc/source/user/index.rst | 8 +++++++ 2 files changed, 52 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 848460276c..2028117fc8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -49,6 +49,48 @@ - magnum_docker_login timeout: 7200 +- job: + name: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28 + parent: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1 + vars: + devstack_localrc: + MAGNUM_KUBECTL_TAG: v1.28.9 + devstack_local_conf: + test-config: + $TEMPEST_CONFIG: + magnum: + labels: + kube_tag: v1.28.9-rancher1 + container_runtime: containerd + containerd_version: 1.6.31 + containerd_tarball_sha256: 75afb9b9674ff509ae670ef3ab944ffcdece8ea9f7d92c42307693efa7b6109d + cloud_provider_tag: v1.27.3 + cinder_csi_plugin_tag: v1.27.3 + k8s_keystone_auth_tag: v1.27.3 + magnum_auto_healer_tag: v1.27.3 + octavia_ingress_controller_tag: v1.27.3 + calico_tag: v3.26.4 + +- job: + name: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28-calico + parent: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28 + vars: + devstack_local_conf: + test-config: + $TEMPEST_CONFIG: + magnum: + network_driver: calico + +- job: + name: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28-flannel + parent: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28 + vars: + devstack_local_conf: + test-config: + $TEMPEST_CONFIG: + magnum: + network_driver: flannel + - job: name: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.27 parent: magnum-tempest-plugin-tests-cluster-k8s_fcos_v1 @@ -104,6 +146,8 @@ - magnum-tempest-plugin-tests-api - magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.27-flannel - magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.27-calico + - magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28-flannel + - magnum-tempest-plugin-tests-cluster-k8s_fcos_v1-1.28-calico - magnum-container-build gate: jobs: diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index 7c32e6b33d..1f2bf80fc0 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -1556,6 +1556,8 @@ The supported (tested) versions of Kubernetes and Operating Systems are: +-------------------+-------------------+-------------------------------+ | Release | kube_tag | os distro and version | +===================+===================+===============================+ +| 19.0.0 (Dalmatian)| v1.28.9-rancher1 | fedora-coreos-38.20230806.3.0 | ++-------------------+-------------------+-------------------------------+ | 18.0.0 (Caracal) | v1.27.8-rancher2 | fedora-coreos-38.20230806.3.0 | +-------------------+-------------------+-------------------------------+ | 17.0.0 (Bobcat) | v1.26.8-rancher1 | fedora-coreos-38.20230806.3.0 | @@ -1588,6 +1590,12 @@ Supported labels The tested labels for each release is as follow +- Dalmatian + + kube_tag=v1.28.9-rancher1,container_runtime=containerd,containerd_version=1.6.31,containerd_tarball_sha256=75afb9b9674ff509ae670ef3ab944ffcdece8ea9f7d92c42307693efa7b6109d,cloud_provider_tag=v1.27.3,cinder_csi_plugin_tag=v1.27.3,k8s_keystone_auth_tag=v1.27.3,magnum_auto_healer_tag=v1.27.3,octavia_ingress_controller_tag=v1.27.3,calico_tag=v3.26.4 + + kube_tag=v1.27.8-rancher2,container_runtime=containerd,containerd_version=1.6.31,containerd_tarball_sha256=75afb9b9674ff509ae670ef3ab944ffcdece8ea9f7d92c42307693efa7b6109d,cloud_provider_tag=v1.27.3,cinder_csi_plugin_tag=v1.27.3,k8s_keystone_auth_tag=v1.27.3,magnum_auto_healer_tag=v1.27.3,octavia_ingress_controller_tag=v1.27.3,calico_tag=v3.26.4 + - Caracal kube_tag=v1.27.8-rancher2,container_runtime=containerd,containerd_version=1.6.28,containerd_tarball_sha256=f70736e52d61e5ad225f4fd21643b5ca1220013ab8b6c380434caeefb572da9b,cloud_provider_tag=v1.27.3,cinder_csi_plugin_tag=v1.27.3,k8s_keystone_auth_tag=v1.27.3,magnum_auto_healer_tag=v1.27.3,octavia_ingress_controller_tag=v1.27.3,calico_tag=v3.26.4