File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -388,6 +388,29 @@ The possible batches depend on a number of things:
388
388
* available spare hypervisor capacity
389
389
* sizes of groups of compatible hypervisors
390
390
391
+ Transition to Containerized Libvirt
392
+ -----------------------------------
393
+
394
+ Following is needed when migrating from Rocky Linux 8 to Rocky Linux 9 and transitioning to containerized Libvirt:
395
+
396
+ 1. Remove Existing Libvirt (if installed on a RL9 host)
397
+
398
+ .. code-block :: console
399
+
400
+ kayobe overcloud host command run --command "dnf remove -y libvirt libvirt-bin libvirt-daemon iscsi-initiator-utils" -b -l <hostname>
401
+
402
+ 2. Update kolla.yml
403
+
404
+ .. code-block :: yaml
405
+
406
+ kolla_enable_nova_libvirt_container : " {{ inventory_hostname != 'localhost' and ansible_facts.distribution_major_version == '9' }}"
407
+
408
+ 3. Update kolla/globals.yml
409
+
410
+ .. code-block :: yaml
411
+
412
+ enable_nova_libvirt_container : " {% raw %}{{ ansible_facts.distribution_major_version == '9' }}{% endraw %}"
413
+
391
414
Potential issues
392
415
----------------
393
416
You can’t perform that action at this time.
0 commit comments