From 791a9a123281f200c004e3f3ae01b11c464ede56 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 30 Jun 2021 15:24:29 +0200 Subject: Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It takes Wallaby into account Change-Id: I279f973778884165f0d04fdb638aee60d2bd180c Signed-off-by: Cédric Ollivier --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5482f6388..856104136 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,11 @@ datacenters as the lowest cost (50 euros hardware and software included). | Functest releases | OpenStack releases | |-------------------|--------------------| -| Hunter | Rocky | -| Iruya | Stein | | Jerma | Train | | Kali | Ussuri | | Leguer | Victoria | -| **Master** | **next Wallaby** | +| **Wallaby** | **Wallaby** | +| Master | next Xena | ## Prepare your environment @@ -50,7 +49,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 | bash -s -- images && ls -1 images/* +mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh?h=stable/wallaby | bash -s -- images && ls -1 images/* ``` images/cirros-0.5.1-aarch64-disk.img images/cirros-0.5.1-x86_64-disk.img @@ -69,7 +68,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:wallaby ``` ``` @@ -98,7 +97,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:wallaby ``` ``` @@ -132,7 +131,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:wallaby ``` ``` @@ -156,7 +155,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:wallaby ``` ``` @@ -176,7 +175,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:wallaby ``` ``` @@ -196,7 +195,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:wallaby ``` ``` -- cgit