aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-06-30 15:24:29 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2021-06-30 15:31:29 +0200
commit791a9a123281f200c004e3f3ae01b11c464ede56 (patch)
tree10faa5f65e77c5222db6c214d15e21641b315bdc
parent367ed5a277c9ad0eeee2537b4d20f260331439b3 (diff)
Update README.md
It takes Wallaby into account Change-Id: I279f973778884165f0d04fdb638aee60d2bd180c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--README.md19
1 files 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
```
```