Skip to content

Commit afa18fd

Browse files
committed
Revert "Update testing Ubuntu image to 22.04"
This reverts commit f5950fc. It was found that Ubuntu 22.04 client has a problem with mount. Keep using Ubuntu 20.04 until fix is found
1 parent 1c412a9 commit afa18fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/contributor/environments/ci-multinode.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ Then, run ``kayobe overcloud service deploy`` to deploy Manila.
4242

4343
To test it, you will need two virtual machines. Cirros does not support the Ceph
4444
kernel client, so you will need to use a different image. Any regular Linux
45-
distribution should work. As an example, this guide will use Ubuntu 22.04.
45+
distribution should work. As an example, this guide will use Ubuntu 20.04.
4646

4747
Download the image locally:
4848

4949
.. code-block:: bash
5050
51-
wget http://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
51+
wget http://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
5252
5353
Upload the image to Glance:
5454

5555
.. code-block:: bash
5656
57-
openstack image create --container-format bare --disk-format qcow2 --file jammy-server-cloudimg-amd64.img Ubuntu-22.04 --progress
57+
openstack image create --container-format bare --disk-format qcow2 --file focal-server-cloudimg-amd64.img Ubuntu-20.04 --progress
5858
5959
Create a keypair:
6060

@@ -66,8 +66,8 @@ Create two virtual machines from the image:
6666

6767
.. code-block:: bash
6868
69-
openstack server create --flavor m1.small --image Ubuntu-22.04 --key-name id_rsa --network admin-tenant ubuntu-client-1
70-
openstack server create --flavor m1.small --image Ubuntu-22.04 --key-name id_rsa --network admin-tenant ubuntu-client-2
69+
openstack server create --flavor m1.small --image Ubuntu-20.04 --key-name id_rsa --network admin-tenant ubuntu-client-1
70+
openstack server create --flavor m1.small --image Ubuntu-20.04 --key-name id_rsa --network admin-tenant ubuntu-client-2
7171
7272
Wait until the instances are active. It is worth noting that this process can
7373
take a while, especially if the overcloud is deployed to virtual machines. You

0 commit comments

Comments
 (0)