File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
doc/source/contributor/environments Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,19 +35,19 @@ deployment.
35
35
36
36
To test it, you will need two virtual machines. Cirros does not support the Ceph
37
37
kernel client, so you will need to use a different image. Any regular Linux
38
- distribution should work. As an example, this guide will use Ubuntu 20 .04.
38
+ distribution should work. As an example, this guide will use Ubuntu 22 .04.
39
39
40
40
Download the image locally:
41
41
42
42
.. code-block :: bash
43
43
44
- wget http ://cloud-images.ubuntu.com/focal /current/focal -server-cloudimg-amd64.img
44
+ wget https ://cloud-images.ubuntu.com/jammy /current/jammy -server-cloudimg-amd64.img
45
45
46
46
Upload the image to Glance:
47
47
48
48
.. code-block :: bash
49
49
50
- openstack image create --container-format bare --disk-format qcow2 --file focal -server-cloudimg-amd64.img Ubuntu-20 .04 --progress
50
+ openstack image create --container-format bare --disk-format qcow2 --file jammy -server-cloudimg-amd64.img Ubuntu-22 .04 --progress
51
51
52
52
Create a keypair:
53
53
@@ -59,8 +59,8 @@ Create two virtual machines from the image:
59
59
60
60
.. code-block :: bash
61
61
62
- openstack server create --flavor m1.small --image Ubuntu-20 .04 --key-name id_rsa --network admin-tenant ubuntu-client-1
63
- openstack server create --flavor m1.small --image Ubuntu-20 .04 --key-name id_rsa --network admin-tenant ubuntu-client-2
62
+ openstack server create --flavor m1.small --image Ubuntu-22 .04 --key-name id_rsa --network admin-tenant ubuntu-client-1
63
+ openstack server create --flavor m1.small --image Ubuntu-22 .04 --key-name id_rsa --network admin-tenant ubuntu-client-2
64
64
65
65
Wait until the instances are active. It is worth noting that this process can
66
66
take a while, especially if the overcloud is deployed to virtual machines. You
You can’t perform that action at this time.
0 commit comments