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 @@ -39,19 +39,19 @@ Then, run ``kayobe overcloud service deploy`` to deploy Manila.
39
39
40
40
To test it, you will need two virtual machines. Cirros does not support the Ceph
41
41
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.
43
43
44
44
Download the image locally:
45
45
46
46
.. code-block :: bash
47
47
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
49
49
50
50
Upload the image to Glance:
51
51
52
52
.. code-block :: bash
53
53
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
55
55
56
56
Create a keypair:
57
57
@@ -63,8 +63,8 @@ Create two virtual machines from the image:
63
63
64
64
.. code-block :: bash
65
65
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
68
68
69
69
Wait until the instances are active. It is worth noting that this process can
70
70
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