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