Skip to content

Commit f5950fc

Browse files
committed
Update testing Ubuntu image to 22.04
1 parent d621f3b commit f5950fc

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
@@ -39,19 +39,19 @@ Then, run ``kayobe overcloud service deploy`` to deploy Manila.
3939

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

4444
Download the image locally:
4545

4646
.. code-block:: bash
4747
48-
wget http://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
48+
wget http://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
4949
5050
Upload the image to Glance:
5151

5252
.. code-block:: bash
5353
54-
openstack image create --container-format bare --disk-format qcow2 --file focal-server-cloudimg-amd64.img Ubuntu-20.04 --progress
54+
openstack image create --container-format bare --disk-format qcow2 --file jammy-server-cloudimg-amd64.img Ubuntu-22.04 --progress
5555
5656
Create a keypair:
5757

@@ -63,8 +63,8 @@ Create two virtual machines from the image:
6363

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

0 commit comments

Comments
 (0)