@@ -38,11 +38,11 @@ Config changes
38
38
3. Also under vxlan_interfaces, add vni:x where x is between 500 and 1000
39
39
4. Also under vxlan_interfaces, check vxlan_dstport is not 4789 (this causes
40
40
conflicts, change to 4790)
41
- 5. In / etc/kayobe/environments/ci-multinode/tf-networks.yml, edit admin_ips so
41
+ 5. In etc/kayobe/environments/ci-multinode/tf-networks.yml, edit admin_ips so
42
42
that the compute and controller IPs line up with the
43
43
instances that were created earlier, remove the other IPs for seed and
44
44
cephOSD
45
- 6. In / etc/kayobe/environments/ci-multinode/network-allocation.yml, remove all
45
+ 6. In etc/kayobe/environments/ci-multinode/network-allocation.yml, remove all
46
46
the entries and just assign ``aio_ips: `` an empty set ``[] ``
47
47
7. In etc/kayobe/environments/ci-multinode/inventory/hosts, remove the seed
48
48
8. run stackhpc-kayobe-config/etc/kayobe/ansible/growroot.yml (if this fails,
59
59
======
60
60
The Multinode environment supports Manila with the CephFS native backend, but it
61
61
is not enabled by default. To enable it, set the following in
62
- ``/ etc/kayobe/environments/ci-multinode/kolla.yml ``:
62
+ ``etc/kayobe/environments/ci-multinode/kolla.yml ``:
63
63
64
64
.. code-block :: yaml
65
65
@@ -71,7 +71,7 @@ deployment.
71
71
72
72
To test it, you will need two virtual machines. Cirros does not support the Ceph
73
73
kernel client, so you will need to use a different image. Any regular Linux
74
- distribution should work. As an example, we will use Ubuntu 20.04.
74
+ distribution should work. As an example, this guide will use Ubuntu 20.04.
75
75
76
76
Download the image locally:
77
77
@@ -133,7 +133,7 @@ Back on the host, install the Manila client:
133
133
134
134
.. code-block :: bash
135
135
136
- sudo dnf install -y python-manilaclient
136
+ pip install python-manilaclient
137
137
138
138
Then create a share type and share:
139
139
0 commit comments