From 36cff45fd314ce90ed78ad35f3e9b5cb0e0acb85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Mon, 7 Jul 2025 14:46:35 +0200 Subject: [PATCH] Update README to Zed MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I7d97bf1e403c4398dc14d5621cab79e05a166876 Signed-off-by: Cédric Ollivier --- README.md | 19 +++++++++++-------- docs/testing/user/configguide/configguide.rst | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c792d5920..a946401a5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,10 @@ datacenters as the lowest cost (50 euros hardware and software included). | Kali | Ussuri | | Leguer | Victoria | | Wallaby | Wallaby | -| **Master** | **next Xena** | +| Xena | Xena | +| Yoga | Yoga | +| **Zed** | **Zed** | +| Master | next 2023.1 | ## Prepare your environment @@ -49,7 +52,7 @@ export OS_IDENTITY_API_VERSION=3 export OS_REGION_NAME=XXX ``` -mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh | sh -s -- images && ls -1 images/* +mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh?h=stable/zed | sh -s -- images && ls -1 images/* ``` images/cirros-0.6.1-aarch64-disk.img images/cirros-0.6.1-x86_64-disk.img @@ -68,7 +71,7 @@ images/vyos-1.1.8-amd64.qcow2 sudo docker run --env-file env \ -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \ -v $(pwd)/images:/home/opnfv/functest/images \ - opnfv/functest-healthcheck + opnfv/functest-healthcheck:zed ``` ``` @@ -96,7 +99,7 @@ sudo docker run --env-file env \ sudo docker run --env-file env \ -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \ -v $(pwd)/images:/home/opnfv/functest/images \ - opnfv/functest-smoke + opnfv/functest-smoke:zed ``` ``` @@ -130,7 +133,7 @@ sudo docker run --env-file env \ sudo docker run --env-file env \ -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \ -v $(pwd)/images:/home/opnfv/functest/images \ - opnfv/functest-smoke-cntt + opnfv/functest-smoke-cntt:zed ``` ``` @@ -154,7 +157,7 @@ sudo docker run --env-file env \ sudo docker run --env-file env \ -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \ -v $(pwd)/images:/home/opnfv/functest/images \ - opnfv/functest-benchmarking + opnfv/functest-benchmarking:zed ``` ``` @@ -174,7 +177,7 @@ sudo docker run --env-file env \ sudo docker run --env-file env \ -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \ -v $(pwd)/images:/home/opnfv/functest/images \ - opnfv/functest-benchmarking-cntt + opnfv/functest-benchmarking-cntt:zed ``` ``` @@ -194,7 +197,7 @@ sudo docker run --env-file env \ sudo docker run --env-file env \ -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \ -v $(pwd)/images:/home/opnfv/functest/images \ - opnfv/functest-vnf + opnfv/functest-vnf:zed ``` ``` diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst index b1727a2e1..24c297c95 100644 --- a/docs/testing/user/configguide/configguide.rst +++ b/docs/testing/user/configguide/configguide.rst @@ -51,7 +51,7 @@ See section on OpenStack credentials for details. Create a directory for the different images (attached as a Docker volume):: - mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh | sh -s -- images && ls -1 images/* + mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh?h=stable/yoga | sh -s -- images && ls -1 images/* images/cirros-0.5.1-aarch64-disk.img images/cirros-0.5.1-x86_64-disk.img -- 2.16.6