@@ -443,13 +443,33 @@ Full procedure for one batch of hosts
443
443
444
444
kayobe overcloud provision -l <hostname>
445
445
446
- 5. Host configure:
446
+ 5. If the compute node is using Libvirt on the Host, and one wants to transition to containerized Libvirt.
447
+
448
+ 1. Update kolla.yml
449
+
450
+ .. code-block :: yaml
451
+
452
+ kolla_enable_nova_libvirt_container : " {{ inventory_hostname != 'localhost' and ansible_facts.distribution_major_version == '9' }}"
453
+
454
+ 2. Update kolla/globals.yml
455
+
456
+ .. code-block :: yaml
457
+
458
+ enable_nova_libvirt_container : " {% raw %}{{ ansible_facts.distribution_major_version == '9' }}{% endraw %}"
459
+
460
+ .. note ::
461
+
462
+ Those settings are needed only for the timeframe of migration to Rocky Linux 9,
463
+ when CentOS Stream 8 or Rocky Linux 8 hosts with Libvirt on the hosts exists
464
+ in the environment.
465
+
466
+ 6. Host configure:
447
467
448
468
.. code :: console
449
469
450
470
kayobe overcloud host configure -l <hostname> -kl <hostname>
451
471
452
- 6 . If the compute node is running Ceph OSD services:
472
+ 7 . If the compute node is running Ceph OSD services:
453
473
454
474
1. Make sure the cephadm public key is in ``authorized_keys `` for stack or
455
475
root user - depends on your setup. For example, your SSH key may
@@ -474,13 +494,13 @@ Full procedure for one batch of hosts
474
494
ceph -s
475
495
ceph -w
476
496
477
- 7 . Service deploy:
497
+ 8 . Service deploy:
478
498
479
499
.. code :: console
480
500
481
501
kayobe overcloud service deploy -kl <hostname>
482
502
483
- 8 . If you are using Wazuh, you will need to deploy the agent again.
503
+ 9 . If you are using Wazuh, you will need to deploy the agent again.
484
504
Note that CIS benchmarks do not run on RL9 out-the-box. See
485
505
`our Wazuh docs <https://stackhpc-kayobe-config.readthedocs.io/en/stackhpc-yoga/configuration/wazuh.html#custom-sca-policies-optional >`__
486
506
for details.
@@ -489,7 +509,7 @@ Full procedure for one batch of hosts
489
509
490
510
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/wazuh-agent.yml -l <hostname>
491
511
492
- 9 . Restore the system to full health.
512
+ 10 . Restore the system to full health.
493
513
494
514
1. If any VMs were powered off, they may now be powered back on.
495
515
0 commit comments